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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-43244: Fix test_peg_generators on Windows (GH-24913)
Victor Stinner
2021-03-18
2
-6/+4
*
bpo-39342: Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl module (GH-18011)
Chris Burr
2021-03-18
4
-0/+15
*
bpo-43244: Fix test_peg_generator for PyAST_Validate() (GH-24912)
Victor Stinner
2021-03-18
4
-282/+14
*
bpo-42128: Add 'missing :' syntax error message to match statements (GH-24733)
Pablo Galindo
2021-03-18
3
-184/+368
*
bpo-43244: Add pycore_ast.h header file (GH-24908)
Victor Stinner
2021-03-17
8
-21/+37
*
bpo-43244: Rename pycore_ast.h to pycore_ast_state.h (GH-24907)
Victor Stinner
2021-03-17
8
-16/+21
*
Remove unnecessary imports in the grammar parser (GH-24904)
Elisha Hollander
2021-03-17
2
-8/+2
*
bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843)
Victor Stinner
2021-03-17
4
-69/+148
*
Add PEP 626 to what's new in 3.10. (#24892)
Mark Shannon
2021-03-16
1
-0/+8
*
bpo-43497: Emit SyntaxWarnings for assertions with tuple constants. (GH-24867)
tsukasa-au
2021-03-16
3
-6/+37
*
bpo-43506: Doc: Update removal schedule for Py_UNICODE encoder APIs (GH-24885)
Inada Naoki
2021-03-16
1
-11/+15
*
bpo-41361: Optimized argument parsing for deque_rotate (GH-24796)
Dennis Sweeney
2021-03-16
2
-1/+13
*
Minor updates to the vector demo (GH-24853)
Raymond Hettinger
2021-03-16
1
-5/+25
*
bpo-41933: Clarify wording for s * n in Common Sequence Operations (GH-22570)
Chavdar Yotov
2021-03-15
2
-2/+3
*
bpo-43285 Make ftplib not trust the PASV response. (GH-24838)
Gregory P. Smith
2021-03-15
3
-3/+43
*
Fix typo in the word "spaghetti" (GH-24866)
Kazantcev Andrey
2021-03-15
1
-1/+1
*
Mark POP_TOP at end of expression statement as artificial, to conform to PEP ...
Mark Shannon
2021-03-15
2
-0/+10
*
bpo-43428: Improve documentation for importlib.metadata changes. (GH-24858)
Jason R. Coombs
2021-03-15
3
-3/+73
*
bpo-43199: Briefly explain why no goto (GH-24852)
Terry Jan Reedy
2021-03-14
2
-1/+10
*
bpo-29982: Add "ignore_cleanup_errors" param to tempfile.TemporaryDirectory()...
CAM Gerlach
2021-03-14
4
-15/+117
*
bpo-39316: Make sure that attribute accesses and stores, including method cal...
Mark Shannon
2021-03-14
5
-6/+70
*
bpo-43410: Fix crash in the parser when producing syntax errors when reading ...
Pablo Galindo
2021-03-14
5
-31/+76
*
bpo-43245: Add keyword argument support to ChainMap.new_child() (GH-24788)
Kamil Turek
2021-03-14
4
-6/+18
*
bpo-43439: Wrapt the tuple in the audit events for the gc module (GH-24836)
Pablo Galindo
2021-03-14
1
-2/+2
*
Fix some minor errors in the docs (GH-24834)
Zackery Spytz
2021-03-14
5
-5/+5
*
bpo-43427: Separte the method overview from the static method specifics. (GH...
Raymond Hettinger
2021-03-13
1
-2/+6
*
bpo-43428: Sync with importlib_metadata 3.7. (GH-24782)
Jason R. Coombs
2021-03-13
8
-43/+343
*
bpo-43444: Move sqlite3 MODULE_NAME from setup.py to module.h (GH-24801)
Erlend Egeberg Aasland
2021-03-13
5
-10/+3
*
bpo-43441: Fix _PyType_ClearCache() for subinterpreters (GH-24822)
junyixie
2021-03-13
1
-5/+10
*
bpo-40521: Make dtoa bigint free list per-interpreter (GH-24821)
junyixie
2021-03-13
3
-17/+39
*
Update link to Django's Context class. (#24805)
Mariusz Felisiak
2021-03-13
2
-2/+2
*
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
3
-3/+65
*
bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)
Antoine Pitrou
2021-03-11
11
-64/+209
*
bpo-43423 Fix IndexError in subprocess _communicate function (GH-24777)
Chris Griffith
2021-03-11
2
-4/+4
*
bpo-43311: Create GIL autoTSSkey ealier (GH-24819)
Victor Stinner
2021-03-10
3
-7/+28
*
bpo-43287: Use PEP 590 vectorcall to speed up filter() (GH-24611)
Dong-hee Na
2021-03-10
2
-2/+37
*
Fix error in documentation for ast.match_case (GH-24807)
Adrian Freund
2021-03-10
1
-1/+1
*
bpo-43406: Fix test_signal.test_stress_modifying_handlers() (GH-24815)
Victor Stinner
2021-03-10
1
-3/+13
*
bpo-43456: Remove _xxsubinterpreters from sys.stdlib_module_names (GH-24814)
Victor Stinner
2021-03-10
2
-1/+1
*
Fix typo in compile.c (GH-24812)
Ikko Ashimine
2021-03-10
1
-1/+1
*
bpo-43445: Add frozen modules to sys.stdlib_module_names (GH-24798)
Victor Stinner
2021-03-10
5
-4/+53
*
bpo-43439: Add audit hooks for gc functions (GH-24794)
Pablo Galindo
2021-03-10
6
-0/+56
*
bpo-43446: Fix markup in sqlite3 footnote (GH-24806)
Kamil Turek
2021-03-09
1
-1/+1
*
bpo-43440 : Enable SQLite R*Tree support for windows builds (GH-24797)
Erlend Egeberg Aasland
2021-03-09
2
-1/+3
*
bpo-3329: Fix typo in PyObjectArenaAllocator doc (GH-24795)
Victor Stinner
2021-03-09
1
-1/+1
*
bpo-43415: Fix typo on dataclasses.rst (#24789)
Guilherme Martins Crocetti
2021-03-08
1
-1/+1
*
bpo-37146: Move _PyEval_DeactivateOpCache() to the internal C API (GH-24786)
Victor Stinner
2021-03-08
2
-2/+2
*
bpo-14678: Update zipimport to support importlib.invalidate_caches() (GH-24159)
Desmond Cheong
2021-03-08
5
-939/+1020
*
bpo-43353: Document that logging.getLevelName() accepts string representation...
Mariusz Felisiak
2021-03-08
2
-10/+23
[next]