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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-37324: Remove ABC aliases from collections (GH-23754)
Hugo van Kemenade
2021-01-12
1
-16/+0
*
bpo-42848: remove recursion from TracebackException (GH-24158)
Irit Katriel
2021-01-12
2
-46/+94
*
bpo-42882: Add test_embed.test_unicode_id_init() (GH-24198)
Victor Stinner
2021-01-12
1
-0/+6
*
Fix various ParamSpec errors in typing (GH-24176)
Ken Jin
2021-01-11
1
-1/+1
*
bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183)
Terry Jan Reedy
2021-01-10
3
-3/+19
*
bpo-24464: Fix sqlite3.enable_shared_cache() deprecation wrapper (GH-24170)
Erlend Egeberg Aasland
2021-01-09
2
-1/+5
*
bpo-42802: Remove distutils bdist_wininst command (GH-24043)
Victor Stinner
2021-01-08
16
-430/+4
*
bpo-42846: Convert CJK codec extensions to multiphase init (GH-24157)
Victor Stinner
2021-01-07
1
-2/+24
*
bpo-42851: [Enum] remove brittle __init_subclass__ support (GH-24154)
Ethan Furman
2021-01-07
2
-75/+1
*
bpo-42847: Normalise Lib/sqlite3/test/* file encodings (GH-24147)
Erlend Egeberg Aasland
2021-01-07
6
-21/+15
*
bpo-40823: Use loadTestsFromTestCase() iso. makeSuite() in sqlite3 tests (GH-...
Erlend Egeberg Aasland
2021-01-07
9
-320/+343
*
bpo-14014: Clarify StreamWriter.reset() documentation (GH-13716)
Berker Peksag
2021-01-06
1
-2/+2
*
bpo-24464: Deprecate sqlite3.enable_shared_cache (GH-24008)
Erlend Egeberg Aasland
2021-01-06
2
-0/+21
*
bpo-40810: Require SQLite 3.7.15 (GH-24106)
Erlend Egeberg Aasland
2021-01-06
2
-12/+0
*
bpo-42823: Fix frame lineno when frame.f_trace is set (GH-24099)
Mark Shannon
2021-01-05
1
-0/+21
*
bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491)
Cheryl Sabella
2021-01-05
5
-31/+225
*
bpo-42681: Fix test_curses failures related to color pairs (GH-24089)
Serhiy Storchaka
2021-01-05
1
-12/+41
*
bpo-40636: Remove overly-strict zip pickling tests (GH-24109)
Brandt Bucher
2021-01-05
1
-42/+0
*
bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530)
Erlend Egeberg Aasland
2021-01-04
1
-0/+8
*
Merge tag 'v3.10.0a4'
Pablo Galindo
2021-01-04
1
-75/+131
|
\
|
*
Python 3.10.0a4
v3.10.0a4
Pablo Galindo
2021-01-04
1
-75/+131
*
|
bpo-42810: Mark jumps at end of if and try statements as artificial. (GH-24091)
Mark Shannon
2021-01-04
1
-0/+42
|
/
*
bpo-42789: Enable using /dev/tty in test_curses. (GH-24085)
Serhiy Storchaka
2021-01-04
1
-1/+1
*
bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874)
Serhiy Storchaka
2021-01-03
1
-26/+107
*
bpo-42806: Fix ast locations of f-strings inside parentheses (GH-24067)
Pablo Galindo
2021-01-03
1
-0/+53
*
bpo-40631: Disallow single parenthesized star target (GH-24027)
Lysandros Nikolaou
2021-01-02
1
-0/+25
*
No need to test "istep==1" twice. (GH-24064)
Raymond Hettinger
2021-01-02
1
-4/+2
*
bpo-42772: Step argument ignored when stop is None. (GH-24018)
Raymond Hettinger
2021-01-02
2
-1/+15
*
bpo-42789: Don't skip curses tests on non-tty. (GH-24009)
Serhiy Storchaka
2021-01-02
1
-38/+62
*
bpo-42809: Improve pickle tests for recursive data. (GH-24060)
Serhiy Storchaka
2021-01-02
1
-87/+253
*
bpo-42195: Disallow isinstance/issubclass for subclasses of genericaliases in...
Ken Jin
2021-01-02
1
-0/+10
*
handle empty string in variable executable in platform.libc_ver() (#23140)
Kurochan
2021-01-02
1
-1/+1
*
bpo-41559: Documentation for PEP 612 (GH-24000)
Ken Jin
2021-01-02
1
-7/+8
*
bpo-42756: Configure LMTP Unix-domain socket to use global default timeout wh...
Ross
2021-01-01
3
-1/+20
*
bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037)
Dong-hee Na
2021-01-01
1
-3/+7
*
bpo-37193: Remove thread objects which finished process its request (GH-23127)
Jason R. Coombs
2020-12-31
2
-12/+62
*
bpo-42163, bpo-42189, bpo-42659: Support uname_tuple._replace (for all but pr...
Jason R. Coombs
2020-12-31
2
-2/+49
*
bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist` (#23...
Jason R. Coombs
2020-12-31
5
-146/+277
*
bpo-42393: Raise OverflowError iso. DeprecationWarning on overflow in socket....
Erlend Egeberg Aasland
2020-12-31
1
-6/+5
*
bpo-39068: Fix race condition in base64 (GH-17627)
Brandon Stansbury
2020-12-31
1
-2/+2
*
bpo-27794: Add `name` attribute to `property` class (GH-23967)
Yurii Karabas
2020-12-30
2
-1/+51
*
bpo-40137: Convert _functools module to use PyType_FromModuleAndSpec. (GH-23405)
Hai Shi
2020-12-29
1
-2/+1
*
Allow / character in username,password fields in _PROXY envvars. (#23973)
Senthil Kumaran
2020-12-29
2
-2/+14
*
bpo-41781: Fix typo in internal function name in typing (GH-23957)
Ross
2020-12-29
1
-3/+3
*
bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968)
Serhiy Storchaka
2020-12-29
4
-11/+24
*
bpo-42749: Use dynamic version to test for unsupported bignum in Tk (GH-23966)
Serhiy Storchaka
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
2
-1/+13
*
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
2
-11/+63
*
bpo-42749: Fix testing bignum if Tkinter is compiled with Tk 8.4 and dynamic ...
Serhiy Storchaka
2020-12-27
1
-4/+8
[next]