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
...
*
gh-99460 Emscripten trampolines on optimized METH_O and METH_NOARGS code path...
Hood Chatham
2022-11-15
2
-6/+6
*
gh-92647: [Enum] use final status to determine lookup or create (GH-99500)
Ethan Furman
2022-11-15
3
-7/+28
*
gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)
Eric Snow
2022-11-15
17
-168/+236
*
Merge the 3.12.0a2 release into main.
Thomas Wouters
2022-11-15
108
-3287/+3338
|
\
|
*
gh-99300: Use Py_NewRef() in Python/Python-ast.c (#99499)
Victor Stinner
2022-11-15
2
-144/+78
|
*
gh-93649: Split pytime and datetime tests from _testcapimodule.c (#99494)
Erlend E. Aasland
2022-11-15
7
-678/+744
|
*
gh-99370: fix test_zippath_from_non_installed_posix (GH-99483)
Kai Zhang
2022-11-15
1
-51/+60
|
*
GH-99205: remove `_static` field from `PyThreadState` and `PyInterpreterState...
Kumar Aditya
2022-11-15
4
-18/+6
|
*
gh-81057: Move the Remaining Import State Globals to _PyRuntimeState (gh-99488)
Eric Snow
2022-11-14
4
-12/+30
|
*
gh-87604: Avoid publishing list of active per-interpreter audit hooks via the...
Steve Dower
2022-11-14
4
-0/+20
|
*
gh-93649: Split getargs tests from _testcapimodule.c (#99346)
Erlend E. Aasland
2022-11-14
6
-832/+929
|
*
gh-81057: Move Global Variables Holding Objects to _PyRuntimeState. (gh-99487)
Eric Snow
2022-11-14
10
-55/+66
|
*
GH-98219: reduce sleep time in `asyncio` subprocess test (#99464)
Kumar Aditya
2022-11-14
1
-1/+1
|
*
GH-99388: add `loop_factory` parameter to `asyncio.run` (#99462)
Kumar Aditya
2022-11-14
5
-6/+29
|
*
gh-99300: Use Py_NewRef() in PC/ directory (#99479)
Victor Stinner
2022-11-14
2
-6/+3
|
*
gh-99300: Use Py_NewRef() in Doc/ directory (#99480)
Victor Stinner
2022-11-14
3
-33/+15
|
*
gh-99300: Use Py_NewRef() in Modules/ directory (#99473)
Victor Stinner
2022-11-14
7
-97/+54
|
*
gh-99300: Use Py_NewRef() in Modules/ directory (#99469)
Victor Stinner
2022-11-14
10
-130/+66
|
*
gh-99370: Calculate zip path from prefix when in a venv (GH-99371)
Kai Zhang
2022-11-14
4
-2/+99
|
*
gh-87092: expose the compiler's codegen to python for unit tests (GH-99111)
Irit Katriel
2022-11-14
11
-97/+321
|
*
gh-78453: Move Unicode C API tests from test_unicode to test_capi.test_unicod...
Serhiy Storchaka
2022-11-14
2
-502/+515
|
*
gh-99426: Use PyUnicode_FromFormat() and PyErr_Format() instead of sprintf (G...
Serhiy Storchaka
2022-11-14
3
-25/+9
|
*
gh-99300: Use Py_NewRef() in Modules/ directory (#99468)
Victor Stinner
2022-11-14
10
-173/+92
|
*
gh-99289: Add COMPILEALL_OPTS to Makefile (#99291)
Victor Stinner
2022-11-14
4
-21/+23
|
*
gh-99300: Use Py_NewRef() in Modules/_datetimemodule.c (#99465)
Victor Stinner
2022-11-14
2
-98/+49
|
*
gh-99300: Use Py_NewRef() in Modules/ directory (#99467)
Victor Stinner
2022-11-14
10
-144/+75
|
*
gh-99300: Use Py_NewRef() in Modules/ directory (#99466)
Victor Stinner
2022-11-14
10
-214/+106
*
|
Post 3.12.0a2
Thomas Wouters
2022-11-15
1
-1/+1
*
|
Python 3.12.0a2
v3.12.0a2
Thomas Wouters
2022-11-14
107
-293/+1134
|
/
*
[Enum] update version TODO comment (GH-99458)
Ethan Furman
2022-11-14
1
-1/+1
*
gh-96192: fix os.ismount() to use a path that is str or bytes (#96194)
Christoph Anton Mitterer
2022-11-14
3
-0/+4
*
gh-99300: Use Py_NewRef() in Modules/_asynciomodule.c (#99441)
Victor Stinner
2022-11-13
1
-54/+26
*
Fix misspelling in docs for http.HTTPMethod (#99376)
Matt Harasymczuk
2022-11-13
1
-7/+16
*
gh-98930: improve the docstring of signal.strsignal (#99290)
ram vikram singh
2022-11-13
3
-9/+11
*
gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (#99283)
Nikita Sobolev
2022-11-13
3
-1/+15
*
gh-99430: Remove duplicated tests for old-styled classes (#99432)
Nikita Sobolev
2022-11-13
5
-139/+6
*
gh-99418: Make urllib.parse.urlparse enforce that a scheme must begin with an...
Ben Kallus
2022-11-13
3
-1/+21
*
gh-99300: Use Py_NewRef() in Modules/_ctypes/ (#99436)
Victor Stinner
2022-11-13
5
-124/+62
*
gh-99300: Use Py_NewRef() in Modules/ directory (#99440)
Victor Stinner
2022-11-13
6
-82/+41
*
gh-99300: Use Py_NewRef() in Modules/itertoolsmodule.c (#99439)
Victor Stinner
2022-11-13
1
-62/+31
*
gh-99300: Use Py_NewRef() in Modules/_elementtree.c (#99438)
Victor Stinner
2022-11-13
1
-82/+37
*
gh-91248: Optimize PyFrame_GetVar() (#99252)
Victor Stinner
2022-11-13
3
-95/+144
*
gh-99103: Normalize specialized traceback anchors against the current line (G...
Batuhan Taskaya
2022-11-12
4
-7/+53
*
gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour (...
Erlend E. Aasland
2022-11-12
14
-62/+537
*
gh-99357: Close the event loop when it is no longer used in test_uncancel_str...
Xiao Chen
2022-11-12
1
-21/+24
*
gh-99392: Fix sqlite3 converter recipes (#99393)
naglis
2022-11-12
1
-3/+22
*
gh-98762: Fix locations of match sub-patterns (GH-98775)
Irit Katriel
2022-11-12
3
-130/+212
*
gh-99304: [Enum] clarify what constitutes a flag alias (GH-99395)
Ethan Furman
2022-11-12
2
-15/+73
*
GH-81057: Remove static state from arraymodule (#99409)
Kumar Aditya
2022-11-12
1
-5/+12
*
GH-94597: add deprecation warnings for subclassing `AbstractChildWatcher` (#9...
Kumar Aditya
2022-11-12
5
-3/+21
[prev]
[next]