index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.9.0
v3.9.0
Łukasz Langa
2020-10-05
11
-558/+911
*
bpo-37062: Enum: add extended AutoNumber example (GH-22349) (GH-22370)
Miss Islington (bot)
2020-10-04
2
-0/+27
*
bpo-41819: Fix compiler warning in init_dump_ascii_wstr() (GH-22332)
Miss Islington (bot)
2020-10-04
1
-1/+1
*
[3.9] bpo-41490: Bump vendored pip to version 20.2.3 (GH-22527). (GH-22544)
Pablo Galindo
2020-10-04
2
-17/+14
*
[3.9] bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_...
Łukasz Langa
2020-10-04
3
-6/+91
*
bpo-41815: SQLite: segfault if backup called on closed database (GH-22322)
Miss Islington (bot)
2020-10-04
3
-0/+13
*
Fix a compiler warning in pycore_pylifecycle.h (GH-22331)
Pablo Galindo
2020-10-04
1
-1/+1
*
bpo-41875: Use __builtin_unreachable when possible (GH-22433)
Miss Islington (bot)
2020-10-04
2
-1/+5
*
Typo fix - "mesasge" should be "message" (GH-22498)
Miss Skeleton (bot)
2020-10-04
1
-2/+2
*
[3.9] Remove duplicated words words (GH-22298). (GH-22299)
Serhiy Storchaka
2020-10-04
2
-3/+3
*
[3.9] Remove duplicated words words (GH-20413). (GH-22296)
Serhiy Storchaka
2020-10-04
5
-5/+5
*
[doc] Use list[int] instead of List[int] (etc.) in a few more places (GH-22524)
Miss Skeleton (bot)
2020-10-04
2
-8/+8
*
[doc] Fix link to abc.collections.Iterable (GH-22520)
Miss Skeleton (bot)
2020-10-04
1
-2/+2
*
[3.9] bpo-41867: List options for timespec in docstrings of isoformat methods...
Miss Skeleton (bot)
2020-10-04
2
-6/+12
*
[3.9] bpo-40833: Clarify Path.rename doc-string regarding relative paths (GH-...
Miss Skeleton (bot)
2020-10-04
2
-5/+22
*
[doc] Fix link to abc.collections.Iterable (GH-22502)
Miss Skeleton (bot)
2020-10-04
1
-1/+1
*
bpo-41802: Document 'PyDict_DelItem' can raise a 'KeyError' (GH-22291)
Miss Islington (bot)
2020-10-04
1
-4/+6
*
Fix grammar in secrets module documentation (GH-22467)
Miss Islington (bot)
2020-10-04
1
-1/+1
*
[doc] Leverage the fact that the actual types can now be indexed for typing (...
Miss Islington (bot)
2020-10-04
2
-30/+29
*
bpo-41858: Clarify line in optparse doc (GH-22407)
Miss Islington (bot)
2020-10-04
1
-1/+1
*
bpo-41844: Add IDLE section to What's New 3.9 (GN-22382)
Miss Islington (bot)
2020-10-04
1
-0/+14
*
bpo-35293: Travis CI uses "make venv" for the doc (GH-22307) (GH-22309)
Victor Stinner
2020-10-04
3
-8/+12
*
bpo-41762: Fix usage of productionlist markup in the doc (GH-22281)
Miss Islington (bot)
2020-10-04
8
-69/+70
*
[3.9] bpo-27032, bpo-37328: Document removing HTMLParser.unescape() (GH-22288)
Terry Jan Reedy
2020-10-04
1
-0/+5
*
Post 3.9.0rc2
Łukasz Langa
2020-09-17
1
-1/+1
*
Merge tag 'v3.9.0rc2' into 3.9
Łukasz Langa
2020-09-17
40
-95/+409
|
\
|
*
Python 3.9.0rc2
v3.9.0rc2
Łukasz Langa
2020-09-16
40
-95/+409
*
|
bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)
Miss Islington (bot)
2020-09-17
5
-3/+34
*
|
[3.9] bpo-39728: Enum: fix duplicate `ValueError` (GH-22277) (GH-22282)
Ethan Furman
2020-09-17
4
-2/+21
*
|
_auto_called cleanup (GH-22285)
Miss Islington (bot)
2020-09-17
2
-1/+12
|
/
*
bpo-41517: do not allow Enums to be extended (GH-22271)
Miss Islington (bot)
2020-09-16
3
-5/+18
*
bpo-41687: Fix error handling in Solaris sendfile implementation (GH-22128)
Miss Islington (bot)
2020-09-16
1
-3/+2
*
[3.9] bpo-41687: Fix sendfile implementation to work with Solaris (GH-22040) ...
Łukasz Langa
2020-09-16
3
-0/+26
*
[3.9] bpo-41789: honor object overrides in Enum classes (GH-22250) (GH-22272)
Ethan Furman
2020-09-16
3
-1/+14
*
bpo-39587: Enum - use correct mixed-in data type (GH-22263) (GH-22266)
Miss Islington (bot)
2020-09-15
3
-1/+56
*
bpo-41780: Fix __dir__ of types.GenericAlias (GH-22262)
Miss Islington (bot)
2020-09-15
3
-0/+46
*
Improve the description of difflib in the documentation (GH-22253) (#22261)
Miss Islington (bot)
2020-09-15
1
-2/+2
*
[3.9] bpo-41631: _ast module uses again a global state (GH-21961) (GH-22258)
Pablo Galindo
2020-09-15
7
-309/+155
*
bpo-41776: Revise example of "continue" in the tutorial documentation (GH-222...
Miss Islington (bot)
2020-09-15
1
-5/+5
*
bpo-40721: add note about enum member name case (GH-22231)
Miss Islington (bot)
2020-09-14
1
-0/+6
*
bpo-39883: Update macOS installer copy of LICENSE. (GH-22235) (GH-22236)
Miss Islington (bot)
2020-09-14
1
-3/+24
*
[3.9] bpo-41778: Change a punctuation on documentation. (GH-22229) (GH-22232)
Emmanuel Arias
2020-09-13
1
-2/+2
*
bpo-33239: Fix default value of 'buffering' parameter in docs of tempfile.* f...
Miss Islington (bot)
2020-09-13
1
-3/+3
*
bpo-41672: Fix type mismatches in imaplib docs (GH-22207)
Miss Islington (bot)
2020-09-12
1
-2/+2
*
bpo-39651: Fix asyncio proactor _write_to_self() (GH-22197)
Miss Islington (bot)
2020-09-12
3
-9/+23
*
bpo-41731: Make test_cmd_line_script pass with -vv (GH-22206)
Miss Islington (bot)
2020-09-12
2
-1/+2
*
bpo-41729: Fix test_winconsole failures (3) and hang (GH-22146)
Miss Islington (bot)
2020-09-12
1
-1/+1
*
[doc] struct: update note about network byte order form to be more helpful (G...
Miss Islington (bot)
2020-09-11
1
-2/+4
*
Doc: Fix alphabetical ordering of removeprefix/suffix. (GH-22194)
Miss Islington (bot)
2020-09-11
1
-27/+28
*
bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188)
Miss Islington (bot)
2020-09-10
2
-1/+2
[next]