4050 Commits (90c8d06d687eed87fa61bf6bcc3a40beeaef39cd)

Author SHA1 Message Date
Victor Stinner 41a863cb81 Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separator 14 years ago
Barry Warsaw 74f4bd53e0 Bump some more copyright years (as per PEP 101), since this is the first 14 years ago
Antoine Pitrou 4f22a8d739 Issue #14084: Fix a file descriptor leak when importing a module with a bad encoding. 14 years ago
Antoine Pitrou 7214612443 In find_module(), do not silence fileno() and dup() errors. 14 years ago
Benjamin Peterson c9f54cf512 enable hash randomization by default 14 years ago
Antoine Pitrou 776af4002b Fix crash at startup with -W options. 14 years ago
Antoine Pitrou cc3fa88a9c Fix crash at startup with -W options. 14 years ago
Antoine Pitrou 86838b02f0 Fix test failure in test_cmd_line by initializing the hash secret at the earliest point. 14 years ago
Benjamin Peterson 69e9727657 ensure no one tries to hash things before the random seed is found 14 years ago
Benjamin Peterson 26da920001 ensure no one tries to hash things before the random seed is found 14 years ago
Barry Warsaw 1e13eb084f - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED 14 years ago
Georg Brandl 91e5c08fe8 Fix typo in conditional. 14 years ago
Georg Brandl 12897d7d39 Fix typo in conditional. 14 years ago
Georg Brandl 2daf6ae249 Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) 14 years ago
Antoine Pitrou c229e6e8ff Issue #14040: Remove rarely used file name suffixes for C extensions (under POSIX mainly). 14 years ago
Victor Stinner 4195b5caea Backout f8409b3d6449: the PEP 410 is not accepted yet 14 years ago
Victor Stinner ccd5715a14 PEP 410 14 years ago
Victor Stinner 09225b73c1 Issue #13845: time.time() now uses GetSystemTimeAsFileTime() instead of ftime() 14 years ago
Petri Lehtinen fe6f9d0edc Document absoluteness of sys.executable 14 years ago
Petri Lehtinen 9713321f46 Document absoluteness of sys.executable 14 years ago
Victor Stinner ed27785b32 Issue #13706: Add assertions to detect bugs earlier 14 years ago
Victor Stinner a3dd409b52 Remove now useless arbitrary limit of module name length 14 years ago
Antoine Pitrou 33d15f7c85 Port import fixes from 2.7. 14 years ago
Antoine Pitrou 6f25d75f25 Remove debug output, fix assert (hopefully) and exercise signedness issues a bit more. 14 years ago
Antoine Pitrou b744cef654 Fix temporary debug output (so, time_t is 8 bytes on some Windows builds) 14 years ago
Antoine Pitrou 11cc480ed0 Temporary debug for Windows buildbots. 14 years ago
Antoine Pitrou 0e5fd59a27 Make guard more dynamic (apparently the size of a filesystem timestamp may vary under Windows). 14 years ago
Antoine Pitrou 2be60afb7e Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp. 14 years ago
Antoine Pitrou d1c818a9c0 Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp. 14 years ago
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