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-111049: Fix crash during garbage collection of the BytesIO buffer object (...
Serhiy Storchaka
2023-12-14
1
-0/+2
*
gh-86179: Implement realpath() on Windows for getpath.py calculations (GH-113...
Steve Dower
2023-12-13
1
-0/+1
*
bpo-40648: Test modes that file can get with chmod() on Windows (GH-20130)
Pavol Babinčák
2023-12-13
1
-0/+1
*
gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959)
Diego Russo
2023-12-13
1
-0/+1
*
gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)
Steve Dower
2023-12-13
1
-0/+3
*
gh-112962: in dis module, put cache information in the Instruction instead of...
Irit Katriel
2023-12-13
1
-0/+3
*
gh-101100: Fix Sphinx warning in references with asterisks (#113029)
Hugo van Kemenade
2023-12-13
5
-10/+10
*
gh-101336: Add keep_alive keyword arg for asyncio create_server() (#112485)
beavailable
2023-12-13
1
-0/+1
*
gh-112622: Pass name to loop create_task method (#112623)
Jamie
2023-12-13
1
-0/+2
*
gh-112989: asyncio: Reduce overhead to connect sockets with SelectorEventLoop...
J. Nick Koston
2023-12-13
1
-0/+1
*
gh-112320: Implement on-trace confidence tracking for branches (#112321)
Guido van Rossum
2023-12-12
1
-0/+4
*
GH-108866: Guarantee forward progress in executors. (GH-113006)
Mark Shannon
2023-12-12
1
-0/+3
*
gh-112970: Detect and use closefrom() when available (#112969)
Sam James
2023-12-12
1
-0/+1
*
gh-87286: Add a number of LOG_* constants to syslog (#24432)
Ronald Oussoren
2023-12-12
1
-0/+3
*
gh-71383: Update Tcl/Tk version in Windows to our patched build containing a ...
Steve Dower
2023-12-11
1
-0/+2
*
GH-83162: Rename re.error for better clarity. (#101677)
achhina
2023-12-11
1
-0/+3
*
gh-90350: Optimize builtin functions min() and max() (GH-30286)
colorfulappl
2023-12-11
1
-0/+1
*
gh-94606: Fix error when message with Unicode surrogate not surrogateescaped ...
Sidney Markowitz
2023-12-11
1
-0/+3
*
gh-112898: warn about unsaved files when quitting IDLE on macOS (#112939)
Ronald Oussoren
2023-12-11
1
-0/+1
*
gh-112943: Correctly compute end offsets for multiline tokens in the tokenize...
Pablo Galindo Salgado
2023-12-11
1
-0/+2
*
gh-109980: Fix test_tarfile_vs_tar on macOS (#112905)
Ronald Oussoren
2023-12-10
1
-0/+2
*
gh-112867: fix for WITH_PYMALLOC_RADIX_TREE=0 (GH-112885)
Neil Schemenauer
2023-12-09
1
-0/+1
*
gh-112334: Regression test that vfork is used when expected. (#112734)
Gregory P. Smith
2023-12-09
1
-0/+2
*
gh-112540: Support zero inputs in geometric_mean() (gh-112880)
Raymond Hettinger
2023-12-08
1
-0/+2
*
GH-110109: Add `pathlib._PurePathBase` (#110670)
Barney Gale
2023-12-08
1
-0/+3
*
gh-110820: Make sure processor specific defines are correct for Universal 2 b...
Ronald Oussoren
2023-12-08
1
-0/+3
*
gh-110017: Disable test_signal.test_stress_modifying_handlers on macOS (#112834)
Ronald Oussoren
2023-12-07
1
-0/+2
*
gh-112278: Disable WMI queries on Windows after they time out (GH-112658)
AN Long
2023-12-07
1
-0/+2
*
gh-79325: Fix recursion error in TemporaryDirectory cleanup on Windows (GH-11...
Serhiy Storchaka
2023-12-07
1
-0/+2
*
gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup (GH-99930)
Søren Løvborg
2023-12-07
1
-0/+2
*
gh-112302: Add Software Bill-of-Materials (SBOM) tracking for dependencies (#...
Seth Michael Larson
2023-12-07
2
-0/+2296
*
gh-112125: Fix None.__ne__(None) returning NotImplemented instead of False (#...
andrewluotechnologies
2023-12-07
1
-0/+1
*
gh-102980: Redirect output of pdb's `interact` command, add tests and improve...
Tian Gao
2023-12-07
1
-0/+1
*
gh-51944: Add missing macOS constants to termios (#112823)
Ronald Oussoren
2023-12-07
1
-0/+6
*
gh-74616: Raise ValueError in case of null character in input prompt (GH-1738)
Kushal Das
2023-12-07
1
-0/+2
*
gh-112660: Do not clear arbitrary errors on import (GH-112661)
Serhiy Storchaka
2023-12-07
1
-0/+2
*
gh-109981: Fix support.fd_count() on macOS 14 (#112797)
Ronald Oussoren
2023-12-07
1
-0/+3
*
gh-112730: Use color to highlight error locations (gh-112732)
Pablo Galindo Salgado
2023-12-06
1
-0/+1
*
gh-75666: Tkinter: "unbind(sequence, funcid)" now only unbinds "funcid" (GH-1...
Serhiy Storchaka
2023-12-06
1
-0/+6
*
gh-111545: Add Py_HashPointer() function (#112096)
Victor Stinner
2023-12-06
1
-0/+2
*
gh-112769: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION with non-int suf...
Miro Hrončok
2023-12-05
1
-0/+3
*
bpo-35332: Handle os.close() errors in shutil.rmtree() (GH-23766)
Zackery Spytz
2023-12-05
1
-0/+3
*
gh-112328: [Enum] Make some private attributes public. (GH-112514)
Ethan Furman
2023-12-05
1
-0/+2
*
gh-94692: Only catch OSError in shutil.rmtree() (#112756)
Serhiy Storchaka
2023-12-05
1
-0/+4
*
gh-110190: Fix ctypes structs with array on Arm (#112604)
Diego Russo
2023-12-05
1
-0/+1
*
bpo-43153: Don't mask `PermissionError` with `NotADirectoryError` during temp...
Ken Jin
2023-12-05
1
-0/+4
*
gh-81441: shutil.rmtree() FileNotFoundError race condition (GH-14064)
Jeffrey Kintscher
2023-12-05
1
-0/+2
*
gh-82300: Add track parameter to multiprocessing.shared_memory (#110778)
pan324
2023-12-05
1
-0/+1
*
gh-102130: Support tab completion in cmd for Libedit. (GH-107748)
Constantin Hong
2023-12-05
2
-0/+2
*
gh-112736: Refactor del-safe symbol handling in subprocess (#112738)
Russell Keith-Magee
2023-12-05
1
-0/+1
[next]