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
*
Bring Python into the new year. (GH-24036)
Dong-hee Na
2021-01-01
9
-10/+10
*
bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037)
Dong-hee Na
2021-01-01
2
-3/+9
*
bpo-42781: Document the mechanics of cached_property from a user viewpoint (G...
Raymond Hettinger
2021-01-01
1
-4/+14
*
bpo-37193: Remove thread objects which finished process its request (GH-23127)
Jason R. Coombs
2020-12-31
3
-12/+64
*
Fixes a typo in importlib.metadata. (#23921)
Tao He
2020-12-31
1
-2/+2
*
bpo-42163, bpo-42189, bpo-42659: Support uname_tuple._replace (for all but pr...
Jason R. Coombs
2020-12-31
3
-2/+50
*
bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist` (#23...
Jason R. Coombs
2020-12-31
7
-154/+286
*
bpo-42393: Raise OverflowError iso. DeprecationWarning on overflow in socket....
Erlend Egeberg Aasland
2020-12-31
5
-42/+30
*
bpo-39068: Fix race condition in base64 (GH-17627)
Brandon Stansbury
2020-12-31
3
-2/+5
*
Minor improvements to the convolve() recipe (GH-24012)
Raymond Hettinger
2020-12-30
1
-2/+2
*
bpo-42773: fix tests not being run on pushes (GH-24004)
Filipe Laíns
2020-12-30
1
-1/+1
*
bpo-27640: Add --disable-test-modules configure option (GH-23886)
pxinwr
2020-12-30
6
-41/+116
*
bpo-27794: Add `name` attribute to `property` class (GH-23967)
Yurii Karabas
2020-12-30
5
-11/+118
*
bpo-40137: Fix refleak in _functools_exec() (GH-24006)
Victor Stinner
2020-12-30
1
-0/+1
*
bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999)
Petr Viktorin
2020-12-29
3
-4/+7
*
bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861)
Andre Delfino
2020-12-29
1
-0/+2
*
bpo-40956: Convert _sqlite3.Row to Argument Clinic (GH-23964)
Erlend Egeberg Aasland
2020-12-29
2
-21/+86
*
bpo-42655: Fix subprocess extra_groups gid conversion (GH-23762)
Jakub Kulík
2020-12-29
4
-11/+9
*
bpo-40137: Convert _functools module to use PyType_FromModuleAndSpec. (GH-23405)
Hai Shi
2020-12-29
3
-224/+255
*
bpo-42700: Swap descriptions in pyexpat.errors (GH-23876)
Michael Wayne Goodman
2020-12-29
1
-2/+2
*
Fix minor typo in comments in readline.c (GH-23911)
Jero Bado
2020-12-29
1
-1/+1
*
Allow / character in username,password fields in _PROXY envvars. (#23973)
Senthil Kumaran
2020-12-29
3
-2/+15
*
bpo-41781: Fix typo in internal function name in typing (GH-23957)
Ross
2020-12-29
1
-3/+3
*
Fix typo in NEWS (GH23958)
Zackery Spytz
2020-12-29
1
-1/+1
*
bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968)
Serhiy Storchaka
2020-12-29
5
-11/+27
*
bpo-42749: Use dynamic version to test for unsupported bignum in Tk (GH-23966)
Serhiy Storchaka
2020-12-29
1
-1/+1
*
bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982)
Zackery Spytz
2020-12-29
1
-1/+1
*
bpo-42740: Support PEP 604, 612 for typing.py get_args and get_origin (GH-23942)
Ken Jin
2020-12-29
3
-1/+15
*
Fix compiler warnings regarding loss of data (GH-23983)
Pablo Galindo
2020-12-29
2
-2/+2
*
Use Py_NewRef in Modules/_struct.c (GH-23981)
Pablo Galindo
2020-12-28
1
-2/+1
*
bpo-42740: Fix get_args for PEP 585 collections.abc.Callable (GH-23963)
Ken Jin
2020-12-28
2
-3/+6
*
bpo-42222: Modernize integer test/conversion in randrange() (#23064)
Raymond Hettinger
2020-12-28
4
-11/+81
*
[workflow] Use MSVC problem matcher for Windows action build (GH-18532)
Ammar Askar
2020-12-28
2
-0/+21
*
bpo-40077: Fix typo in simplequeue_get_state_by_type() (GH-23975)
Erlend Egeberg Aasland
2020-12-28
1
-1/+1
*
bpo-1635741: sqlite3: Fix ref leak introduced by commit bf64d90 (GH-23972)
Erlend Egeberg Aasland
2020-12-28
1
-1/+0
*
bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965)
Erlend Egeberg Aasland
2020-12-27
1
-1/+1
*
bpo-1635741: sqlite3 uses Py_NewRef/Py_XNewRef (GH-23170)
Erlend Egeberg Aasland
2020-12-27
7
-82/+45
*
bpo-40956: Convert _sqlite3.Connection to Argument Clinic, part 2 (GH-23838)
Erlend Egeberg Aasland
2020-12-27
4
-77/+297
*
bpo-42749: Fix testing bignum if Tkinter is compiled with Tk 8.4 and dynamic ...
Serhiy Storchaka
2020-12-27
1
-4/+8
*
bpo-42745: finalize_interp_types() calls _PyType_Fini() (GH-23953)
Victor Stinner
2020-12-26
3
-8/+7
*
Add small validator utility for PEG grammars (GH-23519)
Pablo Galindo
2020-12-26
3
-0/+106
*
bpo-16396: fix BPO number in changelog (GH-23951)
Shantanu
2020-12-26
1
-1/+1
*
bpo-42748: test_asdl_parser now uses exec_module instead of load_module (#23954)
Dong-hee Na
2020-12-26
1
-1/+5
*
bpo-40521: Per-interpreter interned strings (GH-20085)
Victor Stinner
2020-12-26
5
-83/+43
*
bpo-42694: Prevent creating _curses_panel.panel (GH-23948)
Victor Stinner
2020-12-26
1
-1/+2
*
bpo-42745: Make the type cache per-interpreter (GH-23947)
Victor Stinner
2020-12-26
7
-82/+128
*
Add convolve() to the itertools recipes (GH-23928)
Raymond Hettinger
2020-12-26
1
-0/+12
*
bpo-39465: Fix _PyUnicode_FromId() for subinterpreters (GH-20058)
Victor Stinner
2020-12-25
6
-37/+102
*
Sync what's new in 3.9 with 3.9 branch (GH-23943)
Ken Jin
2020-12-25
1
-1/+34
*
bpo-36876: [c-analyzer tool] Additional CLI updates for "capi" command. (gh-2...
Eric Snow
2020-12-25
3
-93/+380
[next]