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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-98174: Handle EPROTOTYPE under macOS in test_sendfile_fallback_close_peer_...
fancidev
2022-10-17
1
-2/+12
*
GH-98327: Reduce scope of catch_warnings() in _make_subprocess_transport (#98...
Kumar Aditya
2022-10-17
2
-33/+30
*
gh-97669: Create Tools/build/ directory (#97963)
Victor Stinner
2022-10-17
2
-2/+2
*
gh-95534: Improve gzip reading speed by 10% (#97664)
Ruben Vorderman
2022-10-17
2
-12/+179
*
gh-97930: Merge with importlib_resources 5.9 (GH-97929)
Jason R. Coombs
2022-10-16
6
-29/+99
*
gh-97527: IDLE - fix buggy macosx patch (#98313)
Terry Jan Reedy
2022-10-16
2
-16/+31
*
gh-98307: Add docstring and documentation for SysLogHandler.createSocket (GH-...
Vinay Sajip
2022-10-16
1
-1/+8
*
gh-94808: Cover `PyFunction_GetCode`, `PyFunction_GetGlobals`, `PyFunction_Ge...
Nikita Sobolev
2022-10-16
1
-0/+35
*
GH-94597: Deprecate child watcher getters and setters (#98215)
Kumar Aditya
2022-10-15
6
-52/+84
*
gh-98254: Include stdlib module names in error messages for NameErrors (#98255)
Pablo Galindo Salgado
2022-10-15
3
-1/+24
*
gh-94808: Cover `str.rsplit` for UCS1, UCS2 or UCS4 (#98228)
Nikita Sobolev
2022-10-15
2
-2/+14
*
gh-94808: Cover `PyEval_GetFuncName` (#98246)
Nikita Sobolev
2022-10-15
1
-0/+15
*
gh-95731: Fix module docstring extraction in pygettext (#95732)
Jakub Kuczys
2022-10-15
1
-0/+20
*
gh-95971: Turn @writes_bytecode_files to skip when not running (#95972)
Jeong YunWon
2022-10-15
1
-1/+1
*
gh-85455: Add missing doc strings and improve docs (#21573)
Joannah Nanjekye
2022-10-15
1
-9/+14
*
gh-85525: Indicate supported sound header formats (#21575)
Joannah Nanjekye
2022-10-15
1
-0/+8
*
gh-98251: Allow venv to pass along PYTHON* variables to pip and ensurepip whe...
Steve Dower
2022-10-14
2
-13/+23
*
Bpo-41246: IOCP Proactor avoid callback code duplication (#21399)
Tony Solomonik
2022-10-13
1
-65/+17
*
bpo-46364: Use sockets for stdin of asyncio only on AIX (#30596)
Christoph Hamsen
2022-10-13
2
-4/+23
*
gh-97982: Factorize PyUnicode_Count() and unicode_count() code (#98025)
Nikita Sobolev
2022-10-12
1
-0/+10
*
gh-97669: Fix test_tools reference leak (#98216)
Victor Stinner
2022-10-12
3
-8/+14
*
gh-97669: Create Tools/patchcheck/ directory (#98186)
Victor Stinner
2022-10-12
1
-2/+2
*
gh-97669: Remove outdated example scripts (#97675) (#98167)
Victor Stinner
2022-10-11
4
-253/+2
*
gh-94808: Add coverage for bytesarray_setitem (#95802)
Michael Droettboom
2022-10-10
1
-41/+70
*
bpo-43564: preserve original exception in args of FTP URLError (#24938)
Carl Meyer
2022-10-10
1
-1/+1
*
GH-94597: deprecate `SafeChildWatcher`, `FastChildWatcher` and `MultiLoopChil...
Kumar Aditya
2022-10-08
5
-38/+62
*
gh-97922: Run the GC only on eval breaker (#97920)
Pablo Galindo Salgado
2022-10-08
1
-1/+1
*
gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055)
Carl Meyer
2022-10-08
1
-16/+44
*
GH-98023: Change default child watcher to PidfdChildWatcher on supported syst...
Kumar Aditya
2022-10-08
2
-2/+28
*
GH-94182: Run the PidfdChildWatcher on the running loop (#94184)
Thomas Grainger
2022-10-08
2
-42/+56
*
gh-92886: make test_ast pass with -O (assertions off) (GH-98058)
Irit Katriel
2022-10-07
1
-1/+1
*
gh-92886: make test_coroutines pass with -O (assertions off) (GH-98060)
Irit Katriel
2022-10-07
1
-1/+1
*
gh-57179: Add note on symlinks for os.walk (#94799)
Stanley
2022-10-07
1
-1/+2
*
gh-94808: Fix regex on exotic platforms (#98036)
Jelle Zijlstra
2022-10-07
1
-2/+2
*
gh-90085: Remove vestigial -t and -c timeit options (#94941)
Shantanu
2022-10-07
1
-3/+2
*
GH-83901: Improve Signature.bind error message for missing keyword-only param...
Frazer McLean
2022-10-07
2
-3/+8
*
gh-92886: [clinic.py] raise exception on invalid input instead of assertion (...
Irit Katriel
2022-10-07
1
-1/+1
*
GH-88968: Reject socket that is already used as a transport (#98010)
Guido van Rossum
2022-10-07
2
-0/+7
*
gh-96346: Use double caching for re._compile() (#96347)
Serhiy Storchaka
2022-10-07
1
-21/+46
*
gh-97646: Change `.js` and `.mjs` files mimetype to conform to RFC 9239 (#97934)
Noam Cohen
2022-10-07
1
-2/+2
*
GH-96073: Fix wild replacement in inspect.formatannotation (#96074)
Anh71me
2022-10-07
4
-1/+25
*
gh-65496: Correct wording on csv's skipinitialspace argument (#96170)
Stanley
2022-10-07
1
-0/+5
*
gh-97955: Migrate `zoneinfo` to Argument Clinic (#97958)
Nikita Sobolev
2022-10-07
1
-0/+13
*
gh-64373: Convert `_functools` to Argument Clinic (#96640)
Nikita Sobolev
2022-10-07
1
-0/+12
*
gh-96415: Remove `types._cell_factory` from a module namespace (#96416)
Nikita Sobolev
2022-10-07
1
-1/+1
*
Add more syslog tests (GH-97953)
Serhiy Storchaka
2022-10-07
3
-7/+94
*
Add note on capture_output arg to subprocess.run() docstring (#98012)
andrei kulakov
2022-10-07
1
-1/+2
*
gh-94808: Cover `%p` in `PyUnicode_FromFormat` (#96677)
Nikita Sobolev
2022-10-07
1
-0/+19
*
Fix memory leaks in test_capi (#98017)
Carl Meyer
2022-10-07
1
-0/+3
*
gh-97983: Revert "Lay the foundation for further work in asyncio.test_streams...
Oleg Iarygin
2022-10-07
1
-129/+197
[next]