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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-92886: Fix tests that fail when running with optimizations (`-O`) in `_tes...
Jack Hindmarch
2022-10-19
2
-23/+29
*
gh-92886: Fix tests that fail when running with optimizations (`-O`) in `test...
Jack Hindmarch
2022-10-19
2
-2/+4
*
gh-98398: Fix source locations for 'assert' bytecode (GH-98405)
Irit Katriel
2022-10-19
3
-9/+28
*
gh-97928: Fix handling options starting with "-" in tkinter.Text.count() (GH-...
Serhiy Storchaka
2022-10-19
3
-4/+4
*
gh-97928: Add tests for tkinter.Text.count() (GH-98269)
Serhiy Storchaka
2022-10-19
1
-0/+54
*
gh-95913: Edit zipfile Whatsnew section & add new APIs (#98314)
C.A.M. Gerlach
2022-10-19
1
-2/+14
*
gh-95913: Add WhatsNew section for new logging APIs (#98320)
C.A.M. Gerlach
2022-10-19
1
-0/+20
*
Fix markup indentation (GH-98424)
Raymond Hettinger
2022-10-19
1
-1/+1
*
gh-95914: Add links to 3.11 WhatsNew Summary items (#98416)
C.A.M. Gerlach
2022-10-18
1
-26/+38
*
General improvements to the itertools docs (GH-98408)
Raymond Hettinger
2022-10-18
1
-51/+92
*
gh-98390: Fix source locations of boolean sub-expressions (GH-98396)
Irit Katriel
2022-10-18
3
-1/+28
*
gh-92886: Fixing tests that fail when running with optimizations (`-O`) in `t...
Jack Hindmarch
2022-10-18
2
-6/+5
*
gh-98393: os module reject bytes-like, only accept bytes (#98394)
Victor Stinner
2022-10-18
9
-89/+48
*
gh-98331: Update bundled pip to 22.3 (#98332)
Paul Moore
2022-10-18
4
-2/+3
*
Doc: Found some remaining default roles. (GH-98392)
Julien Palard
2022-10-18
4
-4/+4
*
gh-98378: Add small format string example to strftime comments (GH-98379)
Alex Zvorygin
2022-10-18
1
-1/+5
*
Doc: missing underscore in hyperlink. (GH-98391)
Julien Palard
2022-10-18
1
-1/+1
*
gh-95913: Copyedit, xref and organize enum section (#98295)
C.A.M. Gerlach
2022-10-18
1
-38/+64
*
gh-95913: Prepare remaining Whatsnew sections for editing (#98342)
C.A.M. Gerlach
2022-10-18
1
-28/+105
*
Fix typos in comments (GH-98375)
Raymond Hettinger
2022-10-18
1
-2/+2
*
GH-98363: Add itertools.batched() (GH-98364)
Raymond Hettinger
2022-10-17
5
-39/+370
*
Move random selection recipes from itertools.rst to random.rst (GH-98369)
Raymond Hettinger
2022-10-17
2
-25/+31
*
gh-95913: Move subinterpreter exper removal to 3.11 WhatsNew (GH-98345)
C.A.M. Gerlach
2022-10-17
2
-4/+4
*
gh-95914: Add What's New item describing PEP 670 changes (#98315)
C.A.M. Gerlach
2022-10-17
1
-0/+11
*
Remove unused arrange_output_buffer function from zlibmodule.c. (GH-98358)
Benjamin Peterson
2022-10-17
1
-16/+0
*
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-93691: Compiler's code-gen passes location around instead of holding it on...
Irit Katriel
2022-10-17
1
-848/+975
*
gh-97669: Create Tools/build/ directory (#97963)
Victor Stinner
2022-10-17
41
-84/+102
*
gh-95534: Improve gzip reading speed by 10% (#97664)
Ruben Vorderman
2022-10-17
5
-80/+850
*
gh-95913: Forward-port int/str security change to 3.11 What's New in main (#9...
C.A.M. Gerlach
2022-10-17
1
-0/+11
*
GH-91415: Mention alphabetical sort ordering in the Sorting HOWTO (GH-98336)
Raymond Hettinger
2022-10-16
1
-76/+22
*
gh-97930: Merge with importlib_resources 5.9 (GH-97929)
Jason R. Coombs
2022-10-16
7
-29/+102
*
gh-85525: Remove extra row in doc (#98337)
Joannah Nanjekye
2022-10-16
2
-1/+1
*
gh-85299: Add note warning about entry point guard for asyncio example (#93457)
Stanley
2022-10-16
2
-1/+9
*
gh-97527: IDLE - fix buggy macosx patch (#98313)
Terry Jan Reedy
2022-10-16
3
-16/+34
*
gh-98307: Add docstring and documentation for SysLogHandler.createSocket (GH-...
Vinay Sajip
2022-10-16
3
-1/+21
*
gh-94808: Cover `PyFunction_GetCode`, `PyFunction_GetGlobals`, `PyFunction_Ge...
Nikita Sobolev
2022-10-16
2
-0/+74
*
GH-94597: Deprecate child watcher getters and setters (#98215)
Kumar Aditya
2022-10-15
9
-52/+105
*
gh-98254: Include stdlib module names in error messages for NameErrors (#98255)
Pablo Galindo Salgado
2022-10-15
6
-31/+101
*
Improve speed. Reduce auxiliary memory to 16.6% of the main array. (GH-98294)
Raymond Hettinger
2022-10-15
1
-4/+5
*
[doc] Update logging cookbook with an example of custom handling of levels. (...
Vinay Sajip
2022-10-15
1
-4/+206
*
docs(typing): harmonize "See PEP x for more details" (#97927)
Simon Legner
2022-10-15
1
-10/+8
*
gh-94808: Cover `str.rsplit` for UCS1, UCS2 or UCS4 (#98228)
Nikita Sobolev
2022-10-15
2
-2/+14
*
Faster sieve() recipe (#98287)
Raymond Hettinger
2022-10-15
1
-8/+27
*
gh-98227: executionmodel.rst: except* can also bind names (#98256)
BiscuitCandy
2022-10-15
1
-1/+1
*
gh-94808: Cover `PyEval_GetFuncName` (#98246)
Nikita Sobolev
2022-10-15
2
-0/+22
*
gh-95731: Fix module docstring extraction in pygettext (#95732)
Jakub Kuczys
2022-10-15
3
-3/+25
*
gh-95971: Turn @writes_bytecode_files to skip when not running (#95972)
Jeong YunWon
2022-10-15
1
-1/+1
*
gh-96258: move Py_REFCNT and Py_SET_REFCNT to reference counting page (#96259)
QuakeIV
2022-10-15
2
-21/+22
[prev]
[next]