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-94808: Cover `LOAD_GLOBAL` for custom dict subtypes (GH-96767)
Nikita Sobolev
2022-11-04
1
-0/+31
*
Docs: add `named` to the list of styles in the sqlite3.paramstyle attr docs (...
Nick Pope
2022-11-03
1
-3/+4
*
gh-90716: bugfixes and more tests for _pylong. (#99073)
Gregory P. Smith
2022-11-03
2
-4/+50
*
gh-73691: Increase size limits in _xxtestfuzz (#99070)
Gregory P. Smith
2022-11-03
1
-3/+6
*
GH-90699: Remove `_Py_IDENTIFIER` usage from `_ctypes` (GH-99054)
Kumar Aditya
2022-11-03
6
-64/+163
*
gh-92584: Remove the distutils package (#99061)
Victor Stinner
2022-11-03
113
-22834/+26
*
gh-98978: Fix Py_SetPythonHome(NULL) (#99066)
Victor Stinner
2022-11-03
2
-0/+9
*
gh-94172: Remove keyfile, certfile and check_hostname parameters (#94173)
Victor Stinner
2022-11-03
12
-181/+55
*
gh-90716: Remove _pylong._DEBUG flag (#99063)
Victor Stinner
2022-11-03
1
-9/+0
*
gh-98884: [pathlib] remove `hasattr` check for `lru_cache` (#98885)
Nikita Sobolev
2022-11-03
1
-3/+1
*
gh-92584: Remove references to removed _bootsubprocess (#99062)
Victor Stinner
2022-11-03
2
-8/+1
*
gh-97909: PyMemberDef & PyGetSetDef members are not marked up (GH-98810)
Johnny11502
2022-11-03
1
-17/+19
*
gh-98401: Invalid escape sequences emits SyntaxWarning (#99011)
Victor Stinner
2022-11-03
11
-29/+69
*
GH-98831: Remove redundant extract_cases.py script (GH-99065)
Guido van Rossum
2022-11-03
3
-338/+0
*
gh-97616: test_list_resize_overflow() uses sys.maxsize (#99057)
Victor Stinner
2022-11-03
1
-1/+1
*
gh-83004: Clean up refleak in _io initialisation (#98840)
Shantanu
2022-11-03
2
-3/+4
*
gh-98948: Remove obsolete readelf dependency (#98949)
serge-sans-paille
2022-11-03
6
-130/+1
*
gh-94199: Remove ssl.wrap_socket() documentation (#99023)
Victor Stinner
2022-11-03
1
-51/+16
*
GH-96793: Implement PEP 479 in bytecode. (GH-99006)
Mark Shannon
2022-11-03
14
-96/+220
*
gh-98740: Fix validation of conditional expressions in RE (GH-98764)
Serhiy Storchaka
2022-11-03
4
-27/+40
*
GH-98831: "Generate" the interpreter (#98830)
Guido van Rossum
2022-11-03
13
-3851/+8961
*
gh-98999: Raise `ValueError` in `_pyio` on closed buffers (gh-99009)
Nikita Sobolev
2022-11-03
3
-12/+33
*
Docs: Add 'as, match statement' to the index (#99001)
Hugo van Kemenade
2022-11-03
1
-0/+1
*
gh-98512: Add more tests for `ValuesView` (#98515)
Nikita Sobolev
2022-11-03
2
-0/+6
*
argparse howto: Use f-string in preference to "...".format() (#98883)
Skip Montanaro
2022-11-03
1
-2/+2
*
gh-96997: Clarify the contract of PyMem_SetAllocator() (#98977)
Pablo Galindo Salgado
2022-11-02
1
-0/+21
*
GH-90699: Remove `_Py_IDENTIFIER` usage from `_elementtree` module (GH-99012)
Kumar Aditya
2022-11-02
1
-25/+59
*
gh-98393: Update test_os for bytes-like types (#98487)
Victor Stinner
2022-11-02
1
-34/+12
*
gh-97731: Specify the full path to the docs for `make docclean` (GH-98982)
Brett Cannon
2022-11-02
2
-1/+3
*
gh-98415: Fix uuid.getnode() ifconfig implementation (#98423)
Chaim Sanders
2022-11-02
2
-2/+8
*
gh-98790: When DLLs directory is missing on Windows, assume executable_dir co...
Steve Dower
2022-11-02
4
-20/+53
*
gh-99016: Make build scripts compatible with Python 3.8 (GH-99017)
Serhiy Storchaka
2022-11-02
3
-3/+4
*
GH-98686: Quicken everything (GH-98687)
Brandt Bucher
2022-11-02
21
-239/+144
*
GH-90699: Remove `_Py_IDENTIFIER` usage from `_asyncio` module (#99010)
Kumar Aditya
2022-11-02
3
-69/+166
*
gh-98989: configure: add 3.11 to list of Pythons (#98988)
Jelle Zijlstra
2022-11-02
3
-2/+3
*
GH-90699: Remove `_Py_IDENTIFIER` usage from `_json` module (GH-98956)
Kumar Aditya
2022-11-02
3
-29/+46
*
gh-87092: remove unused SET_LOC/UNSET_LOC macros (GH-98914)
Irit Katriel
2022-11-02
1
-73/+6
*
GH-90699: Remove `_Py_IDENTIFIER` usage from `_curses` module (GH-98957)
Kumar Aditya
2022-11-02
1
-12/+6
*
gh-87092: do not allocate PyFutureFeatures dynamically (GH-98913)
Irit Katriel
2022-11-02
4
-32/+22
*
gh-98903: Test suite fails with exit code 4 if no tests ran (#98904)
Victor Stinner
2022-11-02
3
-26/+52
*
gh-96265: Formatting changes for faq/programming (#98242)
Stanley
2022-11-02
1
-39/+48
*
gh-92679: Clarify asyncio.loop.start_tls parameters (#92682)
Oleg Iarygin
2022-11-02
1
-3/+8
*
gh-92871: Postpone the removal of typing.{io,re} to 3.13 (#98958)
Sebastian Rittau
2022-11-02
1
-3/+3
*
[doc] Update cookbook example for socket-based logging in a production settâ€...
Vinay Sajip
2022-11-01
1
-7/+65
*
gh-98925: Lower marshal recursion depth for WASI (GH-98938)
Brett Cannon
2022-11-01
4
-0/+7
*
gh-98689: Update Windows builds to zlib v1.2.13 (GH-98968)
Zachary Ware
2022-11-01
3
-2/+4
*
Doc: use "unnumbered" footnotes (#98954)
Manuel Kaufmann
2022-11-01
1
-2/+2
*
gh-98931: Improve error message when the user types 'import x from y' instead...
Pablo Galindo Salgado
2022-11-01
5
-392/+503
*
gh-98852: Fix subscription of type aliases (GH-98920)
Serhiy Storchaka
2022-11-01
4
-0/+43
*
GH-98766: Modest speed-up from ChainMap.__iter__ (GH-98946)
Raymond Hettinger
2022-11-01
1
-2/+2
[next]