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-90699: Remove `_Py_IDENTIFIER` usage from `_json` module (GH-98956)
Kumar Aditya
2022-11-02
3
-29/+46
*
gh-87092: remove unused SET_LOC/UNSET_LOC macros (GH-98914)
Irit Katriel
2022-11-02
1
-73/+6
*
GH-90699: Remove `_Py_IDENTIFIER` usage from `_curses` module (GH-98957)
Kumar Aditya
2022-11-02
1
-12/+6
*
gh-87092: do not allocate PyFutureFeatures dynamically (GH-98913)
Irit Katriel
2022-11-02
4
-32/+22
*
gh-98903: Test suite fails with exit code 4 if no tests ran (#98904)
Victor Stinner
2022-11-02
3
-26/+52
*
gh-96265: Formatting changes for faq/programming (#98242)
Stanley
2022-11-02
1
-39/+48
*
gh-92679: Clarify asyncio.loop.start_tls parameters (#92682)
Oleg Iarygin
2022-11-02
1
-3/+8
*
gh-92871: Postpone the removal of typing.{io,re} to 3.13 (#98958)
Sebastian Rittau
2022-11-02
1
-3/+3
*
[doc] Update cookbook example for socket-based logging in a production settā€...
Vinay Sajip
2022-11-01
1
-7/+65
*
gh-98925: Lower marshal recursion depth for WASI (GH-98938)
Brett Cannon
2022-11-01
4
-0/+7
*
gh-98689: Update Windows builds to zlib v1.2.13 (GH-98968)
Zachary Ware
2022-11-01
3
-2/+4
*
Doc: use "unnumbered" footnotes (#98954)
Manuel Kaufmann
2022-11-01
1
-2/+2
*
gh-98931: Improve error message when the user types 'import x from y' instead...
Pablo Galindo Salgado
2022-11-01
5
-392/+503
*
gh-98852: Fix subscription of type aliases (GH-98920)
Serhiy Storchaka
2022-11-01
4
-0/+43
*
GH-98766: Modest speed-up from ChainMap.__iter__ (GH-98946)
Raymond Hettinger
2022-11-01
1
-2/+2
*
gh-98658: Add __class_getitem__ to array.array (#98661)
Jelle Zijlstra
2022-11-01
4
-2/+12
*
Rename JUMP_TO_INSTRUCTION to GO_TO_INSTRUCTION (#98934)
Guido van Rossum
2022-11-01
1
-14/+14
*
Fix wording in Functional Programming HOWTO (GH-98939)
partev
2022-11-01
1
-1/+1
*
Missing PS1 prompt in tutorial example (GH-98921)
Manuel Kaufmann
2022-11-01
1
-2/+3
*
GH-98897: fix memory leak if `math.dist` raises exception (GH-98898)
Kumar Aditya
2022-11-01
3
-3/+9
*
gh-98692: Enable treating shebang lines as executables in py.exe launcher (GH...
Steve Dower
2022-10-31
4
-4/+124
*
gh-98610: Adjust the Optional Restrictions on Subinterpreters (GH-98618)
Eric Snow
2022-10-31
15
-47/+220
*
Fix typo in sorting HOWTO (#98888)
partev
2022-10-31
1
-1/+1
*
Doc: Fix sphinx-lint issues (GH-98911)
Julien Palard
2022-10-31
1
-1/+1
*
gh-98576: Fix types in dataclass.InitVar example (gh-98577)
Shantanu
2022-10-31
1
-2/+2
*
gh-98410: move getbufferproc and releasebufferproc to buffer.h (#31158)
David Hewitt
2022-10-31
5
-4/+10
*
gh-98878: Use builtins from the bound frame when offering a suggestion (#98880)
Batuhan Taskaya
2022-10-31
3
-1/+12
*
gh-98811: use full source location to simplify __future__ imports error check...
Irit Katriel
2022-10-31
5
-69/+71
*
gh-96151: Use a private name for passing builtins to dataclass. This now allo...
Shantanu
2022-10-31
3
-5/+13
*
gh-98879: Remove unreachable error case from COMPARE_OP_STR_JUMP (GH-98882)
Dennis Sweeney
2022-10-30
1
-3/+0
*
gh-97966: Update uname docs to clarify the special nature of the platform att...
Jason R. Coombs
2022-10-30
2
-4/+10
*
gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98212)
Nick Coghlan
2022-10-30
5
-19/+57
*
gh-98783: Fix crashes when `str` subclasses are used in `_PyUnicode_Equal` (#...
Nikita Sobolev
2022-10-30
5
-3/+36
*
gh-98793: Fix typecheck in `overlapped.c` (#98835)
Charlie Zhao
2022-10-30
4
-5/+25
*
glossary.rst: Fix typo in package definition (GH-98865)
ab
2022-10-29
1
-1/+1
*
Fix typo in docs (GH-98863)
Yuvi Panda
2022-10-29
1
-1/+1
*
gh-93358: Fix python-config docs for how to embed Python (#98649)
Erlend E. Aasland
2022-10-29
1
-6/+6
*
Fix comment typos in `_operator.c` (#98853)
David Buchanan
2022-10-29
1
-2/+2
*
dataclasses docs: consistent indentation (4 spaces) in examples (#98855)
FC Stegerman
2022-10-29
1
-16/+16
*
GH-90352: fix _SelectorDatagramTransport to inherit from DatagramTransport (#...
Kumar Aditya
2022-10-29
3
-1/+6
*
gh-98744: Prevent column-level decoding crashes on traceback module (#98824)
Batuhan Taskaya
2022-10-29
3
-14/+63
*
gh-98286: handle empty filename in ZipFile/ZipInfo properly (#98346)
FC Stegerman
2022-10-29
1
-2/+5
*
gh-98240: Updated Path.rename docs, when it is atomic (GH-98245)
Mateusz
2022-10-28
1
-0/+2
*
gh-84538: add strict argument to pathlib.PurePath.relative_to (GH-19813)
domragusa
2022-10-28
6
-21/+150
*
Fix typo in contextvars docs (#98823)
cburroughs
2022-10-28
1
-1/+1
*
gh-92452: Avoid race in initialization of sysconfig._CONFIG_VARS
Gareth Rees
2022-10-28
2
-60/+82
*
`argparse` docs: normalize constant references (#98765)
Skip Montanaro
2022-10-28
1
-5/+6
*
gh-98776: Fix make regen-test-levenshtein for out-of-tree builds (GH-98779)
Miro HronĨok
2022-10-28
2
-1/+2
*
gh-98657: [docs] `array.typecodes` is a module-level attribute (#98729)
Nikita Sobolev
2022-10-28
1
-3/+8
*
gh-65002: Make note that null bytes are used to pad bytes (#98635)
Stanley
2022-10-28
1
-1/+4
[next]