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
*
bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults (#18640)
Zackery Spytz
2022-11-28
1
-0/+3
*
bpo-41825: restructure docs for the os.wait*() family (GH-22356)
Georg Brandl
2022-11-28
1
-0/+3
*
gh-51524: Fix bug when calling trace.CoverageResults with valid infile (#99629)
Furkan Onder
2022-11-28
1
-0/+1
*
GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on macOS (#...
Ronald Oussoren
2022-11-27
1
-0/+1
*
GH-66285: fix forking in asyncio (#99769)
Kumar Aditya
2022-11-27
1
-0/+1
*
gh-89682: [doc] reword docstring of __contains__ to clarify that it returns a...
Ivan Savov
2022-11-26
1
-0/+1
*
gh-88330: Add more detail about what is a resource. (#99801)
Jason R. Coombs
2022-11-26
1
-0/+1
*
gh-98108: Add limited pickleability to zipfile.Path (GH-98109)
Jason R. Coombs
2022-11-26
1
-0/+2
*
gh-91078: Return None from TarFile.next when the tarfile is empty (GH-91850)
Sam Ezeh
2022-11-26
1
-0/+1
*
gh-98098: Create packages from zipfile and test_zipfile (gh-98103)
Jason R. Coombs
2022-11-26
1
-0/+2
*
gh-97966: Restore prior expectation that uname_result._fields and ._asdict wo...
Jason R. Coombs
2022-11-26
1
-0/+2
*
gh-99086: Fix -Wstrict-prototypes, -Wimplicit-function-declaration warnings i...
Sam James
2022-11-26
1
-0/+1
*
gh-99029: Fix handling of `PureWindowsPath('C:\<blah>').relative_to('C:')` (G...
Barney Gale
2022-11-25
1
-0/+2
*
bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684)
Zackery Spytz
2022-11-25
1
-0/+2
*
bpo-38031: Fix a possible assertion failure in _io.FileIO() (#GH-5688)
Zackery Spytz
2022-11-25
1
-0/+2
*
bpo-41260: C impl of datetime.date.strftime() takes different keyword arg (GH...
Zackery Spytz
2022-11-25
1
-0/+2
*
gh-64490: Fix bugs in argument clinic varargs processing (#32092)
colorfulappl
2022-11-24
1
-0/+7
*
GH-66285: Revert "fix forking in asyncio" (#99756)
Kumar Aditya
2022-11-24
1
-1/+0
*
GH-79033: Fix asyncio.Server.wait_closed() (#98582)
Guido van Rossum
2022-11-24
1
-0/+1
*
gh-99240: Fix double-free bug in Argument Clinic str_converter generated code...
colorfulappl
2022-11-24
1
-0/+2
*
gh-64490: Fix refcount error when arguments are packed to tuple in argument c...
colorfulappl
2022-11-24
1
-0/+1
*
gh-99708: fix bug where compiler crashes on if expression with an empty body ...
Irit Katriel
2022-11-24
1
-0/+1
*
gh-98872: Fix a possible resource leak in Python 3.11.0 (GH-99047)
SQLPATCH
2022-11-24
1
-0/+1
*
GH-66285: fix forking in `asyncio` (#99539)
Kumar Aditya
2022-11-24
1
-0/+1
*
gh-96828: Add an `ssl.OP_ENABLE_KTLS` option (GH-96830)
Illia Volochii
2022-11-24
1
-0/+2
*
closes gh-99508: fix `TypeError` in `Lib/importlib/_bootstrap_external.py` (G...
Nikita Sobolev
2022-11-23
1
-0/+2
*
Use faster APIs to calculate paths at startup for Store packaged Python on Wi...
Steve Dower
2022-11-23
1
-0/+2
*
gh-88226: Emit TARGET labels in Python/ceval.c when debugging, even if comput...
Skip Montanaro
2022-11-22
1
-0/+3
*
gh-99547: Add isjunction methods for checking if a path is a junction (GH-99548)
Charles Machalow
2022-11-22
1
-0/+1
*
gh-99645: Fix a bug in handling class cleanups in unittest.TestCase (GH-99646)
Serhiy Storchaka
2022-11-22
1
-0/+3
*
gh-88863: Clear ref cycles to resolve leak when asyncio.open_connection raise...
Dong Uk, Kang
2022-11-22
1
-0/+3
*
gh-91053: Add an optional callback that is invoked whenever a function is mod...
mpage
2022-11-22
1
-0/+4
*
gh-99341: Cover type ignore nodes when incrementing line numbers (GH-99422)
Batuhan Taskaya
2022-11-22
1
-0/+2
*
GH-92892: Add section about variadic functions to ctypes documentation (#99529)
Ronald Oussoren
2022-11-22
1
-0/+1
*
GH-97001: Release GIL in termios extension (#99503)
Ronald Oussoren
2022-11-22
1
-0/+1
*
gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH...
Petr Viktorin
2022-11-22
2
-5/+49
*
gh-99659: Use correct exceptions in sqlite3 bigmem tests (#99660)
Łukasz Langa
2022-11-21
1
-0/+3
*
gh-98629: Fixes sys._git and sys.version creation on Windows (GH-99664)
Steve Dower
2022-11-21
1
-0/+1
*
gh-96002: Add functional test for Argument Clinic (#96178)
colorfulappl
2022-11-21
1
-0/+1
*
gh-99578: Fix refleak in _imp.create_builtin() (#99642)
Victor Stinner
2022-11-21
1
-0/+3
*
gh-99337: Fix compile errors with gcc 12 on macOS (#99470)
Ronald Oussoren
2022-11-21
1
-0/+1
*
gh-90994: Improve error messages upon call arguments syntax errors (GH-96893)
Lysandros Nikolaou
2022-11-20
1
-0/+4
*
gh-99581: Fix a buffer overflow in the tokenizer when copying lines that fill...
Pablo Galindo Salgado
2022-11-20
1
-0/+3
*
gh-99201: fix IndexError when initializing sysconfig config variables
Filipe Laíns
2022-11-19
1
-0/+2
*
gh-99284: [ctypes] remove `_use_broken_old_ctypes_structure_semantics_` (GH-...
Nikita Sobolev
2022-11-19
1
-0/+2
*
gh-99553: fix bug where an ExceptionGroup subclass can wrap a BaseException (...
Irit Katriel
2022-11-18
1
-0/+2
*
gh-99442: Fix handling in py.exe launcher when argv[0] does not include a fil...
Steve Dower
2022-11-18
1
-0/+2
*
GH-99298: Clean up attribute specializations (GH-99398)
Brandt Bucher
2022-11-17
1
-0/+3
*
GH-98686: Get rid of BINARY_OP_GENERIC and COMPARE_OP_GENERIC (GH-99399)
Brandt Bucher
2022-11-17
1
-0/+2
*
gh-99377: Add audit events for thread creation and clear (GH-99378)
Steve Dower
2022-11-16
1
-0/+1
[next]