| python.org | https://www.python.org/ |
| https://wiki.python.org/python/FrontPage.html |
| Home | https://wiki.python.org/python/FrontPage.html |
| All Pages | https://wiki.python.org/python/TitleIndex.html |
| Recent Changes | https://wiki.python.org/python/RecentChanges.html |
| Python3.0 | https://wiki.python.org/python/Python3(2e)0.html |
| declaring parameter and variable types | https://wiki.python.org/python/Python3(2e)0Suggestions.html#declaring_parameter_and_variable_types |
| script to translate python source from one version to one other | https://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 text | https://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 / Adaptation | https://wiki.python.org/python/Python3(2e)0Suggestions.html#Optional_Static_Typing_.2F_Adaptation |
| Lambda / Anonymous Methods / Closures | https://wiki.python.org/python/Python3(2e)0Suggestions.html#Lambda_.2F_Anonymous_Methods_.2F_Closures |
| Print as builtin instead of a statement | https://wiki.python.org/python/Python3(2e)0Suggestions.html#Print_as_builtin_instead_of_a_statement |
| ".." Sequences, Custom Infix Operators | https://wiki.python.org/python/Python3(2e)0Suggestions.html#A.22...22_Sequences.2C_Custom_Infix_Operators |
| Improved default value logic for Dictionaries | https://wiki.python.org/python/Python3(2e)0Suggestions.html#Improved_default_value_logic_for_Dictionaries |
| Better boolean logic | https://wiki.python.org/python/Python3(2e)0Suggestions.html#Better_boolean_logic |
| Disallow calling class methods from instances | https://wiki.python.org/python/Python3(2e)0Suggestions.html#Disallow_calling_class_methods_from_instances |
| Simplify the syntax for raising exceptions | https://wiki.python.org/python/Python3(2e)0Suggestions.html#Simplify_the_syntax_for_raising_exceptions |
| Fix implementation of in-place operators | https://wiki.python.org/python/Python3(2e)0Suggestions.html#Fix_implementation_of_in-place_operators |
| Remove the distinction between data and non-data decriptors | https://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 implementation | https://wiki.python.org/python/Python3(2e)0Suggestions.html#Reconsider_the_inclusion_of___slots___or_re-evaluate_its_implementation |
| Extra operators for strings and lists | https://wiki.python.org/python/Python3(2e)0Suggestions.html#Extra_operators_for_strings_and_lists |
| Move rarely-used builtins to the library | https://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 consistent | https://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 sets | https://wiki.python.org/python/Python3(2e)0Suggestions.html#Builtin_Literal_for_sets |
| Make extended function call syntax more iterator friendly | https://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 functions | https://wiki.python.org/python/Python3(2e)0Suggestions.html#Raise_the_level_of_os_module_functions |
| Parameterize functions that hardcode stdout or stderr | https://wiki.python.org/python/Python3(2e)0Suggestions.html#Parameterize_functions_that_hardcode_stdout_or_stderr |
| Module interface | https://wiki.python.org/python/Python3(2e)0Suggestions.html#Module_interface |
| Stronger Distinction between Tuples & Lists | https://wiki.python.org/python/Python3(2e)0Suggestions.html#Stronger_Distinction_between_Tuples_.26_Lists |
| Unifying generators | https://wiki.python.org/python/Python3(2e)0Suggestions.html#Unifying_generators |
| Replace Integer Masks with Sets | https://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 Definition | https://wiki.python.org/python/Python3(2e)0Suggestions.html#Require_Parens_for_Tuple_Definition |
| Remove [] syntax in favor of list() syntax | https://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 reference | https://wiki.python.org/python/Python3(2e)0Suggestions.html#Default_to_assign_class_object_rather_than_class_reference |
| Unicode identifier | https://wiki.python.org/python/Python3(2e)0Suggestions.html#Unicode_identifier |
| Remove support for complex numbers | https://wiki.python.org/python/Python3(2e)0Suggestions.html#Remove_support_for_complex_numbers |
| Reserve some keywords for futur extensions | https://wiki.python.org/python/Python3(2e)0Suggestions.html#Reserve_some_keywords_for_futur_extensions |
| Simplify the filename search when importing | https://wiki.python.org/python/Python3(2e)0Suggestions.html#Simplify_the_filename_search_when_importing |
| Increment operator | https://wiki.python.org/python/Python3(2e)0Suggestions.html#Increment_operator |
| Unicode | https://wiki.python.org/python/Unicode.html |
| : Python Unicode Integration | http://www.python.org/peps/pep-0100.html |
| : Allow str() to return unicode strings | http://www.python.org/peps/pep-0349.html |
| : Byte vectors and String/Unicode Unification | http://www.python.org/peps/pep-0332.html |
| : Adding a bytes Object Type | http://www.python.org/peps/pep-0296.html |
| http://www.python.org/peps/pep-3000.html#id54 | http://www.python.org/peps/pep-3000.html#id54 |
| MichaelFromberger | https://wiki.python.org/python/MichaelFromberger.html |
| SkipMontanaro | https://wiki.python.org/python/SkipMontanaro.html |
| Adding Optional Static Typing to Python | http://www.artima.com/forums/flat.jsp?forum=106&thread=85551 |
| "Optional Static Typing" thread | http://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" thread | http://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 |
| AlternateLambdaSyntax | https://wiki.python.org/python/AlternateLambdaSyntax.html |
| "Securing a future for anonymous functions in Python" thread | http://groups-beta.google.com/group/comp.lang.python/browse_frm/thread/81e17b1d3ccba538/41713ae1c0d7385a#41713ae1c0d7385a |
| http://boo.codehaus.org/Closures | http://boo.codehaus.org/Closures |
| http://logix.livelogix.com/tutorial/5-Standard-Logix.html#5.8 | http://logix.livelogix.com/tutorial/5-Standard-Logix.html#5.8 |
| PrintAsFunction | https://wiki.python.org/python/PrintAsFunction.html |
| http://www.livelogix.net/logix/ | http://www.livelogix.net/logix/ |
| "Other notes" thread | http://groups-beta.google.com/group/comp.lang.python/browse_frm/thread/6fb45278f4a24648/93ce3e9a08f5e4c7#93ce3e9a08f5e4c7 |
| 1 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-e8770b785e888e719d5e8a26a6a8bde6470d554c_1 |
| 2 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-e8770b785e888e719d5e8a26a6a8bde6470d554c_2 |
| 3 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-e8770b785e888e719d5e8a26a6a8bde6470d554c_3 |
| StephanSokolow | https://wiki.python.org/python/StephanSokolow.html |
| IanBicking | https://wiki.python.org/python/IanBicking.html |
| http://soiland.no/software/doc_exception.py | http://soiland.no/software/doc_exception.py |
| IanBicking | https://wiki.python.org/python/IanBicking.html |
| PEP 218 - Adding a Built-In Set Object Type | http://www.python.org/peps/pep-0218.html |
| 1 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-f1d2ad432f146979f44e5ad33580a7824fcce2b4_1 |
| 2 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-f1d2ad432f146979f44e5ad33580a7824fcce2b4_2 |
| 3 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-f1d2ad432f146979f44e5ad33580a7824fcce2b4_3 |
| 4 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-f1d2ad432f146979f44e5ad33580a7824fcce2b4_4 |
| 5 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-f1d2ad432f146979f44e5ad33580a7824fcce2b4_5 |
| 6 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-f1d2ad432f146979f44e5ad33580a7824fcce2b4_6 |
| 7 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-f1d2ad432f146979f44e5ad33580a7824fcce2b4_7 |
| 8 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-f1d2ad432f146979f44e5ad33580a7824fcce2b4_8 |
| 9 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-f1d2ad432f146979f44e5ad33580a7824fcce2b4_9 |
| ChrisRebert | https://wiki.python.org/python/ChrisRebert.html |
| StevenBethard | https://wiki.python.org/python/StevenBethard.html |
| IanBicking | https://wiki.python.org/python/IanBicking.html |
| IanBicking | https://wiki.python.org/python/IanBicking.html |
| 1 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-8e650282487588c9cffcca16f9d1f2681ea72c40_1 |
| 2 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-8e650282487588c9cffcca16f9d1f2681ea72c40_2 |
| 1 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-3bf8775a0c6f50eeb047c990bf31a51fbeaa380c_1 |
| 2 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-3bf8775a0c6f50eeb047c990bf31a51fbeaa380c_2 |
| 1 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-f3d3dd1693dcf65a4a85fcb950983498cf8d4f13_1 |
| 2 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-f3d3dd1693dcf65a4a85fcb950983498cf8d4f13_2 |
| 3 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-f3d3dd1693dcf65a4a85fcb950983498cf8d4f13_3 |
| 4 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-f3d3dd1693dcf65a4a85fcb950983498cf8d4f13_4 |
| 5 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-f3d3dd1693dcf65a4a85fcb950983498cf8d4f13_5 |
| 1 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-2de554c0ad7534d1c4957e8f914fa476ced58aa3_1 |
| 2 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-2de554c0ad7534d1c4957e8f914fa476ced58aa3_2 |
| RobertoBonvallet | https://wiki.python.org/python/RobertoBonvallet.html |
| 1 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-8f7a81907687e0b2a7cff7f791ecfceff7f0e90b_1 |
| 2 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-8f7a81907687e0b2a7cff7f791ecfceff7f0e90b_2 |
| python-dev | http://mail.python.org/pipermail/python-dev/2005-September/056113.html |
| UserDict | https://wiki.python.org/python/UserDict.html |
| DictMixin | https://wiki.python.org/python/DictMixin.html |
| As I understand it | http://mail.python.org/pipermail/python-list/2005-January/258569.html |
| StevenBethard | https://wiki.python.org/python/StevenBethard.html |
| IanBicking | https://wiki.python.org/python/IanBicking.html |
| SkipMontanaro | https://wiki.python.org/python/SkipMontanaro.html |
| SkipMontanaro | https://wiki.python.org/python/SkipMontanaro.html |
| 1 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-a4a5a9d815d60fe8e5209cb710beea49e0a8c191_1 |
| 2 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-a4a5a9d815d60fe8e5209cb710beea49e0a8c191_2 |
| 3 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-a4a5a9d815d60fe8e5209cb710beea49e0a8c191_3 |
| 4 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-a4a5a9d815d60fe8e5209cb710beea49e0a8c191_4 |
| 5 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-a4a5a9d815d60fe8e5209cb710beea49e0a8c191_5 |
| 6 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-a4a5a9d815d60fe8e5209cb710beea49e0a8c191_6 |
| 7 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-a4a5a9d815d60fe8e5209cb710beea49e0a8c191_7 |
| 8 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-a4a5a9d815d60fe8e5209cb710beea49e0a8c191_8 |
| 9 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-a4a5a9d815d60fe8e5209cb710beea49e0a8c191_9 |
| 10 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-a4a5a9d815d60fe8e5209cb710beea49e0a8c191_10 |
| 11 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-a4a5a9d815d60fe8e5209cb710beea49e0a8c191_11 |
| SkipMontanaro | https://wiki.python.org/python/SkipMontanaro.html |
| 1 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-c5feb95f5d666241b05fc1cf0005d71cc73c40a1_1 |
| SkipMontanaro | https://wiki.python.org/python/SkipMontanaro.html |
| IanBicking | https://wiki.python.org/python/IanBicking.html |
| StevenBethard | https://wiki.python.org/python/StevenBethard.html |
| SkipMontanaro | https://wiki.python.org/python/SkipMontanaro.html |
| StarBasic | https://wiki.python.org/python/StarBasic.html |
| 1 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-9971c441e65751a17d0cdb9d37cc4da163143c8a_1 |
| 2 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-9971c441e65751a17d0cdb9d37cc4da163143c8a_2 |
| 3 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-9971c441e65751a17d0cdb9d37cc4da163143c8a_3 |
| 4 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-9971c441e65751a17d0cdb9d37cc4da163143c8a_4 |
| 5 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-9971c441e65751a17d0cdb9d37cc4da163143c8a_5 |
| 6 | https://wiki.python.org/python/Python3(2e)0Suggestions.html#CA-9971c441e65751a17d0cdb9d37cc4da163143c8a_6 |
| SciPy | https://wiki.python.org/python/SciPy.html |