3181 Commits (e90cdaa185edf92c069cd3daa7f975e5811ee1dc)

Author SHA1 Message Date
Benjamin Peterson e90cdaa185 check for NULL 14 years ago
Benjamin Peterson eff19a13ed check by equality for __future__ not identity (closes #14378) 14 years ago
Gregory P. Smith fcdf04becc Fixes Issue #14331: Use significantly less stack space when importing modules by 14 years ago
Matthias Klose 3cef2a931c - rename configure.in to configure.ac 14 years ago
Jason R. Coombs 0e17dfbdcf Test in 6c218b9c5c4c was inadvertently converted from #ifdef to #if. Now #ifdef again. 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 776af4002b Fix crash at startup with -W options. 14 years ago
Antoine Pitrou cc3fa88a9c Fix crash at startup with -W options. 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
Petri Lehtinen fe6f9d0edc Document absoluteness of sys.executable 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 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
Jason R. Coombs 0737b7281e Fix indentation 14 years ago
Jason R. Coombs fa93cf8e3e Extracted Windows directory detection from NullImporter.__init__. This greatly simplifies the code and fixes issue6727. 14 years ago
Jason R. Coombs 925ff7495b Moved directory detection into an isdir function 14 years ago
Benjamin Peterson 5f8d60647b add another year to glorious PSF IP 14 years ago
Amaury Forgeot d'Arc 4bf21e28df Issue #13546: Fixed an overflow issue that could crash the intepreter when 14 years ago
Benjamin Peterson a5ae1f0c25 remove py3k warning for callable 14 years ago
Benjamin Peterson 0c0d756098 don't let a tuple msg be interpreted as arguments to AssertionError (closes #13268) 14 years ago
Charles-François Natali 1f3ff7bc3f Issue #13156: revert changeset f6feed6ec3f9, which was only relevant for native 14 years ago
Victor Stinner 63c22fac72 Issue #7732: Fix a crash on importing a module if a directory has the same name 15 years ago
Victor Stinner ed36c06f1d Fix the import machinery if there is an error on sys.path or sys.meta_path 15 years ago
Victor Stinner 871a0fbf46 Remove unused variable if Python is build without threads 15 years ago
Antoine Pitrou 4cfae027b3 Issue #1813: Fix codec lookup and setting/getting locales under Turkish locales. 15 years ago
Benjamin Peterson 5eed3062f5 allow None identifiers 15 years ago
Benjamin Peterson 77820242dd verify the types of AST strings and identifiers (closes #12609 and #12610) 15 years ago
Raymond Hettinger 39540a0226 Improve docstring for divmod() 15 years ago
Benjamin Peterson c3349cd22e port 8d05f697acd4 (#11627) 15 years ago
Victor Stinner ba8b3a2ca7 Close #12501: Adjust callable() warning: callable() is only not supported in 15 years ago
Benjamin Peterson 4833c98f85 start out this branch always with filename NULL 15 years ago
Benjamin Peterson 9b6c60530b plug refleak 15 years ago
Victor Stinner 65c153547b Issue #12467: warnings: fix a race condition if a warning is emitted at 15 years ago
Raymond Hettinger 19b851d11b sys.checkinterval() now refreshes the current countdown ticker. 15 years ago
Ned Deily 482f908410 Issue #9670: Increase the default stack size for secondary threads on 15 years ago
Barry Warsaw cf0d8ab818 Replay changeset 70238:03e488b5c009 from fubar branch. Original commit 15 years ago
Georg Brandl 11041f0af9 Port #6498 fix: fix several misspellings of "SystemExit" as "SystemError". 15 years ago
Victor Stinner 0a92d1849e Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file 15 years ago
Victor Stinner 645b9f67ae Issue #8651: Fix "z#" format of PyArg_Parse*() function: the size was not 15 years ago
Antoine Pitrou 4394e0db24 Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* 15 years ago
Ezio Melotti c283a85e12 Issue #5057: fix a bug in the peepholer that led to non-portable pyc files between narrow and wide builds while optimizing BINARY_SUBSCR on non-BMP chars (e.g. u"\U00012345"[0]). 15 years ago
Ned Deily 04cb72f968 Issue9670: Back out changeset b0d2b696da19; test fails on other platforms 15 years ago
Ned Deily e427f0f432 Issue #9670: Increase the default stack size for secondary threads on 15 years ago
Benjamin Peterson 7859d4098c remove this dead subversion code 15 years ago
Martin v. Löwis ce5d0e22fc Set subversion version identification to empty strings if this is not a subversion 15 years ago
Ezio Melotti c2077b0d9b #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Ezio Melotti 24b07bcba3 #11515: fix several typos. Patch by Piotr Kasprzyk. 15 years ago