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-97930: Apply changes from importlib_resources 5.12. (GH-102010)
Jason R. Coombs
2023-02-18
1
-0/+4
*
bpo-46978: Correct docstrings for in-place builtin operators (#31802)
Nicko van Someren
2023-02-18
1
-0/+1
*
gh-101967: add a missing error check (#101968)
Eclips4
2023-02-18
1
-0/+1
*
gh-100809: Fix handling of drive-relative paths in pathlib.Path.absolute() (G...
Barney Gale
2023-02-17
1
-0/+3
*
gh-101360: Fix anchor matching in pathlib.PureWindowsPath.match() (GH-101363)
Barney Gale
2023-02-17
1
-0/+3
*
Docs: fix typos in PyFunction_WatchCallback docs and in 3.12 NEWS (GH-101980)
Yeojin Kim
2023-02-17
1
-1/+1
*
gh-101758: Add _PyState_AddModule() Back for the Stable ABI (gh-101956)
Eric Snow
2023-02-16
1
-0/+3
*
GH-96764: rewrite `asyncio.wait_for` to use `asyncio.timeout` (#98518)
Kumar Aditya
2023-02-16
1
-0/+1
*
gh-99942: correct the pkg-config/python-config flags for cygwin/android
Eli Schwartz
2023-02-16
1
-0/+2
*
gh-101952: Fix possible segfault in `BUILD_SET` opcode (#101958)
Eclips4
2023-02-16
1
-0/+1
*
gh-101881: Support (non-)blocking read/write functions on Windows pipes (GH-1...
Rayyan Ansari
2023-02-16
2
-0/+2
*
gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924)
Gregory P. Smith
2023-02-16
1
-0/+3
*
gh-98627: Add an Optional Check for Extension Module Subinterpreter Compatibi...
Eric Snow
2023-02-16
1
-0/+5
*
gh-101758: Clean Up Uses of Import State (gh-101919)
Eric Snow
2023-02-15
1
-3/+0
*
gh-99138: Isolate _zoneinfo (#99218)
Erlend E. Aasland
2023-02-15
1
-0/+1
*
gh-101693: In sqlite3, deprecate using named placeholders with parameters sup...
Erlend E. Aasland
2023-02-15
1
-0/+6
*
gh-101799: implement PREP_RERAISE_STAR as an intrinsic function (#101800)
Irit Katriel
2023-02-14
1
-0/+2
*
gh-99108: Import SHA2-384/512 from HACL* (#101707)
Jonathan Protzenko
2023-02-14
1
-0/+4
*
gh-101857: Allow xattr detection on musl libc (#101858)
Sam James
2023-02-14
1
-0/+1
*
gh-74895: getaddrinfo no longer raises OverflowError (#2435)
Radek Smejkal
2023-02-14
2
-0/+6
*
gh-101849: Add upgrade codes for old versions of launcher that ended up with ...
Steve Dower
2023-02-13
1
-0/+1
*
GH-87849: Simplify stack effect of SEND and specialize it for generators and ...
Mark Shannon
2023-02-13
1
-0/+3
*
gh-89792: Limit test_tools freeze test build parallelism based on the number ...
Gregory P. Smith
2023-02-12
1
-3/+4
*
gh-85984: Utilize new "winsize" functions from termios in pty tests. (#101831)
Soumendra Ganguly
2023-02-12
1
-0/+1
*
gh-89792: Prevent test_tools from copying 1000M of "source" in freeze test (#...
Gregory P. Smith
2023-02-12
1
-0/+3
*
gh-101763: Update bundled copy of libffi to 3.4.4 on Windows (GH-101784)
Steve Dower
2023-02-10
1
-0/+1
*
gh-101517: make bdb avoid looking up in linecache with lineno=None (#101787)
Irit Katriel
2023-02-10
1
-0/+1
*
gh-101759: Update Windows installer to SQLite 3.40.1 (#101762)
Erlend E. Aasland
2023-02-10
1
-0/+1
*
gh-101277: Finalise isolating itertools (GH-101305)
Erlend E. Aasland
2023-02-10
1
-0/+2
*
gh-101759: Update macOS installer to SQLite 3.40.1 (#101761)
Erlend E. Aasland
2023-02-10
1
-0/+1
*
gh-101430: Update tracemalloc to handle presize properly. (gh-101745)
Dong-hee Na
2023-02-09
1
-0/+2
*
gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)
Gregory P. Smith
2023-02-09
1
-0/+4
*
GH-99293: Document that `Py_TPFLAGS_VALID_VERSION_TAG` shouldn't be used. (#G...
Mark Shannon
2023-02-09
1
-0/+2
*
gh-85984: Remove legacy Lib/pty.py code. (#92365)
Soumendra Ganguly
2023-02-09
1
-0/+4
*
gh-101283: Improved fallback logic for subprocess with shell=True on Windows ...
Oleg Iarygin
2023-02-08
1
-0/+3
*
GH-101696: invalidate type version tag in `_PyStaticType_Dealloc` (#101697)
Kumar Aditya
2023-02-08
1
-0/+1
*
gh-100221: Fix creating dirs in `make sharedinstall` (GH-100329)
Michał Górny
2023-02-08
1
-0/+2
*
gh-101196: Make isdir/isfile/exists faster on Windows (GH-101324)
Michael Droettboom
2023-02-08
1
-0/+3
*
gh-101614: Don't treat python3_d.dll as a Python DLL when checking extension ...
David Hewitt
2023-02-08
1
-0/+1
*
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon
2023-02-08
2
-0/+22
*
gh-101446: Change `repr` of `collections.OrderedDict` (#101661)
Nikita Sobolev
2023-02-08
1
-0/+2
*
gh-101632: Add the new RETURN_CONST opcode (#101633)
penguin_wwy
2023-02-07
1
-0/+1
*
Merge branch 'main' of https://github.com/python/cpython into main
Thomas Wouters
2023-02-07
1
-0/+2
|
\
|
*
gh-97725: Fix documentation for the default file of `asyncio.Task.print_stack...
Oleg Iarygin
2023-02-07
1
-0/+2
*
|
Python 3.12.0a5
v3.12.0a5
Thomas Wouters
2023-02-07
65
-141/+664
|
/
*
[gh-101072] Fix Blurb for GH-101127
Łukasz Langa
2023-02-07
1
-8/+2
*
gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.11+ (#1...
Matthieu Dartiailh
2023-02-07
1
-0/+8
*
gh-99108: Replace SHA2-224 & 256 with verified code from HACL* (#99109)
Jonathan Protzenko
2023-02-07
1
-0/+4
*
gh-59956: Partial Fix for GILState API Compatibility with Subinterpreters (gh...
Eric Snow
2023-02-06
1
-0/+3
*
gh-101562: typing: add tests for inheritance with NotRequired & Required in p...
Eclips4
2023-02-06
1
-0/+1
[prev]
[next]