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-43521: Allow ast.unparse with empty sets and NaN (GH-24897)
Kodi Arfer
2021-03-18
2
-9/+26
*
bpo-39342: Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl module (GH-18011)
Chris Burr
2021-03-18
1
-0/+2
*
bpo-42128: Add 'missing :' syntax error message to match statements (GH-24733)
Pablo Galindo
2021-03-18
1
-0/+36
*
bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843)
Victor Stinner
2021-03-17
1
-26/+60
*
bpo-43497: Emit SyntaxWarnings for assertions with tuple constants. (GH-24867)
tsukasa-au
2021-03-16
1
-2/+28
*
bpo-41933: Clarify wording for s * n in Common Sequence Operations (GH-22570)
Chavdar Yotov
2021-03-15
1
-2/+2
*
bpo-43285 Make ftplib not trust the PASV response. (GH-24838)
Gregory P. Smith
2021-03-15
2
-3/+35
*
Mark POP_TOP at end of expression statement as artificial, to conform to PEP ...
Mark Shannon
2021-03-15
1
-0/+8
*
bpo-43428: Improve documentation for importlib.metadata changes. (GH-24858)
Jason R. Coombs
2021-03-15
1
-2/+18
*
bpo-29982: Add "ignore_cleanup_errors" param to tempfile.TemporaryDirectory()...
CAM Gerlach
2021-03-14
2
-12/+102
*
bpo-39316: Make sure that attribute accesses and stores, including method cal...
Mark Shannon
2021-03-14
1
-0/+45
*
bpo-43410: Fix crash in the parser when producing syntax errors when reading ...
Pablo Galindo
2021-03-14
1
-1/+8
*
bpo-43245: Add keyword argument support to ChainMap.new_child() (GH-24788)
Kamil Turek
2021-03-14
2
-2/+9
*
bpo-43428: Sync with importlib_metadata 3.7. (GH-24782)
Jason R. Coombs
2021-03-13
6
-38/+308
*
Update client.py (GH-24827)
Géry Ogam
2021-03-13
1
-3/+0
*
bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP (GH-24118)
Pandu E POLUAN
2021-03-12
2
-3/+57
*
bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)
Antoine Pitrou
2021-03-11
1
-10/+33
*
bpo-43423 Fix IndexError in subprocess _communicate function (GH-24777)
Chris Griffith
2021-03-11
1
-4/+2
*
bpo-43406: Fix test_signal.test_stress_modifying_handlers() (GH-24815)
Victor Stinner
2021-03-10
1
-3/+13
*
bpo-43439: Add audit hooks for gc functions (GH-24794)
Pablo Galindo
2021-03-10
2
-0/+31
*
bpo-14678: Update zipimport to support importlib.invalidate_caches() (GH-24159)
Desmond Cheong
2021-03-08
2
-0/+51
*
bpo-43353: Document that logging.getLevelName() accepts string representation...
Mariusz Felisiak
2021-03-08
1
-2/+6
*
bpo-43332: Buffer proxy connection setup packets before sending. (GH-24780)
Gregory P. Smith
2021-03-08
2
-10/+29
*
bpo-43405: Fix DeprecationWarnings in test_unicode (GH-24754)
Zackery Spytz
2021-03-07
1
-20/+24
*
bpo-43372: Use _freeze_importlib for regen-frozen. (GH-24759)
Neil Schemenauer
2021-03-06
1
-3/+3
*
bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tries to ...
Antoine Pitrou
2021-03-05
1
-0/+50
*
bpo-42129: Add support for resources in namespaces (GH-24670)
Jason R. Coombs
2021-03-04
19
-190/+574
*
Revert "bpo-42405: fix C extensions build on Windows ARM64 (GH-23399)" (#24753)
Jason R. Coombs
2021-03-04
1
-22/+1
*
bpo-43391: Remove the broken Python 2.4 link from the comment (GH-24736)
Kamil Turek
2021-03-04
1
-1/+0
*
bpo-42405: fix C extensions build on Windows ARM64 (GH-23399)
Adrian Vladu
2021-03-04
1
-1/+22
*
bpo-43369: sqlite3_column_{text,blob} failures now raise MemoryError (GH-24723)
Erlend Egeberg Aasland
2021-03-04
1
-1/+22
*
bpo-42128: Add __match_args__ to structseq-based classes (GH-24732)
Pablo Galindo
2021-03-04
1
-0/+12
*
bpo-40701: tempfile mixes str and bytes in an inconsistent manner (GH-20442)
Eric L
2021-03-03
2
-8/+73
*
bpo-43162: [Enum] update docs, renable doc tests (GH-24487)
Ethan Furman
2021-03-03
2
-4/+4
*
bpo-43295: Fix error handling of datetime.strptime format string '%z' (GH-24627)
Noor Michael
2021-03-03
2
-1/+2
*
bpo-43368: Fix fetching empty bytes in sqlite3 (GH-24706)
Mariusz Felisiak
2021-03-03
1
-0/+4
*
bpo-42994: Add MIME types for opus, AAC, 3gpp and 3gpp2 (#24287)
Nathan Beals
2021-03-03
1
-0/+9
*
bpo-42782: Fail fast for permission errors in shutil.move() (GH-24001)
Winson Luk
2021-03-02
2
-0/+48
*
bpo-43049: Use io.IncrementalNewlineDecoder for doctest newline conversion (G...
Peter Donis
2021-03-02
1
-6/+3
*
bpo-41282: distutils: Fix stacklevel for DeprecationWarning (GH-24657)
Inada Naoki
2021-03-02
1
-1/+1
*
Remove unused suspicious rule in the docs
v3.10.0a6
Pablo Galindo
2021-03-01
1
-1/+801
*
bpo-29753: fix merging packed bitfields in ctypes struct/union (GH-19850)
Filipe Laíns
2021-02-28
1
-0/+63
*
bpo-37146: Deactivate opcode cache only when using huntrleaks in the test sui...
Pablo Galindo
2021-02-28
1
-0/+1
*
bpo-41972: Use the two-way algorithm for string searching (GH-22904)
Dennis Sweeney
2021-02-28
1
-0/+39
*
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher
2021-02-26
11
-14/+2955
*
bpo-38302: __pow__/__rpow__ now called when __ipow__ returns NotImplemented (...
Alex
2021-02-26
1
-0/+42
*
bpo-43317: Use io.DEFAULT_BUFFER_SIZE instead of 1024 in gzip CLI (#24645)
Ruben Vorderman
2021-02-26
1
-1/+1
*
bpo-43144: Mark unicodedata's test_normalization as requiring network (GH-24650)
Ammar Askar
2021-02-26
1
-0/+1
*
bpo-43316: gzip: Fix sys.exit() usage. (GH-24652)
Inada Naoki
2021-02-26
2
-2/+2
*
bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647)
Ruben Vorderman
2021-02-25
2
-6/+5
[next]