summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | [doc] Use list[int] instead of List[int] (etc.) in a few more places (GH-22524)Miss Skeleton (bot)2020-10-032-8/+8
* | [3.9] bpo-41840: Report module-level globals as both local and global in the ...Pablo Galindo2020-10-033-9/+35
* | [doc] Fix link to abc.collections.Iterable (GH-22520)Miss Skeleton (bot)2020-10-031-2/+2
* | [3.9] bpo-41867: List options for timespec in docstrings of isoformat methods...Miss Skeleton (bot)2020-10-032-6/+12
* | [3.9] bpo-40833: Clarify Path.rename doc-string regarding relative paths (GH-...Miss Skeleton (bot)2020-10-032-5/+22
* | bpo-41900: C14N 2.0 serialisation failed for unprefixed attributes when a def...Miss Skeleton (bot)2020-10-033-0/+15
* | [doc] Fix link to abc.collections.Iterable (GH-22502)Miss Skeleton (bot)2020-10-021-1/+1
* | Typo fix - "mesasge" should be "message" (GH-22498)Miss Skeleton (bot)2020-10-021-2/+2
* | bpo-41802: Document 'PyDict_DelItem' can raise a 'KeyError' (GH-22291)Miss Islington (bot)2020-10-021-4/+6
* | Fix grammar in secrets module documentation (GH-22467)Miss Islington (bot)2020-09-301-1/+1
* | bpo-41774: Add programming FAQ entry (GH-22402)Miss Islington (bot)2020-09-292-0/+17
* | bpo-41875: Use __builtin_unreachable when possible (GH-22433)Miss Islington (bot)2020-09-282-1/+5
* | bpo-40105: ZipFile truncate in append mode with shorter comment (GH-19337)Miss Islington (bot)2020-09-283-0/+7
* | [doc] Leverage the fact that the actual types can now be indexed for typing (...Miss Islington (bot)2020-09-272-30/+29
* | bpo-41858: Clarify line in optparse doc (GH-22407)Miss Islington (bot)2020-09-271-1/+1
* | bpo-41775: Make 'IDLE Shell' the shell title (GH-22399)Miss Islington (bot)2020-09-243-1/+4
* | [3.9] bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_...Łukasz Langa2020-09-243-6/+91
* | bpo-41844: Add IDLE section to What's New 3.9 (GN-22382)Miss Islington (bot)2020-09-231-0/+14
* | bpo-33822: Update IDLE section of What's New 3.8 (GH-22383)Miss Islington (bot)2020-09-231-0/+10
* | [3.9] bpo-41841: Prepare IDLE News for 3.9 (GH-22380)Terry Jan Reedy2020-09-231-2/+7
* | bpo-37062: Enum: add extended AutoNumber example (GH-22349) (GH-22370)Miss Islington (bot)2020-09-232-0/+27
* | bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363)Miss Islington (bot)2020-09-224-42/+51
* | fix `EventType` basesMiss Islington (bot)2020-09-222-6/+7
* | bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350)Miss Islington (bot)2020-09-224-9/+8
* | bpo-41815: SQLite: segfault if backup called on closed database (GH-22322)Miss Islington (bot)2020-09-213-0/+13
* | Fix a compiler warning in pycore_pylifecycle.h (GH-22331)Pablo Galindo2020-09-211-1/+1
* | bpo-41819: Fix compiler warning in init_dump_ascii_wstr() (GH-22332)Miss Islington (bot)2020-09-211-1/+1
* | bpo-41811: create SortKey members using first given value (GH-22316) (GH-22325)Miss Islington (bot)2020-09-192-3/+7
* | bpo-35293: Travis CI uses "make venv" for the doc (GH-22307) (GH-22309)Victor Stinner2020-09-183-8/+12
* | bpo-35293: Remove RemovedInSphinx40Warning (GH-22198)Miss Islington (bot)2020-09-182-15/+22
* | bpo-41762: Fix usage of productionlist markup in the doc (GH-22281)Miss Islington (bot)2020-09-188-69/+70
* | [3.9] Remove duplicated words words (GH-22298). (GH-22299)Serhiy Storchaka2020-09-182-3/+3
* | [3.9] Remove duplicated words words (GH-20413). (GH-22296)Serhiy Storchaka2020-09-185-5/+5
* | [3.9] bpo-27032, bpo-37328: Document removing HTMLParser.unescape() (GH-22288)Terry Jan Reedy2020-09-181-0/+5
|/
* Post 3.9.0rc2Łukasz Langa2020-09-171-1/+1
* Merge tag 'v3.9.0rc2' into 3.9Łukasz Langa2020-09-1740-95/+409
|\
| * Python 3.9.0rc2v3.9.0rc2Łukasz Langa2020-09-1640-95/+409
* | bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)Miss Islington (bot)2020-09-175-3/+34
* | [3.9] bpo-39728: Enum: fix duplicate `ValueError` (GH-22277) (GH-22282)Ethan Furman2020-09-174-2/+21
* | _auto_called cleanup (GH-22285)Miss Islington (bot)2020-09-172-1/+12
|/
* bpo-41517: do not allow Enums to be extended (GH-22271)Miss Islington (bot)2020-09-163-5/+18
* bpo-41687: Fix error handling in Solaris sendfile implementation (GH-22128)Miss Islington (bot)2020-09-161-3/+2
* [3.9] bpo-41687: Fix sendfile implementation to work with Solaris (GH-22040) ...Łukasz Langa2020-09-163-0/+26
* [3.9] bpo-41789: honor object overrides in Enum classes (GH-22250) (GH-22272)Ethan Furman2020-09-163-1/+14
* bpo-39587: Enum - use correct mixed-in data type (GH-22263) (GH-22266)Miss Islington (bot)2020-09-153-1/+56
* bpo-41780: Fix __dir__ of types.GenericAlias (GH-22262)Miss Islington (bot)2020-09-153-0/+46
* Improve the description of difflib in the documentation (GH-22253) (#22261)Miss Islington (bot)2020-09-151-2/+2
* [3.9] bpo-41631: _ast module uses again a global state (GH-21961) (GH-22258)Pablo Galindo2020-09-157-309/+155
* bpo-41776: Revise example of "continue" in the tutorial documentation (GH-222...Miss Islington (bot)2020-09-151-5/+5
* bpo-40721: add note about enum member name case (GH-22231)Miss Islington (bot)2020-09-141-0/+6