summaryrefslogtreecommitdiff
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* [3.8] bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993)backport-8ed6503-3.8Jason R. Coombs2019-09-121-1019/+900
* bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) (GH...Paul Ganssle2019-09-112-7/+7
* closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007)Miss Islington (bot)2019-09-111-8/+6
* [3.8] bpo-37409: fix relative import with no parent (GH-14956) (GH-15913)Brett Cannon2019-09-111-10/+13
* [3.8] bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15...Jason R. Coombs2019-09-101-610/+609
* bpo-38090: Fix reference leak in ceval.c (GH-15848)Miss Islington (bot)2019-09-101-1/+0
* bpo-20490: Improve circular import error message (GH-15308)Steve Dower2019-09-091-4/+11
* [3.8] bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-1...Serhiy Storchaka2019-09-012-14/+8
* Fix typos mostly in comments, docs and test names (GH-15209)Miss Islington (bot)2019-08-302-3/+3
* bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592) (GH-15608)Miss Islington (bot)2019-08-291-4/+0
* [3.8] bpo-37034: Display argument name on errors with keyword arguments with ...Serhiy Storchaka2019-08-296-33/+27
* bpo-37947: Avoid double-decrement in symtable recursion counting (GH-15593)Miss Islington (bot)2019-08-291-4/+14
* bpo-18049: Define THREAD_STACK_SIZE for AIX to pass default recursion limit t...Miss Islington (bot)2019-08-281-0/+4
* Fix unused variable and signed/unsigned warnings (GH-15537) (GH-15551)Miss Islington (bot)2019-08-272-3/+3
* bpo-37954: Fix reference leak in the symtable (GH-15514)Miss Islington (bot)2019-08-261-1/+3
* [3.8] bpo-37947: Adjust correctly the recursion level in symtable for named e...Pablo Galindo2019-08-261-1/+3
* [3.8] bpo-37757: Disallow PEP 572 cases that expose implementation details (G...Nick Coghlan2019-08-261-24/+97
* [3.8] bpo-37942: Improve argument clinic float converter (GH-15470) (GH-15480)Raymond Hettinger2019-08-242-6/+12
* [3.8] bpo-37830: Fix compilation of break and continue in finally. (GH-15320)...Serhiy Storchaka2019-08-244-180/+224
* bpo-28269: Replace strcasecmp with system function _stricmp. (GH-13095)Miss Islington (bot)2019-08-241-19/+1
* bpo-29535: Remove promize about hash randomization of datetime objects. (GH-1...Miss Islington (bot)2019-08-241-2/+2
* bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431) (GH-15435)Victor Stinner2019-08-232-31/+46
* bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389)Miss Islington (bot)2019-08-231-1/+8
* bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)Miss Islington (bot)2019-08-231-4/+25
* bpo-37926: Fix PySys_SetArgvEx(0, NULL, 0) crash (GH-15415) (GH-15420)Victor Stinner2019-08-231-1/+2
* bpo-37834: Normalise handling of reparse points on Windows (GH-15370)Steve Dower2019-08-211-1/+6
* bpo-36266: Add module name in ImportError when DLL not found on Windows (GH-1...Miss Islington (bot)2019-08-171-4/+4
* [3.8] bpo-32912: Revert SyntaxWarning on invalid escape sequences (GH-15142)Serhiy Storchaka2019-08-091-3/+3
* bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748)Miss Islington (bot)2019-08-011-1/+2
* bpo-37500: Make sure dead code does not generate bytecode but also detect syn...Miss Islington (bot)2019-07-291-5/+64
* bpo-37697: Sync with importlib_metadata 0.19 (GH-14993) (GH-14995)Miss Islington (bot)2019-07-281-779/+796
* [3.8] bpo-36974: separate vectorcall functions for each calling convention (G...Jeroen Demeyer2019-07-231-8/+8
* [3.8] Fix typos in docs, comments and test assert messages (GH-14872). (#14900)Kyle Stanley2019-07-211-1/+1
* Adjust builtins.zip() docstring to better communicate its signature (GH-14833)Miss Islington (bot)2019-07-191-1/+1
* bpo-37593: Swap the positions of posonlyargs and args in the constructor of a...Miss Islington (bot)2019-07-143-145/+145
* bpo-18374: fix wrong col_offset of some ast.BinOp instances (GH-14607)Miss Islington (bot)2019-07-081-1/+1
* bpo-36763: Add PyConfig_SetWideStringList() (GH-14444)Miss Islington (bot)2019-07-011-1/+18
* bpo-37467: Fix PyErr_Display() for bytes filename (GH-14504)Miss Islington (bot)2019-07-011-1/+1
* bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode...Miss Islington (bot)2019-07-012-8/+6
* bpo-37369: Fix initialization of sys members when launched via an app contain...Steve Dower2019-06-293-0/+35
* bpo-37363: Add audit events for a range of modules (GH-14301)Miss Islington (bot)2019-06-241-0/+5
* bpo-35224: Bump the pyc magic number by 1 instead of by 10 in last modificati...Miss Islington (bot)2019-06-231-1/+1
* bpo-35224: Bump the pyc magic number after the change in MAP_ADD (GH-14313)Miss Islington (bot)2019-06-221-121/+121
* bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-...Miss Islington (bot)2019-06-222-6/+6
* bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152)Steve Dower2019-06-211-0/+1
* bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051) ...Miss Islington (bot)2019-06-171-12/+5
* bpo-37289: Remove 'if False' handling in the peephole optimizer (GH-14099) (G...Miss Islington (bot)2019-06-151-9/+3
* bpo-37269: Correctly optimise conditionals with constant booleans (GH-14071)Miss Islington (bot)2019-06-131-0/+5
* bpo-37077: Add native thread ID (TID) for AIX (GH-13624)Miss Islington (bot)2019-06-131-2/+7
* bpo-37213: Handle negative line deltas correctly in the peephole optimizer (G...Miss Islington (bot)2019-06-134-4144/+4147