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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-37324: Remove ABC aliases from collections (GH-23754)
Hugo van Kemenade
2021-01-12
1
-0/+2
*
bpo-42848: remove recursion from TracebackException (GH-24158)
Irit Katriel
2021-01-12
1
-0/+1
*
bpo-42874: Remove grep -qE options for Solaris 10 compatibility (GH-24200)
Paul Ganssle
2021-01-12
1
-0/+3
*
bpo-41994: Fix refcount issues in Python/import.c (GH-22632)
Serhiy Storchaka
2021-01-12
1
-0/+1
*
bpo-42882: _PyRuntimeState_Init() leaves unicode next_index unchanged (GH-24193)
Victor Stinner
2021-01-12
1
-0/+3
*
bpo-42870: Document change in argparse help output. (GH-24190)
Tomáš Hrnčiar
2021-01-12
1
-0/+1
*
bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183)
Terry Jan Reedy
2021-01-10
1
-0/+1
*
bpo-42802: Remove distutils bdist_wininst command (GH-24043)
Victor Stinner
2021-01-08
1
-0/+3
*
bpo-42866: Fix refleak in CJK getcodec() (GH-24165)
Victor Stinner
2021-01-08
1
-0/+2
*
bpo-42846: Convert CJK codec extensions to multiphase init (GH-24157)
Victor Stinner
2021-01-07
1
-0/+3
*
bpo-42851: [Enum] remove brittle __init_subclass__ support (GH-24154)
Ethan Furman
2021-01-07
1
-0/+1
*
bpo-40823: Use loadTestsFromTestCase() iso. makeSuite() in sqlite3 tests (GH-...
Erlend Egeberg Aasland
2021-01-07
1
-0/+2
*
bpo-42811: Update importlib.utils.resolve_name() docs to use __spec__.parent ...
Yair Frid
2021-01-06
1
-0/+2
*
bpo-24464: Deprecate sqlite3.enable_shared_cache (GH-24008)
Erlend Egeberg Aasland
2021-01-06
1
-0/+3
*
bpo-40810: Require SQLite 3.7.15 (GH-24106)
Erlend Egeberg Aasland
2021-01-06
1
-0/+1
*
bpo-42584: Update Windows installer to use SQLite 3.34.0 (GH-23675)
Erlend Egeberg Aasland
2021-01-05
1
-0/+1
*
bpo-41837: Updated Windows installer to include OpenSSL 1.1.1i (GH-24125)
Steve Dower
2021-01-05
1
-0/+1
*
bpo-42823: Fix frame lineno when frame.f_trace is set (GH-24099)
Mark Shannon
2021-01-05
1
-0/+1
*
bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491)
Cheryl Sabella
2021-01-05
1
-0/+2
*
Fix broken NEWS markup (GH-24110)
Brandt Bucher
2021-01-05
1
-1/+1
*
bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530)
Erlend Egeberg Aasland
2021-01-04
1
-0/+1
*
bpo-1635741: Convert _multibytecodec to multi-phase init (GH-24095)
Erlend Egeberg Aasland
2021-01-04
1
-0/+2
*
Python 3.10.0a4
v3.10.0a4
Pablo Galindo
2021-01-04
99
-195/+995
*
bpo-1635741: Port pyexpat to multi-phase init (PEP 489) (GH-22222)
Mohamed Koubaa
2021-01-04
1
-0/+2
*
bpo-42692: fix __builtin_available check on older compilers (GH-23873)
Joshua Root
2021-01-04
1
-0/+1
*
bpo-42361: Update macOS installer build to use Tcl/Tk 8.6.11 (GH-24081)
Ned Deily
2021-01-04
1
-0/+2
*
bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080)
Ned Deily
2021-01-04
1
-0/+1
*
bpo-42584: Update macOS installer to use SQLite 3.34.0 (GH-23674)
Erlend Egeberg Aasland
2021-01-04
1
-0/+1
*
bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874)
Serhiy Storchaka
2021-01-03
1
-0/+1
*
bpo-42814: Fix undefined behavior in Objects/genericaliasobject.c (GH-24073)
Zackery Spytz
2021-01-03
1
-0/+1
*
bpo-42806: Fix ast locations of f-strings inside parentheses (GH-24067)
Pablo Galindo
2021-01-03
1
-0/+2
*
bpo-40631: Disallow single parenthesized star target (GH-24027)
Lysandros Nikolaou
2021-01-02
1
-0/+2
*
bpo-42772: Step argument ignored when stop is None. (GH-24018)
Raymond Hettinger
2021-01-02
1
-0/+2
*
bpo-40077: Convert arraymodule to use heap types and establish module state (...
Erlend Egeberg Aasland
2021-01-02
1
-0/+1
*
handle empty string in variable executable in platform.libc_ver() (#23140)
Kurochan
2021-01-02
1
-0/+1
*
bpo-42756: Configure LMTP Unix-domain socket to use global default timeout wh...
Ross
2021-01-01
1
-0/+2
*
bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037)
Dong-hee Na
2021-01-01
1
-0/+2
*
bpo-37193: Remove thread objects which finished process its request (GH-23127)
Jason R. Coombs
2020-12-31
1
-0/+2
*
bpo-42163, bpo-42189, bpo-42659: Support uname_tuple._replace (for all but pr...
Jason R. Coombs
2020-12-31
1
-0/+1
*
bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist` (#23...
Jason R. Coombs
2020-12-31
1
-0/+6
*
bpo-42393: Raise OverflowError iso. DeprecationWarning on overflow in socket....
Erlend Egeberg Aasland
2020-12-31
1
-0/+3
*
bpo-39068: Fix race condition in base64 (GH-17627)
Brandon Stansbury
2020-12-31
2
-0/+3
*
bpo-27640: Add --disable-test-modules configure option (GH-23886)
pxinwr
2020-12-30
1
-0/+3
*
bpo-27794: Add `name` attribute to `property` class (GH-23967)
Yurii Karabas
2020-12-30
1
-0/+3
*
bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999)
Petr Viktorin
2020-12-29
1
-0/+2
*
bpo-42655: Fix subprocess extra_groups gid conversion (GH-23762)
Jakub Kulík
2020-12-29
1
-0/+2
*
bpo-40137: Convert _functools module to use PyType_FromModuleAndSpec. (GH-23405)
Hai Shi
2020-12-29
1
-0/+1
*
Allow / character in username,password fields in _PROXY envvars. (#23973)
Senthil Kumaran
2020-12-29
1
-0/+1
*
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
1
-0/+3
[next]