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
*
gh-99248: [Enum] fix negative number infinite loop (GH-99256)
Ethan Furman
2022-11-08
1
-0/+1
*
gh-91248: Add PyFrame_GetVar() function (#95712)
Victor Stinner
2022-11-08
1
-0/+2
*
GH-93143: Don't turn LOAD_FAST into LOAD_FAST_CHECK (GH-99075)
Brandt Bucher
2022-11-08
1
-0/+4
*
gh-72719: Remove asyncore and asynchat modules (#96580)
Nikita Sobolev
2022-11-08
1
-0/+1
*
gh-99181: fix except* on unhashable exceptions (GH-99192)
Irit Katriel
2022-11-08
1
-0/+1
*
gh-92119: ctypes: Print exception class name instead of its representation (#...
Kamil Turek
2022-11-08
1
-0/+2
*
gh-98433: Fix quadratic time idna decoding. (#99092)
Gregory P. Smith
2022-11-08
1
-0/+14
*
gh-98817: Remove PCbuild/lib.pyproj (GH-98818)
Hugo van Kemenade
2022-11-07
1
-0/+3
*
GH-96793: Specialize FOR_ITER for generators. (GH-98772)
Mark Shannon
2022-11-07
1
-0/+3
*
gh-95389: expose popular ETHERTYPE_* constants in the socket module (#95390)
Noam Cohen
2022-11-07
1
-0/+3
*
bpo-38523: ignore_dangling_symlinks does not apply recursively (GH-22937)
Zackery Spytz
2022-11-07
1
-0/+2
*
gh-91803: Mock - fix error when using autospec methods with seal (#92213)
andrei kulakov
2022-11-07
1
-0/+3
*
GH-99155: Fix `NormalDist` pickle with `0` and `1` protocols (GH99156)
Nikita Sobolev
2022-11-07
1
-0/+1
*
gh-96055: Update faulthandler to emit proper unexpect signal number (gh-99162)
Dong-hee Na
2022-11-07
1
-0/+2
*
gh-98586: Add What's New entry and update docs (#99056)
Wenzel Jakob
2022-11-06
1
-1/+1
*
gh-98139: enhance namespace package repr
Anh71me
2022-11-06
1
-0/+2
*
GH-98831: Implement super-instruction generation (#99084)
Guido van Rossum
2022-11-06
1
-1/+9
*
gh-99153: set location on SyntaxError for try with both except and except* (G...
Irit Katriel
2022-11-06
1
-0/+1
*
gh-83004: Clean up refleak in _pickle initialisation (#98841)
Shantanu
2022-11-06
1
-0/+1
*
gh-83004: Clean up refleak in _zoneinfo initialisation (#98842)
Shantanu
2022-11-06
1
-0/+1
*
gh-99139: Improve NameError error suggestion for instances (#99140)
Pablo Galindo Salgado
2022-11-06
1
-0/+5
*
gh-93464: [Enum] fix auto() failure during multiple assignment (GH-99148)
Ethan Furman
2022-11-06
1
-0/+1
*
gh-99134: Update bundled pip to 22.3.1 (gh-99135)
Paul Moore
2022-11-05
1
-0/+1
*
gh-98284: better error message for undefined abstractmethod (#97971)
Kaushik Kulkarni
2022-11-05
1
-0/+3
*
gh-99086: Fix implicit int compiler warning in configure check for PTHREAD_SC...
Sam James
2022-11-05
1
-0/+1
*
gh-92584: Remove the distutils package (#99061)
Victor Stinner
2022-11-03
1
-0/+5
*
gh-98978: Fix Py_SetPythonHome(NULL) (#99066)
Victor Stinner
2022-11-03
1
-0/+3
*
gh-94172: Remove keyfile, certfile and check_hostname parameters (#94173)
Victor Stinner
2022-11-03
2
-0/+7
*
gh-98401: Invalid escape sequences emits SyntaxWarning (#99011)
Victor Stinner
2022-11-03
2
-0/+11
*
gh-83004: Clean up refleak in _io initialisation (#98840)
Shantanu
2022-11-03
1
-0/+1
*
gh-98948: Remove obsolete readelf dependency (#98949)
serge-sans-paille
2022-11-03
1
-0/+1
*
GH-96793: Implement PEP 479 in bytecode. (GH-99006)
Mark Shannon
2022-11-03
1
-0/+2
*
gh-98740: Fix validation of conditional expressions in RE (GH-98764)
Serhiy Storchaka
2022-11-03
1
-0/+3
*
GH-98831: "Generate" the interpreter (#98830)
Guido van Rossum
2022-11-03
1
-0/+1
*
gh-98999: Raise `ValueError` in `_pyio` on closed buffers (gh-99009)
Nikita Sobolev
2022-11-03
1
-0/+2
*
gh-97731: Specify the full path to the docs for `make docclean` (GH-98982)
Brett Cannon
2022-11-02
1
-0/+2
*
gh-98415: Fix uuid.getnode() ifconfig implementation (#98423)
Chaim Sanders
2022-11-02
1
-0/+1
*
gh-98790: When DLLs directory is missing on Windows, assume executable_dir co...
Steve Dower
2022-11-02
1
-0/+2
*
gh-99016: Make build scripts compatible with Python 3.8 (GH-99017)
Serhiy Storchaka
2022-11-02
1
-0/+1
*
GH-98686: Quicken everything (GH-98687)
Brandt Bucher
2022-11-02
1
-0/+2
*
gh-98989: configure: add 3.11 to list of Pythons (#98988)
Jelle Zijlstra
2022-11-02
1
-0/+1
*
gh-98903: Test suite fails with exit code 4 if no tests ran (#98904)
Victor Stinner
2022-11-02
1
-0/+2
*
gh-98925: Lower marshal recursion depth for WASI (GH-98938)
Brett Cannon
2022-11-01
1
-0/+2
*
gh-98689: Update Windows builds to zlib v1.2.13 (GH-98968)
Zachary Ware
2022-11-01
1
-0/+2
*
gh-98931: Improve error message when the user types 'import x from y' instead...
Pablo Galindo Salgado
2022-11-01
1
-0/+2
*
gh-98852: Fix subscription of type aliases (GH-98920)
Serhiy Storchaka
2022-11-01
1
-0/+4
*
gh-98658: Add __class_getitem__ to array.array (#98661)
Jelle Zijlstra
2022-11-01
1
-0/+2
*
GH-98897: fix memory leak if `math.dist` raises exception (GH-98898)
Kumar Aditya
2022-11-01
1
-0/+1
*
gh-98692: Enable treating shebang lines as executables in py.exe launcher (GH...
Steve Dower
2022-10-31
1
-0/+2
*
gh-98610: Adjust the Optional Restrictions on Subinterpreters (GH-98618)
Eric Snow
2022-10-31
1
-0/+9
[next]