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-95023: Added os.setns and os.unshare functions (#95046)
Noam Cohen
2022-10-20
2
-0/+2
*
gh-98374: Suppress ImportError for invalid query for help() command. (gh-98450)
Dong-hee Na
2022-10-20
1
-0/+2
*
gh-98354: Add unicode check for 'name' attribute in _imp_create_builtin (GH-9...
chgnrdv
2022-10-20
1
-0/+1
*
gh-98257: Make _PyEval_SetTrace() reentrant (#98258)
Victor Stinner
2022-10-19
1
-0/+3
*
gh-98414: py.exe launcher does not use defaults for -V:company/ option (GH-98...
Steve Dower
2022-10-19
1
-0/+3
*
Docs: Bump sphinx-lint and fix unbalanced inline literal markup (#98441)
Hugo van Kemenade
2022-10-19
1
-1/+1
*
gh-92886: Replace assertion statements in `handlers.BaseHandler` to support r...
Jack Hindmarch
2022-10-19
1
-0/+1
*
gh-92886: Fix tests that fail when running with optimizations (`-O`) in `_tes...
Jack Hindmarch
2022-10-19
1
-0/+1
*
gh-92886: Fix tests that fail when running with optimizations (`-O`) in `test...
Jack Hindmarch
2022-10-19
1
-0/+1
*
gh-98398: Fix source locations for 'assert' bytecode (GH-98405)
Irit Katriel
2022-10-19
1
-0/+1
*
gh-97928: Fix handling options starting with "-" in tkinter.Text.count() (GH-...
Serhiy Storchaka
2022-10-19
1
-0/+2
*
gh-98390: Fix source locations of boolean sub-expressions (GH-98396)
Irit Katriel
2022-10-18
1
-0/+1
*
gh-92886: Fixing tests that fail when running with optimizations (`-O`) in `t...
Jack Hindmarch
2022-10-18
1
-0/+1
*
gh-98393: os module reject bytes-like, only accept bytes (#98394)
Victor Stinner
2022-10-18
2
-0/+6
*
gh-98331: Update bundled pip to 22.3 (#98332)
Paul Moore
2022-10-18
1
-0/+1
*
GH-98363: Add itertools.batched() (GH-98364)
Raymond Hettinger
2022-10-17
1
-0/+2
*
gh-97669: Create Tools/build/ directory (#97963)
Victor Stinner
2022-10-17
1
-1/+1
*
gh-95534: Improve gzip reading speed by 10% (#97664)
Ruben Vorderman
2022-10-17
1
-0/+1
*
gh-97930: Merge with importlib_resources 5.9 (GH-97929)
Jason R. Coombs
2022-10-16
1
-0/+3
*
gh-85525: Remove extra row in doc (#98337)
Joannah Nanjekye
2022-10-16
1
-0/+1
*
gh-97527: IDLE - fix buggy macosx patch (#98313)
Terry Jan Reedy
2022-10-16
1
-0/+3
*
gh-98307: Add docstring and documentation for SysLogHandler.createSocket (GH-...
Vinay Sajip
2022-10-16
1
-0/+2
*
GH-94597: Deprecate child watcher getters and setters (#98215)
Kumar Aditya
2022-10-15
1
-0/+1
*
gh-98254: Include stdlib module names in error messages for NameErrors (#98255)
Pablo Galindo Salgado
2022-10-15
1
-0/+3
*
gh-95731: Fix module docstring extraction in pygettext (#95732)
Jakub Kuczys
2022-10-15
1
-0/+1
*
gh-98251: Allow venv to pass along PYTHON* variables to pip and ensurepip whe...
Steve Dower
2022-10-14
1
-0/+2
*
Bpo-41246: IOCP Proactor avoid callback code duplication (#21399)
Tony Solomonik
2022-10-13
1
-0/+3
*
bpo-46364: Use sockets for stdin of asyncio only on AIX (#30596)
Christoph Hamsen
2022-10-13
1
-0/+1
*
gh-98178: syslog() is not thread-safe on macOS (#98213)
Victor Stinner
2022-10-13
1
-0/+4
*
gh-86404: Doc: Drop now unused make suspicious and rstlint. (GH-98179)
Julien Palard
2022-10-11
1
-0/+3
*
gh-95756: Lazily created cached co_* attrs (GH-97791)
Ken Jin
2022-10-11
1
-0/+1
*
gh-44098: Release the GIL during mmap on Unix (GH-98146)
Shantanu
2022-10-10
1
-0/+1
*
gh-96821: Fix undefined behaviour in `audioop.c` (#96923)
Matthias Görgens
2022-10-10
1
-0/+1
*
bpo-43564: preserve original exception in args of FTP URLError (#24938)
Carl Meyer
2022-10-10
1
-0/+3
*
GH-94597: deprecate `SafeChildWatcher`, `FastChildWatcher` and `MultiLoopChil...
Kumar Aditya
2022-10-08
1
-0/+1
*
gh-68686: Retire eptag ptag scripts (#98064)
Joannah Nanjekye
2022-10-08
1
-0/+1
*
gh-97922: Run the GC only on eval breaker (#97920)
Pablo Galindo Salgado
2022-10-08
1
-0/+5
*
GH-98023: Change default child watcher to PidfdChildWatcher on supported syst...
Kumar Aditya
2022-10-08
1
-0/+1
*
GH-94182: Run the PidfdChildWatcher on the running loop (#94184)
Thomas Grainger
2022-10-08
1
-0/+1
*
gh-90085: Remove vestigial -t and -c timeit options (#94941)
Shantanu
2022-10-07
1
-0/+3
*
GH-83901: Improve Signature.bind error message for missing keyword-only param...
Frazer McLean
2022-10-07
1
-0/+1
*
gh-96073: fix backticks in NEWS entry (GH-98056)
Jelle Zijlstra
2022-10-07
1
-1/+1
*
gh-97997: Add col_offset field to tokenizer and use that for AST nodes (#98000)
Lysandros Nikolaou
2022-10-07
1
-0/+1
*
gh-96346: Use double caching for re._compile() (#96347)
Serhiy Storchaka
2022-10-07
1
-0/+1
*
gh-97646: Change `.js` and `.mjs` files mimetype to conform to RFC 9239 (#97934)
Noam Cohen
2022-10-07
1
-0/+1
*
GH-96073: Fix wild replacement in inspect.formatannotation (#96074)
Anh71me
2022-10-07
1
-0/+1
*
gh-97955: Migrate `zoneinfo` to Argument Clinic (#97958)
Nikita Sobolev
2022-10-07
1
-0/+1
*
gh-64373: Convert `_functools` to Argument Clinic (#96640)
Nikita Sobolev
2022-10-07
1
-0/+1
*
gh-96415: Remove `types._cell_factory` from a module namespace (#96416)
Nikita Sobolev
2022-10-07
1
-0/+1
*
gh-86298: Ensure that __loader__ and __spec__.loader agree in warnings.warn_e...
Barry Warsaw
2022-10-07
1
-0/+3
[next]