4467 Commits (013bb91aa304062bb65fe8951e2d263f2065ee56)

Author SHA1 Message Date
Serhiy Storchaka 013bb91aa3 Issue #19255: The builtins module is restored to initial value before 12 years ago
Benjamin Peterson a50fd87237 update magic number for #20625 12 years ago
Victor Stinner 6acc5e1330 Issue #20625: Fix compilation issue 12 years ago
Yury Selivanov 026019f89b Mangle __parameters in __annotations__ dict properly. Issue #20625. 12 years ago
Benjamin Peterson e84fde981d set line and column numbers for keyword-only arg nodes (closes #20619) 12 years ago
Victor Stinner 933538edde Issue #20526, #19466: Revert changes of issue #19466 which introduces a 12 years ago
Larry Hastings 8f9f0f12e8 Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. 12 years ago
Larry Hastings b082731fbb Issue #20517: Functions in the os module that accept two filenames 12 years ago
Serhiy Storchaka 505ff755d7 Issue #20437: Fixed 21 potential bugs when deleting objects references. 12 years ago
Larry Hastings 2623c8c23c Issue #20530: Argument Clinic's signature format has been revised again. 12 years ago
Nick Coghlan d979e4335d Close #20500: Don't trigger PyObject_Str assertion at shutdown 12 years ago
Nick Coghlan a9b15241c6 Close #20404: blacklist non-text encodings in io.TextIOWrapper 12 years ago
Larry Hastings 7726ac9163 #Issue 20456: Several improvements and bugfixes for Argument Clinic, 12 years ago
Victor Stinner a17b6bb5fe Issue #20162: Fix an alignment issue in the siphash24() hash function which 12 years ago
Larry Hastings 581ee3618c Issue #20326: Argument Clinic now uses a simple, unique signature to 12 years ago
Larry Hastings 5c66189e88 Issue #20189: Four additional builtin types (PyTypeObject, 12 years ago
Serhiy Storchaka 65fd0592fb Issue #2382: SyntaxError cursor "^" now is written at correct position in most 12 years ago
Victor Stinner 2d854c8e7b Issue #20024: Py_BuildValue() now saves/restores the current exception before 12 years ago
Stefan Krah 6c01e38677 Issue #19036: Including locale.h should not depend on HAVE_LANGINFO_H. 12 years ago
Larry Hastings b7ccb20423 Issue #20294: Argument Clinic now supports argument parsing for __new__ and 12 years ago
Larry Hastings bebf73511a Issue #20287: Argument Clinic's output is now configurable, allowing 12 years ago
Brett Cannon a6dec2e744 Remove an unneeded cast. 12 years ago
Brett Cannon 4caa61d20e Issue #20152: import.c now uses Argument Clinic. 12 years ago
Eric Snow e4314e05d5 Issue 19713: Remove PEP 451-related code that should have been factored out. 12 years ago
Larry Hastings 77561cccb2 Issue #20141: Improved Argument Clinic's support for the PyArg_Parse "O!" 12 years ago
Eric Snow 1500d49c22 Issue 19713: Add PEP 451-related deprecations. 12 years ago
Eric Snow d749c7ae68 Issue #19927: Add __eq__ to path-based loaders in importlib. 12 years ago
Eric Snow fbc785188d Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder. 12 years ago
Benjamin Peterson fa10ae0978 update copyright year 12 years ago
Christian Heimes af01f66817 Issue #16136: Remove VMS support and VMS-related code 12 years ago
Victor Stinner ed0b87d73c Fix the C definition of the sys._debugmallocstats() function: the function has 12 years ago
Victor Stinner 5272fa9c57 Fix _Py_DisplaySourceLine(), if PyTokenizer_FindEncodingFilename() fails, clear 12 years ago
Eric Snow 61e851baca Remove some dead code in importlib, introduced with the PEP 451 patch. 12 years ago
Serhiy Storchaka 48d761e2b4 Issue #16404: Add checks for return value of PyLong_FromLong() in 12 years ago
Serhiy Storchaka 87a854dc73 Fixed leak in sys.flags initialization. 12 years ago
Victor Stinner 590cebe391 Issue #19787: PyThread_set_key_value() now always set the value 12 years ago
Victor Stinner 441adb8c57 Backout changeset 46393019b650 12 years ago
Victor Stinner cd0cb8ccd3 Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3, 12 years ago
Victor Stinner fdeb6ec45a Issue #14432: Remove the thread state field from the frame structure. Fix a 12 years ago
Victor Stinner 62ca10051b Close #19576: PyGILState_Ensure() now initializes threads. At startup, Python 12 years ago
Eric Snow b282b3d804 Issue #18864: Add a setter for ModuleSpec.has_location. 12 years ago
Victor Stinner 52ce3b04d0 Issue #19817: Fix print_exception(), clear the exception on error 12 years ago
Benjamin Peterson 933142a8f2 document that compile() can take bytes (closes #19910) 12 years ago
Christian Heimes 724b828e79 upcast int to size_t to silence two autological-constant-out-of-range-compare warnings with clang. 12 years ago
Victor Stinner be0708f066 Closes #19831: Stop tracemalloc later at Python shutdown to be able to use 12 years ago
Brett Cannon d2476c6e4b Issue #19698: Remove exec_module() from the built-in and extension 12 years ago
Mark Dickinson f45bbb6211 Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float. 12 years ago
Zachary Ware a4b7a7548c Issue #3158: doctest can now find doctests in functions and methods 12 years ago
Larry Hastings 3a9079742f Issue #19722: Added opcode.stack_effect(), which accurately 12 years ago
Antoine Pitrou 8933521b3d Fix refleak introduced by 4f730c045f5f (issue #18408) and unveiled by 95eea8624d05 (issue #16596). 12 years ago