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
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-99139: Improve NameError error suggestion for instances (#99140)
Pablo Galindo Salgado
2022-11-06
1
-0/+21
*
gh-93464: [Enum] fix auto() failure during multiple assignment (GH-99148)
Ethan Furman
2022-11-06
1
-3/+12
*
[doc] fix typo (GH-99143)
Doj
2022-11-05
1
-1/+1
*
minor edits to locale doc (#98537)
Skip Montanaro
2022-11-04
1
-13/+16
*
Support comparing two sets of pystats (GH-98816)
Michael Droettboom
2022-11-04
1
-1/+2
*
Docs: add `named` to the list of styles in the sqlite3.paramstyle attr docs (...
Nick Pope
2022-11-03
1
-3/+4
*
gh-92584: Remove the distutils package (#99061)
Victor Stinner
2022-11-03
2
-1/+8
*
gh-94172: Remove keyfile, certfile and check_hostname parameters (#94173)
Victor Stinner
2022-11-03
1
-0/+10
*
gh-97909: PyMemberDef & PyGetSetDef members are not marked up (GH-98810)
Johnny11502
2022-11-03
1
-17/+19
*
gh-98401: Invalid escape sequences emits SyntaxWarning (#99011)
Victor Stinner
2022-11-03
3
-7/+29
*
gh-94199: Remove ssl.wrap_socket() documentation (#99023)
Victor Stinner
2022-11-03
1
-51/+16
*
GH-96793: Implement PEP 479 in bytecode. (GH-99006)
Mark Shannon
2022-11-03
1
-0/+9
*
gh-98740: Fix validation of conditional expressions in RE (GH-98764)
Serhiy Storchaka
2022-11-03
1
-0/+3
*
Docs: Add 'as, match statement' to the index (#99001)
Hugo van Kemenade
2022-11-03
1
-0/+1
*
argparse howto: Use f-string in preference to "...".format() (#98883)
Skip Montanaro
2022-11-03
1
-2/+2
*
gh-96997: Clarify the contract of PyMem_SetAllocator() (#98977)
Pablo Galindo Salgado
2022-11-02
1
-0/+21
*
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
*
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
1
-0/+12
*
gh-98658: Add __class_getitem__ to array.array (#98661)
Jelle Zijlstra
2022-11-01
1
-1/+6
*
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-98692: Enable treating shebang lines as executables in py.exe launcher (GH...
Steve Dower
2022-10-31
1
-1/+7
*
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
1
-0/+2
*
gh-97966: Update uname docs to clarify the special nature of the platform att...
Jason R. Coombs
2022-10-30
1
-4/+8
*
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
*
dataclasses docs: consistent indentation (4 spaces) in examples (#98855)
FC Stegerman
2022-10-29
1
-16/+16
*
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
2
-6/+33
*
Fix typo in contextvars docs (#98823)
cburroughs
2022-10-28
1
-1/+1
*
`argparse` docs: normalize constant references (#98765)
Skip Montanaro
2022-10-28
1
-5/+6
*
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
*
gh-96143: Improve perf profiler docs (#96445)
Erlend E. Aasland
2022-10-27
4
-38/+102
*
GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)
Mark Shannon
2022-10-27
1
-1/+12
*
gh-98586: Add vector call APIs to the Limited API (GH-98587)
Wenzel Jakob
2022-10-27
1
-0/+3
*
Python documents state elsewhere that a comma is not an operator, so … (GH-...
Gerardwx
2022-10-27
1
-1/+1
*
gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-9...
Eric Snow
2022-10-26
1
-2/+0
*
gh-98716: Revert gh-96081: Escape lone stars in sqlite3 docs (#98720)
Erlend E. Aasland
2022-10-26
1
-5/+5
*
gh-98644: point people to tomllib from configparser’s docs (#98645)
Philipp A
2022-10-26
1
-4/+8
*
gh-98348: Mention ReferenceError in weakref.proxy documentation (#98355)
fancidev
2022-10-26
1
-0/+3
*
docs: Change links to label refs (#98454)
Stanley
2022-10-26
9
-9/+14
[next]