summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-41490: Bump vendored pip to version 20.2.3 (#22527)Pablo Galindo2020-10-042-17/+14
* Delete extra 'the' from `Formatter` class docstring (GH-22530)Hansraj Das2020-10-041-1/+1
* bpo-41898: add caveat on root logger seeing all messages in assertLogs doc (G...Irit Katriel2020-10-041-1/+2
* bpo-41887: omit leading spaces/tabs on ast.literal_eval (#22469)Batuhan Taskaya2020-10-045-2/+16
* [doc] Use list[int] instead of List[int] (etc.) in a few more places (GH-22524)Andre Delfino2020-10-032-8/+8
* bpo-41840: Report module-level globals as both local and global in the symtab...Pablo Galindo2020-10-033-9/+31
* bpo-41922: Use PEP 590 vectorcall to speed up reversed() (GH-22523)Dong-hee Na2020-10-032-0/+21
* [doc] Fix link to abc.collections.Iterable (GH-22520)Andre Delfino2020-10-031-2/+2
* bpo-40564: Avoid copying state from extant ZipFile. (GH-22371)Jason R. Coombs2020-10-033-6/+51
* bpo-41826: Fix compiler warnings in test_peg_generator (GH-22455)Pablo Galindo2020-10-031-16/+17
* bpo-41867: List options for timespec in docstrings of isoformat methods (GH-2...Ram Rachum2020-10-032-6/+12
* bpo-40833: Clarify Path.rename doc-string regarding relative paths (GH-20554)Ram Rachum2020-10-032-5/+22
* bpo-41900: C14N 2.0 serialisation failed for unprefixed attributes when a def...scoder2020-10-033-0/+15
* [doc] Fix link to abc.collections.Iterable (GH-22502)Andre Delfino2020-10-021-1/+1
* Fix is_typeddict markup (#22501)Andre Delfino2020-10-021-5/+6
* Typo fix - "mesasge" should be "message" (GH-22498)Hansraj Das2020-10-021-2/+2
* bpo-41802: Document 'PyDict_DelItem' can raise a 'KeyError' (GH-22291)Campbell Barton2020-10-021-4/+6
* bpo-41692: Deprecate PyUnicode_InternImmortal() (GH-22486)Victor Stinner2020-10-024-1/+24
* Update link to supporting references (GH-22488)Raymond Hettinger2020-10-021-1/+1
* [doc] Update references to NumPy (GH-22458)Andre Delfino2020-10-014-8/+5
* bpo-21955: Change my nickname in BINARY_ADD comment (GH-22481)Victor Stinner2020-10-011-1/+1
* bpo-26680: Incorporate is_integer in all built-in and standard library numeri...Robert Smallshire2020-10-0119-24/+230
* bpo-41861: Convert _sqlite3 CursorType and ConnectionType to heap types (GH-2...Erlend Egeberg Aasland2020-10-016-102/+74
* bpo-41861: Convert _sqlite3 RowType and StatementType to heap types (GH-22444)Erlend Egeberg Aasland2020-10-019-118/+71
* bpo-41870: Avoid the test when nargs=0 (GH-22462)Dong-hee Na2020-10-011-3/+3
* Fix grammar in secrets module documentation (GH-22467)Max Smolens2020-09-301-1/+1
* bpo-41670: Remove outdated predict macro invocation. (GH-22026)Mark Shannon2020-09-293-2/+21
* bpo-41774: Add programming FAQ entry (GH-22402)Terry Jan Reedy2020-09-292-0/+17
* bpo-41773: Raise exception for non-finite weights in random.choices(). (GH-2...Ram Rachum2020-09-294-3/+23
* bpo-41873: Add vectorcall for float() (GH-22432)Dennis Sweeney2020-09-293-0/+23
* bpo-41861: Convert _sqlite3 PrepareProtocolType to heap type (GH-22428)Erlend Egeberg Aasland2020-09-285-54/+33
* bpo-41842: Add codecs.unregister() function (GH-22360)Hai Shi2020-09-2811-5/+108
* bpo-41875: Use __builtin_unreachable when possible (GH-22433)Dong-hee Na2020-09-282-1/+5
* bpo-40105: ZipFile truncate in append mode with shorter comment (GH-19337)Jan Mazur2020-09-283-0/+7
* bpo-41870: Use PEP 590 vectorcall to speed up bool() (GH-22427)Dong-hee Na2020-09-282-0/+27
* [doc] Leverage the fact that the actual types can now be indexed for typing (...Andre Delfino2020-09-272-30/+29
* bpo-41861: Convert _sqlite3 cache and node static types to heap types (GH-22417)Erlend Egeberg Aasland2020-09-274-99/+48
* bpo-41858: Clarify line in optparse doc (GH-22407)Emmanuel Arias2020-09-271-1/+1
* Revert "Fix all Python Cookbook links (#22205)" (GH-22424)Andre Delfino2020-09-2717-20/+20
* bpo-1635741: Port _bisect module to multi-phase init (GH-22415)Dong-hee Na2020-09-262-9/+6
* bpo-41428: Fix compiler warning in unionobject.c (GH-22416)Victor Stinner2020-09-261-3/+3
* Fix logging error message (GH-22410)Eric Larson2020-09-252-14/+22
* bpo-39934: Account for control blocks in 'except' in compiler. (GH-22395)Mark Shannon2020-09-253-8/+23
* bpo-41775: Make 'IDLE Shell' the shell title (#22399)Terry Jan Reedy2020-09-243-1/+4
* bpo-41428: Fix compiler warnings in unionobject.c (GH-22388)Victor Stinner2020-09-231-3/+3
* bpo-41654: Fix compiler warning in MemoryError_dealloc() (GH-22387)Victor Stinner2020-09-231-1/+2
* bpo-41833: threading.Thread now uses the target name (GH-22357)Victor Stinner2020-09-234-10/+55
* bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633)Zackery Spytz2020-09-238-17/+46
* bpo-33822: Update IDLE section of What's New 3.8 (GH-22383)Terry Jan Reedy2020-09-231-0/+10
* bpo-41844: Add IDLE section to What's New 3.9 (GN-22382)Terry Jan Reedy2020-09-231-0/+14