3496 Commits (d17cefc7876ec646a33773dfd2aa4dde2d8187d0)

Author SHA1 Message Date
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
Benjamin Peterson f63d615f8b fix indentation 15 years ago
Victor Stinner d417d01ec8 call_find_module() handles dup() failure: raise an OSError exception 15 years ago
Victor Stinner 925ef39949 find_module_path_list() fails if _Py_fopen() failed and raised an exception 15 years ago
Benjamin Peterson e7c15fa184 bump magic for super closure change 15 years ago
Benjamin Peterson f5ff22329b use a invalid name for the __class__ closure for super() (closes #12370) 15 years ago
Brian Curtin 589f89e2ad Removed a Windows 9x trick used before LoadLibraryExW. 15 years ago
Benjamin Peterson b204a42383 greatly improve argument parsing error messages (closes #12265) 15 years ago
Benjamin Peterson 48deae12d5 some horrible preprocessing tricks to automatically update the tag 15 years ago