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-41818: Close file descriptors in test_openpty (#GH-24119)
Petr Viktorin
2021-01-19
1
-10/+10
*
closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes p...
Benjamin Peterson
2021-01-18
1
-0/+43
*
bpo-42923: Dump extension modules on fatal error (GH-24207)
Victor Stinner
2021-01-18
2
-0/+29
*
bpo-42944 Fix Random.sample when counts is not None (GH-24235)
jonanifranco
2021-01-18
2
-28/+28
*
bpo-42923: Add Py_FatalError() test in test_capi (GH-24240)
Victor Stinner
2021-01-18
2
-16/+23
*
bpo-42931: randbytes missing from random.__all__ (GH-24219)
Setrak Balian
2021-01-15
1
-0/+1
*
bpo-42934: use TracebackException(compact=True) in unittest.TestResult (GH-24...
Irit Katriel
2021-01-15
1
-1/+2
*
Mark instructions at end of class scope as artificial. (GH-24222)
Mark Shannon
2021-01-15
1
-0/+18
*
bpo-42877: add the 'compact' param to TracebackException's __init__ (#24179)
Irit Katriel
2021-01-15
2
-9/+56
*
bpo-42827: Fix crash on SyntaxError in multiline expressions (GH-24140)
Lysandros Nikolaou
2021-01-14
1
-0/+3
*
bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208)
Tobias Holl
2021-01-13
1
-0/+10
*
bpo-42908: Mark cleanup code at end of try-except and with artificial (#24202)
Mark Shannon
2021-01-13
2
-1/+41
*
bpo-42901: [Enum] move member creation to `__set_name__` (GH-24196)
Ethan Furman
2021-01-13
3
-110/+204
*
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
[next]