3688 Commits (bdb1cf1ca56db25b33fb15dd91eef2cc32cd8973)

Author SHA1 Message Date
Victor Stinner 53ffdc53bf Issue #7732: Don't open a directory as a file anymore while importing a 15 years ago
Stefan Krah 472d280d8b Issue #13002: Fix Visual Studio warning (not enough actual parameters). 15 years ago
Barry Warsaw 916048d780 - Issue #13021: Missing decref on an error path. Thanks to Suman Saha for 15 years ago
Victor Stinner 9561d7c526 import.c: remove now useless arbitrary limit 15 years ago
Victor Stinner 1619132e5d Fix the import machinery if there is an error on sys.path or sys.meta_path 15 years ago
Victor Stinner 0af0306396 Remove unused variable if Python is build without threads 15 years ago
Benjamin Peterson 0224d4e699 accept bytes for the AST 'string' type 15 years ago
Benjamin Peterson 4058211e8d accept bytes for the AST 'string' type 15 years ago
Benjamin Peterson ea281a54f3 include header with PyAST_Validate 15 years ago
Benjamin Peterson 832bfe2ebd add a AST validator (closes #12575) 15 years ago
Benjamin Peterson e249841903 add a asdl bytes type, so Bytes.s be properly typechecked 15 years ago
Benjamin Peterson 405f32c14c plug refleak 15 years ago
Benjamin Peterson 4f921c2e06 bytes -> bytearray 15 years ago
Benjamin Peterson ce071ca4e7 bytes should be verboten in sum() (fixes #12654) 15 years ago
Eli Bendersky 906b88fb2a Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format. 15 years ago
Éric Araujo 6c0ba447bd Fix style in code added by edba722f3b02 15 years ago
Antoine Pitrou cf9d3c08c8 Issue #1813: Fix codec lookup under Turkish locales. 15 years ago
Charles-François Natali f23339a7bb Issue 12620: Make pendingbusy flag static to Py_MakePendingCalls(). 15 years ago
Benjamin Peterson 180e63507d None is ok for identifiers but not strings 15 years ago
Benjamin Peterson 2193d2b72b type check AST strings and identifiers 15 years ago
Benjamin Peterson efad2449fc hardcode the old svn __version__ 15 years ago
Benjamin Peterson 76f7f4d979 excise the remains of STOP_CODE, which hasn't done anything useful for years 15 years ago
Brett Cannon 52a7d98273 Make warnings accept a callable for showwarnings instead of 15 years ago
Benjamin Peterson 0bd152cd67 remove ast.__version__ (closes #12273) 15 years ago
Benjamin Peterson 5afa03a72e catch nasty exception classes with __new__ that doesn't return a exception (closes #11627) 15 years ago
Victor Stinner ecf4fdad50 Py_BuildValue("C") supports non-BMP characters on narrow build 15 years ago
Antoine Pitrou 370092071b Issue #11863: Remove support for legacy systems deprecated in Python 3.2 15 years ago
Antoine Pitrou 022ae22cc6 Issue #11863: remove unused file Python/thread_wince.h 15 years ago
Benjamin Peterson bb4a747b69 start out this branch always with filename NULL 15 years ago
Victor Stinner 87e78ce1c6 Issue #12469: partial revert of 024827a9db64, freebsd6 thread initialization 15 years ago
Victor Stinner 99b9538636 Issue #9642: Uniformize the tests on the availability of the mbcs codec 15 years ago
Victor Stinner d64e8a75e5 Issue #9642: Fix filesystem encoding initialization: use the ANSI code page on 15 years ago
Benjamin Peterson a55007a620 plug refleak 15 years ago
Victor Stinner b1b25f0ffd Issue #12467: warnings: fix a race condition if a warning is emitted at 15 years ago
Victor Stinner 8b0508ed4e Issue #12467: warnings: fix a race condition if a warning is emitted at 15 years ago
Benjamin Peterson 9bfd0dee9b no one passes NULL here (or should anyway) 15 years ago
Benjamin Peterson 878802435d convert generator exc state functions into static functions 15 years ago
Benjamin Peterson ac91341333 never retain a generator's caller's exception state on the generator after a yield/return 15 years ago
Benjamin Peterson 83195c3f0c restore a generator's caller's exception state both on yield and (last) return 15 years ago
Vinay Sajip aac0f75b3b Correct uninitialized data problem in marshal code. 15 years ago
Vinay Sajip 623e8b86af Removed some unused local variables. 15 years ago
Vinay Sajip 3232284391 Removed breaking typo accidentally introduced during merge with 3.2. 15 years ago
Vinay Sajip 5bdae3bb7c Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
Benjamin Peterson 9d872e19aa fix possibily uninitialized memory usage (closes #12474) 15 years ago
Benjamin Peterson 609da58ae5 store the current scope on the stack right away 15 years ago
Benjamin Peterson c2575d55cd remove VISIT_*_IN_BLOCK macros 15 years ago
Benjamin Peterson 9003760991 map cells to arg slots at code creation time (closes #12399) 15 years ago
Victor Stinner e71db4450c Issue #12392: fix thread initialization on FreeBSD 6 15 years ago
Benjamin Peterson e109c70860 give the names of missing positional or keyword-only arguments (closes #12356) 15 years ago
Benjamin Peterson b7149cad04 fix indentation 15 years ago