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
*
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
*
gh-80448: argparse: Fix IndexError on store_true action (#15656)
Hai Shi
2022-11-12
3
-2/+7
*
gh-81057: Move PyImport_Inittab to _PyRuntimeState (gh-99402)
Eric Snow
2022-11-12
9
-8/+80
*
gh-81057: Move the Allocators to _PyRuntimeState (gh-99217)
Eric Snow
2022-11-11
14
-900/+1104
*
gh-99305: Speed up secrets.token_hex() ~2x (#99306)
NewUserHa
2022-11-11
2
-2/+2
*
gh-81057: Add PyInterpreterState.static_objects (gh-99397)
Eric Snow
2022-11-11
6
-5/+35
*
gh-81057: Move the Extension Modules Cache to _PyRuntimeState (gh-99355)
Eric Snow
2022-11-11
7
-33/+104
*
gh-81057: Generate a Separate Initializer For Each Part of the Global Objects...
Eric Snow
2022-11-11
4
-1517/+1528
*
gh-98707: configure --with-system-libmpdec and --with-system-expat no longer ...
Miro HronĨok
2022-11-11
4
-7/+11
*
Fix typo in Tools/wasm/README.md (GH-99384)
Ikko Ashimine
2022-11-11
1
-1/+1
*
gh-87604: Clarify in docs that sys.addaudithook is not for sandboxes (GH-99372)
Steve Dower
2022-11-11
1
-0/+9
*
gh-99254: remove all unused consts from code objects (GH-99255)
Irit Katriel
2022-11-11
5
-33/+142
*
gh-99325: Remove unused `NameError` handling (#99326)
Nikita Sobolev
2022-11-11
2
-16/+6
*
Update github CI to use OpenSSL 1.1.1s and 3.0.7. (#99364)
Gregory P. Smith
2022-11-11
2
-5/+5
*
gh-98086: Now ``patch.dict`` can decorate async functions (#98095)
Nikita Sobolev
2022-11-11
3
-0/+36
*
gh-84522: Add for-loop to apply-method-to-sequence FAQ (#94660)
Samuel Sloniker
2022-11-11
1
-3/+15
*
gh-98366: use sphinx.locale._ as gettext() in pyspecific.py (#98437)
Wei-Hsiang (Matt) Wang
2022-11-11
1
-4/+4
*
gh-99300: Use Py_NewRef() in Objects/ directory (#99354)
Victor Stinner
2022-11-10
13
-128/+66
*
gh-99300: Use Py_NewRef() in Objects/ directory (#99351)
Victor Stinner
2022-11-10
5
-188/+100
*
gh-99300: Use Py_NewRef() in Objects/ directory (#99335)
Victor Stinner
2022-11-10
8
-244/+120
*
GH-99183: Document behavior of count() for empty substrings (GH-99339)
Raymond Hettinger
2022-11-10
1
-0/+6
*
gh-99300: Use Py_NewRef() in Objects/listobject.c (#99336)
Victor Stinner
2022-11-10
1
-40/+20
*
GH-98831: Remove all remaining DISPATCH() calls from bytecodes.c (#99271)
Guido van Rossum
2022-11-10
2
-169/+175
*
GH-99298: Don't perform jumps before error handling (GH-99299)
Brandt Bucher
2022-11-10
3
-30/+40
*
gh-99204: Calculate base_executable by alternate names in POSIX venvs (GH-99206)
Vincent Fazio
2022-11-10
3
-0/+54
*
gh-99277: remove older version of `get_write_buffer_limits` (#99280)
Carlo
2022-11-10
2
-6/+1
*
gh-90110: Update the C-analyzer Tool (gh-99307)
Eric Snow
2022-11-10
4
-90/+14
*
gh-99300: Use Py_NewRef() in Objects/dictobject.c (#99333)
Victor Stinner
2022-11-10
1
-92/+48
*
gh-99300: Use Py_NewRef() in Objects/ directory (#99332)
Victor Stinner
2022-11-10
9
-156/+77
[next]