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-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
*
gh-98410: move getbufferproc and releasebufferproc to buffer.h (#31158)
David Hewitt
2022-10-31
2
-0/+5
*
gh-98878: Use builtins from the bound frame when offering a suggestion (#98880)
Batuhan Taskaya
2022-10-31
1
-0/+2
*
gh-98811: use full source location to simplify __future__ imports error check...
Irit Katriel
2022-10-31
1
-0/+4
*
gh-96151: Use a private name for passing builtins to dataclass. This now allo...
Shantanu
2022-10-31
1
-0/+1
*
gh-97966: Update uname docs to clarify the special nature of the platform att...
Jason R. Coombs
2022-10-30
1
-0/+2
*
gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98212)
Nick Coghlan
2022-10-30
2
-0/+7
*
gh-98783: Fix crashes when `str` subclasses are used in `_PyUnicode_Equal` (#...
Nikita Sobolev
2022-10-30
1
-0/+2
*
gh-98793: Fix typecheck in `overlapped.c` (#98835)
Charlie Zhao
2022-10-30
1
-0/+1
*
GH-90352: fix _SelectorDatagramTransport to inherit from DatagramTransport (#...
Kumar Aditya
2022-10-29
1
-0/+1
*
gh-98744: Prevent column-level decoding crashes on traceback module (#98824)
Batuhan Taskaya
2022-10-29
1
-0/+2
*
gh-84538: add strict argument to pathlib.PurePath.relative_to (GH-19813)
domragusa
2022-10-28
2
-0/+2
*
gh-92452: Avoid race in initialization of sysconfig._CONFIG_VARS
Gareth Rees
2022-10-28
1
-0/+2
*
gh-98776: Fix make regen-test-levenshtein for out-of-tree builds (GH-98779)
Miro HronĨok
2022-10-28
1
-0/+1
*
gh-98745: Allow py.exe launcher to install 3.11 by default and 3.12 on reques...
Steve Dower
2022-10-28
1
-0/+1
*
gh-98624 Add mutex to unittest.mock.NonCallableMock (#98688)
noah-weingarden
2022-10-28
1
-0/+2
*
gh-98739: Update libexpat from 2.4.9 to 2.5.0 (#98742)
Shaun Walbridge
2022-10-27
1
-0/+1
*
GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)
Mark Shannon
2022-10-27
1
-0/+2
*
gh-98586: Add vector call APIs to the Limited API (GH-98587)
Wenzel Jakob
2022-10-27
2
-0/+13
*
gh-98703: Fix asyncio proactor_events calling _call_connection_lost multiple ...
Ken Jin
2022-10-27
1
-0/+2
*
gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-9...
Eric Snow
2022-10-26
1
-0/+4
*
gh-98713: Use `@cpython_only` for a test that fails on PyPy (#98714)
Nikita Sobolev
2022-10-26
1
-0/+3
*
gh-90716: add _pylong.py module (#96673)
Neil Schemenauer
2022-10-26
1
-0/+3
*
docs: Change links to label refs (#98454)
Stanley
2022-10-26
1
-2/+1
*
gh-91058: Add error suggestions to 'import from' import errors (#98305)
Pablo Galindo Salgado
2022-10-25
1
-0/+3
*
gh-94328: Update Windows installer to use SQLite 3.39.4 (#98640)
Erlend E. Aasland
2022-10-25
1
-0/+1
[next]