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-29982: Add "ignore_cleanup_errors" param to tempfile.TemporaryDirectory()...
CAM Gerlach
2021-03-14
1
-0/+3
*
bpo-39316: Make sure that attribute accesses and stores, including method cal...
Mark Shannon
2021-03-14
1
-0/+3
*
bpo-43410: Fix crash in the parser when producing syntax errors when reading ...
Pablo Galindo
2021-03-14
1
-0/+2
*
bpo-43245: Add keyword argument support to ChainMap.new_child() (GH-24788)
Kamil Turek
2021-03-14
1
-0/+1
*
bpo-43428: Sync with importlib_metadata 3.7. (GH-24782)
Jason R. Coombs
2021-03-13
1
-0/+17
*
bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP (GH-24118)
Pandu E POLUAN
2021-03-12
1
-0/+8
*
bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)
Antoine Pitrou
2021-03-11
1
-0/+1
*
bpo-43423 Fix IndexError in subprocess _communicate function (GH-24777)
Chris Griffith
2021-03-11
1
-0/+2
*
bpo-43287: Use PEP 590 vectorcall to speed up filter() (GH-24611)
Dong-hee Na
2021-03-10
1
-0/+2
*
bpo-43445: Add frozen modules to sys.stdlib_module_names (GH-24798)
Victor Stinner
2021-03-10
1
-0/+2
*
bpo-43439: Add audit hooks for gc functions (GH-24794)
Pablo Galindo
2021-03-10
1
-0/+2
*
bpo-43440 : Enable SQLite R*Tree support for windows builds (GH-24797)
Erlend Egeberg Aasland
2021-03-09
1
-0/+2
*
bpo-14678: Update zipimport to support importlib.invalidate_caches() (GH-24159)
Desmond Cheong
2021-03-08
1
-0/+3
*
bpo-43332: Buffer proxy connection setup packets before sending. (GH-24780)
Gregory P. Smith
2021-03-08
1
-0/+3
*
bpo-43372: Use _freeze_importlib for regen-frozen. (GH-24759)
Neil Schemenauer
2021-03-06
1
-0/+5
*
bpo-43407: Clarify comparisons of time.monotonic() et al results (GH-24757)
Alex Willmer
2021-03-06
1
-0/+4
*
bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tries to ...
Antoine Pitrou
2021-03-05
1
-0/+2
*
bpo-43390: Set SA_ONSTACK in PyOS_setsig (GH-24730)
Gregory P. Smith
2021-03-05
1
-0/+6
*
bpo-42129: Add support for resources in namespaces (GH-24670)
Jason R. Coombs
2021-03-04
1
-0/+3
*
Revert "bpo-42405: fix C extensions build on Windows ARM64 (GH-23399)" (#24753)
Jason R. Coombs
2021-03-04
1
-1/+0
*
bpo-42405: fix C extensions build on Windows ARM64 (GH-23399)
Adrian Vladu
2021-03-04
1
-0/+1
*
bpo-43369: sqlite3_column_{text,blob} failures now raise MemoryError (GH-24723)
Erlend Egeberg Aasland
2021-03-04
1
-0/+3
*
bpo-42128: Add __match_args__ to structseq-based classes (GH-24732)
Pablo Galindo
2021-03-04
1
-0/+2
*
bpo-40701: tempfile mixes str and bytes in an inconsistent manner (GH-20442)
Eric L
2021-03-03
1
-0/+6
*
bpo-43295: Fix error handling of datetime.strptime format string '%z' (GH-24627)
Noor Michael
2021-03-03
1
-0/+2
*
bpo-43368: Fix fetching empty bytes in sqlite3 (GH-24706)
Mariusz Felisiak
2021-03-03
1
-0/+2
*
bpo-42994: Add MIME types for opus, AAC, 3gpp and 3gpp2 (#24287)
Nathan Beals
2021-03-03
1
-0/+1
*
bpo-42782: Fail fast for permission errors in shutil.move() (GH-24001)
Winson Luk
2021-03-02
1
-0/+2
*
bpo-41282: distutils: Fix stacklevel for DeprecationWarning (GH-24657)
Inada Naoki
2021-03-02
1
-0/+2
*
Python 3.10.0a6
Pablo Galindo
2021-03-01
52
-119/+538
*
bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (GH-24677)
Ned Deily
2021-03-01
1
-0/+1
*
bpo-42603: Add whatsnew and ACKS entries. (GH-24675)
Ned Deily
2021-03-01
1
-0/+1
*
bpo-42603: Use pkg-config to get TCL/TK paths for tkinter. (GH-23721)
Manolis Stamatogiannakis
2021-03-01
1
-0/+7
*
bpo-29753: fix merging packed bitfields in ctypes struct/union (GH-19850)
Filipe LaĆns
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/+1
*
bpo-43251: sqlite3_column_name() failures now raise MemoryError (GH-24609)
Erlend Egeberg Aasland
2021-02-28
1
-0/+2
*
bpo-43321: Fix SystemError in getargs.c (GH-24656)
Inada Naoki
2021-02-27
1
-0/+2
*
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher
2021-02-26
1
-0/+1
*
bpo-38302: __pow__/__rpow__ now called when __ipow__ returns NotImplemented (...
Alex
2021-02-26
1
-0/+1
*
bpo-43317: Use io.DEFAULT_BUFFER_SIZE instead of 1024 in gzip CLI (#24645)
Ruben Vorderman
2021-02-26
1
-0/+3
*
closes bpo-43278: remove unnecessary leading '\n' from COMPILER when build wi...
Joseph Shen
2021-02-26
1
-0/+1
*
bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647)
Ruben Vorderman
2021-02-25
1
-0/+3
*
bpo-42151: don't set specified_attributes=1 in pure Python ElementTree (GH-22...
Felix C. Stegerman
2021-02-24
1
-0/+3
*
bpo-43283: Add IDLE doc paragraph about print speed (GH-24615)
Terry Jan Reedy
2021-02-24
1
-0/+3
*
bpo-43146: fix None-handling in single-arg traceback.print_exception(None) (G...
Irit Katriel
2021-02-23
1
-0/+1
*
bpo-43146: fix regression in traceback.print_exception(None) (GH-24463)
Irit Katriel
2021-02-23
1
-0/+1
*
bpo-43239: Export PyCFunction_New with PyAPI_FUNC (GH-24551)
Petr Viktorin
2021-02-23
1
-0/+2
*
bpo-36346: Document removal schedule of deprecate APIs (GH-20879)
Inada Naoki
2021-02-22
1
-0/+2
*
bpo-36346: Emit DeprecationWarning for PyArg_Parse() with 'u' or 'Z'. (GH-20927)
Inada Naoki
2021-02-22
1
-0/+2
*
bpo-42808: Add PyType_Type.tp_vectorcall for type(obj) performance (GH-24058)
Dennis Sweeney
2021-02-22
1
-0/+2
[next]