René's URL Explorer Experiment


Title: Python3.0Suggestions

Mail addresses
infrastructure@python.org

direct link

Domain: wiki.python.org

Nonetext/html; charset=utf-8

Links:

python.orghttps://www.python.org/
https://wiki.python.org/python/FrontPage.html
Homehttps://wiki.python.org/python/FrontPage.html
All Pageshttps://wiki.python.org/python/TitleIndex.html
Recent Changeshttps://wiki.python.org/python/RecentChanges.html
Python3.0https://wiki.python.org/python/Python3(2e)0.html
declaring parameter and variable typeshttps://wiki.python.org/python/Python3(2e)0Suggestions.html#declaring_parameter_and_variable_types
script to translate python source from one version to one otherhttps://wiki.python.org/python/Python3(2e)0Suggestions.html#script_to_translate_python_source_from_one_version_to_one_other
Different regular expressions modules for bytes and unicode texthttps://wiki.python.org/python/Python3(2e)0Suggestions.html#Different_regular_expressions_modules_for_bytes_and_unicode_text
New binary operator symbols d e `https://wiki.python.org/python/Python3(2e)0Suggestions.html#New_binary_operator_symbols__d_e_.60
Optional Static Typing / Adaptationhttps://wiki.python.org/python/Python3(2e)0Suggestions.html#Optional_Static_Typing_.2F_Adaptation
Lambda / Anonymous Methods / Closureshttps://wiki.python.org/python/Python3(2e)0Suggestions.html#Lambda_.2F_Anonymous_Methods_.2F_Closures
Print as builtin instead of a statementhttps://wiki.python.org/python/Python3(2e)0Suggestions.html#Print_as_builtin_instead_of_a_statement
".." Sequences, Custom Infix Operatorshttps://wiki.python.org/python/Python3(2e)0Suggestions.html#A.22...22_Sequences.2C_Custom_Infix_Operators
Improved default value logic for Dictionarieshttps://wiki.python.org/python/Python3(2e)0Suggestions.html#Improved_default_value_logic_for_Dictionaries
Better boolean logichttps://wiki.python.org/python/Python3(2e)0Suggestions.html#Better_boolean_logic
Disallow calling class methods from instanceshttps://wiki.python.org/python/Python3(2e)0Suggestions.html#Disallow_calling_class_methods_from_instances
Simplify the syntax for raising exceptionshttps://wiki.python.org/python/Python3(2e)0Suggestions.html#Simplify_the_syntax_for_raising_exceptions
Fix implementation of in-place operatorshttps://wiki.python.org/python/Python3(2e)0Suggestions.html#Fix_implementation_of_in-place_operators
Remove the distinction between data and non-data decriptorshttps://wiki.python.org/python/Python3(2e)0Suggestions.html#Remove_the_distinction_between_data_and_non-data_decriptors
Reconsider the inclusion of __slots__ or re-evaluate its implementationhttps://wiki.python.org/python/Python3(2e)0Suggestions.html#Reconsider_the_inclusion_of___slots___or_re-evaluate_its_implementation
Extra operators for strings and listshttps://wiki.python.org/python/Python3(2e)0Suggestions.html#Extra_operators_for_strings_and_lists
Move rarely-used builtins to the libraryhttps://wiki.python.org/python/Python3(2e)0Suggestions.html#Move_rarely-used_builtins_to_the_library
Don't remove callable()https://wiki.python.org/python/Python3(2e)0Suggestions.html#Don.27t_remove_callable.28.29
Make API of set, list, dict more consistenthttps://wiki.python.org/python/Python3(2e)0Suggestions.html#Make_API_of_set.2C_list.2C_dict_more_consistent
Make copy and deepcopy built-ins, replace copy methods by __copy__https://wiki.python.org/python/Python3(2e)0Suggestions.html#Make_copy_and_deepcopy_built-ins.2C_replace_copy_methods_by___copy__
Don't remove cmp() and __cmp__https://wiki.python.org/python/Python3(2e)0Suggestions.html#Don.27t_remove_cmp.28.29_and___cmp__
Builtin Literal for setshttps://wiki.python.org/python/Python3(2e)0Suggestions.html#Builtin_Literal_for_sets
Make extended function call syntax more iterator friendlyhttps://wiki.python.org/python/Python3(2e)0Suggestions.html#Make_extended_function_call_syntax_more_iterator_friendly
Require __iter__() for DictMixin instead of keys()https://wiki.python.org/python/Python3(2e)0Suggestions.html#Require___iter__.28.29_for_DictMixin_instead_of_keys.28.29
Raise the level of os module functionshttps://wiki.python.org/python/Python3(2e)0Suggestions.html#Raise_the_level_of_os_module_functions
Parameterize functions that hardcode stdout or stderrhttps://wiki.python.org/python/Python3(2e)0Suggestions.html#Parameterize_functions_that_hardcode_stdout_or_stderr
Module interfacehttps://wiki.python.org/python/Python3(2e)0Suggestions.html#Module_interface
Stronger Distinction between Tuples & Listshttps://wiki.python.org/python/Python3(2e)0Suggestions.html#Stronger_Distinction_between_Tuples_.26_Lists
Unifying generatorshttps://wiki.python.org/python/Python3(2e)0Suggestions.html#Unifying_generators
Replace Integer Masks with Setshttps://wiki.python.org/python/Python3(2e)0Suggestions.html#Replace_Integer_Masks_with_Sets
Replace abs() with | |https://wiki.python.org/python/Python3(2e)0Suggestions.html#Replace_abs.28.29_with_.7C_.7C
Require Parens for Tuple Definitionhttps://wiki.python.org/python/Python3(2e)0Suggestions.html#Require_Parens_for_Tuple_Definition
Remove [] syntax in favor of list() syntaxhttps://wiki.python.org/python/Python3(2e)0Suggestions.html#Remove_.5B.3Clistcomp.3E.5D_syntax_in_favor_of_list.28.3Cgenexp.3E.29_syntax
Move builtins to be methods on the types they apply to:https://wiki.python.org/python/Python3(2e)0Suggestions.html#Move_builtins_to_be_methods_on_the_types_they_apply_to:
Default to assign class object rather than class referencehttps://wiki.python.org/python/Python3(2e)0Suggestions.html#Default_to_assign_class_object_rather_than_class_reference
Unicode identifierhttps://wiki.python.org/python/Python3(2e)0Suggestions.html#Unicode_identifier
Remove support for complex numbershttps://wiki.python.org/python/Python3(2e)0Suggestions.html#Remove_support_for_complex_numbers
Reserve some keywords for futur extensionshttps://wiki.python.org/python/Python3(2e)0Suggestions.html#Reserve_some_keywords_for_futur_extensions
Simplify the filename search when importinghttps://wiki.python.org/python/Python3(2e)0Suggestions.html#Simplify_the_filename_search_when_importing
Increment operatorhttps://wiki.python.org/python/Python3(2e)0Suggestions.html#Increment_operator
Unicodehttps://wiki.python.org/python/Unicode.html
: Python Unicode Integrationhttp://www.python.org/peps/pep-0100.html
: Allow str() to return unicode stringshttp://www.python.org/peps/pep-0349.html
: Byte vectors and String/Unicode Unificationhttp://www.python.org/peps/pep-0332.html
: Adding a bytes Object Typehttp://www.python.org/peps/pep-0296.html
http://www.python.org/peps/pep-3000.html#id54http://www.python.org/peps/pep-3000.html#id54
MichaelFrombergerhttps://wiki.python.org/python/MichaelFromberger.html
SkipMontanarohttps://wiki.python.org/python/SkipMontanaro.html
Adding Optional Static Typing to Pythonhttp://www.artima.com/forums/flat.jsp?forum=106&thread=85551
"Optional Static Typing" threadhttp://groups-beta.google.com/group/comp.lang.python/messages/a7960bedeffdf36b,9ff25b65c3523b32,ea183c14193161d8,b0f5feee912db455,4888ee248493142e,f96c9f8f1d65b439,dc16b1ac3c356751,7f95e63c5f791a07,c6afe85be43223db,b0de4d002834507d?thread_id=8ed8632b8c5a551a&mode=thread&noheader=1&q=optional+static+typing#doc_a7960bedeffdf36b
"Adding static typing to Python" threadhttp://groups-beta.google.com/group/comp.lang.python/messages/03553183983059e9,b505ef98e0436d24,dad1a48eee3248a4,7fac43f511f6bb21,ee614add572c34b1,7030280781fef1dc,6a852f4133c86be5,3a695733220ba136,4bec8d2fefbc0ce6,45b123013d82a365?thread_id=ff4df85e58d128bc&mode=thread&noheader=1&q=optional+static+typing#doc_03553183983059e9
AlternateLambdaSyntaxhttps://wiki.python.org/python/AlternateLambdaSyntax.html
"Securing a future for anonymous functions in Python" threadhttp://groups-beta.google.com/group/comp.lang.python/browse_frm/thread/81e17b1d3ccba538/41713ae1c0d7385a#41713ae1c0d7385a
http://boo.codehaus.org/Closureshttp://boo.codehaus.org/Closures
http://logix.livelogix.com/tutorial/5-Standard-Logix.html#5.8http://logix.livelogix.com/tutorial/5-Standard-Logix.html#5.8
PrintAsFunctionhttps://wiki.python.org/python/PrintAsFunction.html
http://www.livelogix.net/logix/http://www.livelogix.net/logix/
"Other notes" threadhttp://groups-beta.google.com/group/comp.lang.python/browse_frm/thread/6fb45278f4a24648/93ce3e9a08f5e4c7#93ce3e9a08f5e4c7
1https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-e8770b785e888e719d5e8a26a6a8bde6470d554c_1
2https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-e8770b785e888e719d5e8a26a6a8bde6470d554c_2
3https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-e8770b785e888e719d5e8a26a6a8bde6470d554c_3
StephanSokolowhttps://wiki.python.org/python/StephanSokolow.html
IanBickinghttps://wiki.python.org/python/IanBicking.html
http://soiland.no/software/doc_exception.pyhttp://soiland.no/software/doc_exception.py
IanBickinghttps://wiki.python.org/python/IanBicking.html
PEP 218 - Adding a Built-In Set Object Typehttp://www.python.org/peps/pep-0218.html
1https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-f1d2ad432f146979f44e5ad33580a7824fcce2b4_1
2https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-f1d2ad432f146979f44e5ad33580a7824fcce2b4_2
3https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-f1d2ad432f146979f44e5ad33580a7824fcce2b4_3
4https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-f1d2ad432f146979f44e5ad33580a7824fcce2b4_4
5https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-f1d2ad432f146979f44e5ad33580a7824fcce2b4_5
6https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-f1d2ad432f146979f44e5ad33580a7824fcce2b4_6
7https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-f1d2ad432f146979f44e5ad33580a7824fcce2b4_7
8https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-f1d2ad432f146979f44e5ad33580a7824fcce2b4_8
9https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-f1d2ad432f146979f44e5ad33580a7824fcce2b4_9
ChrisReberthttps://wiki.python.org/python/ChrisRebert.html
StevenBethardhttps://wiki.python.org/python/StevenBethard.html
IanBickinghttps://wiki.python.org/python/IanBicking.html
IanBickinghttps://wiki.python.org/python/IanBicking.html
1https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-8e650282487588c9cffcca16f9d1f2681ea72c40_1
2https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-8e650282487588c9cffcca16f9d1f2681ea72c40_2
1https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-3bf8775a0c6f50eeb047c990bf31a51fbeaa380c_1
2https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-3bf8775a0c6f50eeb047c990bf31a51fbeaa380c_2
1https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-f3d3dd1693dcf65a4a85fcb950983498cf8d4f13_1
2https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-f3d3dd1693dcf65a4a85fcb950983498cf8d4f13_2
3https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-f3d3dd1693dcf65a4a85fcb950983498cf8d4f13_3
4https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-f3d3dd1693dcf65a4a85fcb950983498cf8d4f13_4
5https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-f3d3dd1693dcf65a4a85fcb950983498cf8d4f13_5
1https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-2de554c0ad7534d1c4957e8f914fa476ced58aa3_1
2https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-2de554c0ad7534d1c4957e8f914fa476ced58aa3_2
RobertoBonvallethttps://wiki.python.org/python/RobertoBonvallet.html
1https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-8f7a81907687e0b2a7cff7f791ecfceff7f0e90b_1
2https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-8f7a81907687e0b2a7cff7f791ecfceff7f0e90b_2
python-devhttp://mail.python.org/pipermail/python-dev/2005-September/056113.html
UserDicthttps://wiki.python.org/python/UserDict.html
DictMixinhttps://wiki.python.org/python/DictMixin.html
As I understand ithttp://mail.python.org/pipermail/python-list/2005-January/258569.html
StevenBethardhttps://wiki.python.org/python/StevenBethard.html
IanBickinghttps://wiki.python.org/python/IanBicking.html
SkipMontanarohttps://wiki.python.org/python/SkipMontanaro.html
SkipMontanarohttps://wiki.python.org/python/SkipMontanaro.html
1https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-a4a5a9d815d60fe8e5209cb710beea49e0a8c191_1
2https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-a4a5a9d815d60fe8e5209cb710beea49e0a8c191_2
3https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-a4a5a9d815d60fe8e5209cb710beea49e0a8c191_3
4https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-a4a5a9d815d60fe8e5209cb710beea49e0a8c191_4
5https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-a4a5a9d815d60fe8e5209cb710beea49e0a8c191_5
6https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-a4a5a9d815d60fe8e5209cb710beea49e0a8c191_6
7https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-a4a5a9d815d60fe8e5209cb710beea49e0a8c191_7
8https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-a4a5a9d815d60fe8e5209cb710beea49e0a8c191_8
9https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-a4a5a9d815d60fe8e5209cb710beea49e0a8c191_9
10https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-a4a5a9d815d60fe8e5209cb710beea49e0a8c191_10
11https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-a4a5a9d815d60fe8e5209cb710beea49e0a8c191_11
SkipMontanarohttps://wiki.python.org/python/SkipMontanaro.html
1https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-c5feb95f5d666241b05fc1cf0005d71cc73c40a1_1
SkipMontanarohttps://wiki.python.org/python/SkipMontanaro.html
IanBickinghttps://wiki.python.org/python/IanBicking.html
StevenBethardhttps://wiki.python.org/python/StevenBethard.html
SkipMontanarohttps://wiki.python.org/python/SkipMontanaro.html
StarBasichttps://wiki.python.org/python/StarBasic.html
1https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-9971c441e65751a17d0cdb9d37cc4da163143c8a_1
2https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-9971c441e65751a17d0cdb9d37cc4da163143c8a_2
3https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-9971c441e65751a17d0cdb9d37cc4da163143c8a_3
4https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-9971c441e65751a17d0cdb9d37cc4da163143c8a_4
5https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-9971c441e65751a17d0cdb9d37cc4da163143c8a_5
6https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-9971c441e65751a17d0cdb9d37cc4da163143c8a_6
SciPyhttps://wiki.python.org/python/SciPy.html

URLs of crawlers that visited me.