3650 Commits (6d766fc3facd08615cd3cfe5699e864f196941b5)

Author SHA1 Message Date
Amaury Forgeot d'Arc 6d766fc3fa Silence last compilation warning. 14 years ago
Amaury Forgeot d'Arc cd27df3a99 Fix compilation warnings (seen on win32 buildbot) 14 years ago
Benjamin Peterson ce79852077 use the static identifier api for looking up special methods 14 years ago
Victor Stinner a4ac600d6f Issue #13706: Support non-ASCII fill characters 14 years ago
Eric V. Smith d25cfe66f5 Improve exception text. Closes issue 13811. 14 years ago
Meador Inge fa21bf015d Issue #12705: Raise SyntaxError when compiling multiple statements as single interactive statement 14 years ago
Antoine Pitrou 1b468af7be Issue #13722: Avoid silencing ImportErrors when initializing the codecs registry. 14 years ago
Antoine Pitrou aa5c5c60f1 Finally fix all test_capi refleaks 14 years ago
Antoine Pitrou 6c40eb7f42 Fix the builtin module initialization code to store the init function for future reinitialization. 14 years ago
Antoine Pitrou 2fabface50 Fix a memory leak when initializing the standard I/O streams. 14 years ago
Benjamin Peterson c64ae92bf1 fix indentation 14 years ago
Benjamin Peterson c8909ddd28 break out switch at correct place 14 years ago
Benjamin Peterson 205ad61313 only finish error if one occurred 14 years ago
Benjamin Peterson c0beabc2a5 move LINENO define to where it actually belongs 14 years ago
Benjamin Peterson 55e0043a51 streamline normalizer identification a bit 14 years ago
Benjamin Peterson d3af6e30a2 fix spelling 14 years ago
Benjamin Peterson de5827dcd2 invert condition (head bang) 14 years ago
Benjamin Peterson 0fa35ea8f3 fix possible refleaks 14 years ago
Benjamin Peterson 89f8b80202 use helpful PyUnicode_IS_ASCII macro 14 years ago
Benjamin Peterson 5eda913cd2 PyUnicode_DecodeUTF8 will always return a ready string 14 years ago
Benjamin Peterson 8f56e0909f rewrite such that this actually makes sense 14 years ago
Meador Inge 3388060127 Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes. 14 years ago
Benjamin Peterson 527c622926 make YieldFrom its own distinct from Yield (closes #13780) 14 years ago
Amaury Forgeot d'Arc 0a239e9191 Fix compilation with C89 compilers (Windows...) 14 years ago
Benjamin Peterson 0010256de4 fold into one if statement 14 years ago
Benjamin Peterson a12d5c62f7 fix formatting 14 years ago
Benjamin Peterson f606e682a4 add another year to glorious PSF IP 14 years ago
Benjamin Peterson 0296a56520 NULL and no exception set from tp_iternext means StopIteration 14 years ago
Georg Brandl bc3b682923 Closes #13761: add a "flush" keyword argument to print(). 14 years ago
Antoine Pitrou 5136ac0ca2 Issue #13645: pyc files now contain the size of the corresponding source 14 years ago
Nick Coghlan 1f7ce62bd6 Implement PEP 380 - 'yield from' (closes #11682) 14 years ago
Antoine Pitrou 3a5d4cb940 Issue #13748: Raw bytes literals can now be written with the `rb` prefix as well as `br`. 14 years ago
Benjamin Peterson 21e0da228d remove some usage of Py_UNICODE_TOUPPER/LOWER 14 years ago
Victor Stinner 3fe553160c Add a new PyUnicode_Fill() function 14 years ago
Antoine Pitrou 0e576f1f50 Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the 14 years ago
Antoine Pitrou 2b1cc89572 _Py_fopen now allows bytes filenames under non-Windows platforms. 14 years ago
Victor Stinner bd0850b857 import.c now catchs _Py_stat() exceptions 14 years ago
Victor Stinner 1b57967b96 Issue #13560: Locale codec functions use the classic "errors" parameter, 14 years ago
Victor Stinner 1f33f2b0c3 Issue #13560: os.strerror() now uses the current locale encoding instead of UTF-8 14 years ago
Victor Stinner af02e1c85a Add PyUnicode_DecodeLocaleAndSize() and PyUnicode_DecodeLocale() 14 years ago
Florent Xicluna aa6c1d240f Issue #13575: there is only one class type. 14 years ago
Florent Xicluna 5126df602c Remove obsolete py3k comment. 14 years ago
Charles-François Natali 1659b83b1d Followup to a541bda2f5e2: Add a short comment. 14 years ago
Charles-François Natali 7c0b0cc9f9 Issue #11051: Reduce the number of syscalls per import. 14 years ago
Mark Dickinson 47862d4c0e Issue #9530: Fix undefined behaviour due to signed overflow in Python/formatter_unicode.c. 14 years ago
Victor Stinner ee450093a9 PyCodec_IgnoreErrors() avoids the deprecated "u#" format 14 years ago
Antoine Pitrou 11942a58a1 Issue #7111: Python can now be run without a stdin, stdout or stderr stream. 14 years ago
Antoine Pitrou d7c8fbf89e Issue #13444: When stdout has been closed explicitly, we should not attempt to flush it at shutdown and print an error. 14 years ago
Antoine Pitrou 86a36b500a PEP 3155 / issue #13448: Qualified name for classes and functions. 14 years ago
Amaury Forgeot d'Arc 5e8f810411 Issue #13436: commit regenerated Python-ast.c 14 years ago