summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* [3.8] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#2...Guido van Rossum2020-06-282-2/+3
* [3.8] bpo-41132: Use pymalloc allocator in the f-string parser (GH-21173) (GH...Lysandros Nikolaou2020-06-271-7/+7
* bpo-41094: Fix decoding errors with audit when open files. (GH-21095)Miss Islington (bot)2020-06-241-4/+19
* bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21...Miss Islington (bot)2020-06-221-1/+1
* bpo-40957: Fix refleak in _Py_fopen_obj() (GH-20827)Miss Islington (bot)2020-06-131-0/+1
* bpo-40834: Fix truncate when sending str object with channel (GH-20555)Miss Islington (bot)2020-06-131-1/+1
* bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649)Miss Islington (bot)2020-06-061-0/+22
* bpo-40614: Respect feature version for f-string debug expressions (GH-20196) ...Shantanu2020-06-061-0/+6
* bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)Miss Islington (bot)2020-05-241-3/+24
* [3.8] bpo-40663: Correctly handle annotations with subscripts in ast_unparse....Batuhan Taskaya2020-05-221-2/+19
* bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974)Miss Islington (bot)2020-05-181-2/+2
* bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20...Miss Islington (bot)2020-05-181-1/+1
* bpo-40636: Clarify the zip built-in docstring. (GH-20118)Miss Islington (bot)2020-05-151-5/+8
* bpo-40527: Fix command line argument parsing (GH-19955)Miss Islington (bot)2020-05-061-7/+16
* [3.8] bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750) ...Robert Rouhani2020-05-061-7/+7
* bpo-40412: Nullify inittab_copy during finalization (GH-19746)Miss Islington (bot)2020-05-011-0/+1
* [3.8] bpo-39562: Prevent collision of future and compiler flags (GH-19230) (G...Pablo Galindo2020-05-011-1/+1
* bpo-40048: Fix _PyCode_InitOpcache() error path (GH-19691) (GH-19698)Victor Stinner2020-04-241-1/+1
* [3.8] closes bpo-40184: Only define pysiphash if the hash algorithm is SIPHAS...Benjamin Peterson2020-04-041-7/+7
* Document most common signals (GH-19245) (GH-19257)Victor Stinner2020-03-311-1/+1
* bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120) (GH-19136)Victor Stinner2020-03-241-2/+10
* bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (GH-9516...Miss Islington (bot)2020-03-221-0/+11
* bpo-39562: Allow executing asynchronous comprehensions in the asyncio REPL (G...Miss Islington (bot)2020-03-191-2/+5
* bpo-35370: PyEval_SetTrace() logs unraisable error (GH-18977) (GH-19029)Victor Stinner2020-03-161-0/+2
* bpo-39965: Correctly raise SyntaxError if await is used outside async functio...Miss Islington (bot)2020-03-151-4/+8
* bpo-39847: EnterNonRecursiveMutex() uses GetTickCount64() (GH-18780)Miss Islington (bot)2020-03-111-3/+3
* bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304)Miss Islington (bot)2020-03-111-0/+1
* bpo-39831: Remove outdated comment. (GH-18764)Miss Islington (bot)2020-03-031-3/+1
* bpo-39776: Lock ++interp->tstate_next_unique_id. (GH-18746) (#18746) (#18752)Stefan Krah2020-03-031-2/+1
* [3.8] bpo-39831: Fix a reference leak in PyErr_WarnEx(). (GH-18750) (GH-18761)Pablo Galindo2020-03-031-2/+3
* bpo-38410: Properly handle PySys_Audit() failures (GH-18658)Serhiy Storchaka2020-03-022-32/+55
* [3.8] bpo-38913: Fix segfault in Py_BuildValue("(sGH-O)", ...) if entered wit...Serhiy Storchaka2020-03-021-3/+3
* [3.8] bpo-39427: Document -X opt options in the CLI --help and the man page (...Pablo Galindo2020-02-231-1/+32
* [3.8] closes bpo-39630: Update pointers to string literals to be const char *...Benjamin Peterson2020-02-142-2/+2
* bpo-39474: Fix AST pos for expressions like (a)(b), (a)[b] and (a).b. (GH-18477)Miss Islington (bot)2020-02-121-18/+18
* closes bpo-39605: Fix some casts to not cast away const. (GH-18453)Miss Islington (bot)2020-02-122-2/+2
* [3.8] bpo-39579: Fix Attribute end_col_offset to point at the current node (G...Lysandros Nikolaou2020-02-081-2/+3
* Fix compiler warning on Windows (GH-18012)Miss Islington (bot)2020-01-151-1/+1
* [3.8] bpo-39033: Fix NameError in zipimport during hash validation (GH-17588)...Karthikeyan Singaravelan2020-01-141-271/+269
* bpo-39235: Fix end location for genexp in call args (GH-17925)Miss Islington (bot)2020-01-091-8/+8
* bpo-29778: Fix incorrect NULL check in _PyPathConfig_InitDLLPath() (GH-17818)Miss Islington (bot)2020-01-061-1/+1
* Fix constant folding optimization for positional only arguments (GH-17837)Miss Islington (bot)2020-01-051-0/+1
* Fix SystemError when nested function has annotation on positional-only argume...Miss Islington (bot)2020-01-051-0/+2
* Bring Python into the next decade. (GH-17801)Miss Islington (bot)2020-01-031-1/+1
* bpo-39176: Improve error message for 'named assignment' (GH-17777) (GH-17778)Miss Islington (bot)2020-01-011-1/+1
* closes bpo-37446: resolve undefined behavior in Python/hamt.c (GH-17727)Miss Islington (bot)2019-12-311-1/+1
* [3.8] bpo-39080: Starred Expression's column offset fix when inside a CALL (G...Pablo Galindo2019-12-181-1/+1
* The comment in ast_for_namedexpr shouldn't include if_stmt (GH-17586)Miss Islington (bot)2019-12-151-3/+1
* Fix elif start column offset when there is an else following (GH-17596) (GH-1...Miss Islington (bot)2019-12-141-2/+2
* Add PYTHONUTF8 to commandline usage. (GH-17587)Miss Islington (bot)2019-12-141-0/+1