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-85583: Add f-string index in tutorial/inputoutput.rst (GH-21681)
amaajemyfren
2024-10-30
1
-0/+7
*
gh-125669: Do not run `-ugui` tests by default on `make test` (#125730)
sobolevn
2024-10-30
1
-1/+9
*
gh-126072: do not add `None` to `co_consts` if there is no docstring (GH-126101)
Xuanteng Huang
2024-10-30
2
-3/+11
*
gh-126071: Improve formatting of the argparse documentation (GH-126073)
Serhiy Storchaka
2024-10-30
1
-65/+72
*
gh-118633: Add warning regarding the unsafe usage of eval and exec (GH-118437)
Daniel Ruf
2024-10-30
1
-0/+10
*
gh-58032: Docs: Sort argparse alphabetically (GH-125871)
Hugo van Kemenade
2024-10-30
2
-21/+20
*
gh-124855: Don't allow the JIT and perf support to be active at the same time...
Pablo Galindo Salgado
2024-10-30
1
-0/+2
*
docs: restore an anchor to for/else (#126154)
Ned Batchelder
2024-10-30
1
-0/+1
*
Doc: Note that pydoc uses and prefers ``MANPAGER`` (#125362)
Matthieu Ancellin
2024-10-29
2
-2/+4
*
bpo-41793: Fix an inaccuracy about reflected methods in datamodel docs (GH-22...
Wim Jeantine-Glenn
2024-10-29
1
-11/+14
*
gh-116938: Fix `dict.update` docstring and remove erraneous full stop from `d...
Prometheus3375
2024-10-29
1
-1/+1
*
Add lightweight comments to conf.py and update docs readme (GH-126100)
Carol Willing
2024-10-29
2
-14/+16
*
gh-122767: document "new style" formatting for complexes (GH-122848)
Sergey B Kirpichev
2024-10-29
1
-5/+15
*
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
Mark Shannon
2024-10-29
2
-8/+17
*
gh-89762: Document strftime %G, %V, and %u format specifiers (#124572)
RUANG (James Roy)
2024-10-28
1
-0/+13
*
gh-126012: Add `__class_getitem__` to `memoryview` (#126013)
Brian Schubert
2024-10-27
2
-0/+7
*
gh-125633: Add function `ispackage` to stdlib `inspect` (#125634)
Zhikang Yan
2024-10-27
2
-0/+11
*
Fix a typo in ``Doc/tutorial/errors.rst`` exception output (#126001)
Bogdana Vereha
2024-10-26
1
-1/+1
*
gh-120313: amend documentation regarding `ctypes._CFuncPtr` (GH-120989)
Bénédikt Tran
2024-10-25
1
-19/+29
*
gh-121654: Add PyType_Freeze() function (#122457)
Victor Stinner
2024-10-25
3
-0/+18
*
gh-84545: Clarify the 'extend' action documentation in argparse (GH-125870)
Serhiy Storchaka
2024-10-25
1
-11/+15
*
gh-125933: Add ARIA labels to select elements in the version switcher (#125934)
Kerim Kabirov
2024-10-24
1
-2/+2
*
gh-123930: Better error for "from imports" when script shadows module (#123929)
Shantanu
2024-10-24
1
-2/+2
*
gh-125909: Avoid a redirect when linking to the devguide (#125826)
partev
2024-10-24
1
-1/+1
*
gh-125665: Update turtledemo docstrings with correct file names (#125691)
Wulian
2024-10-23
1
-3/+0
*
gh-125286: Share the Main Refchain With Legacy Interpreters (gh-125709)
Eric Snow
2024-10-23
3
-1/+39
*
gh-58032: Deprecate the argparse.FileType type converter (GH-124664)
Serhiy Storchaka
2024-10-23
3
-19/+33
*
gh-80958: unittest: discovery support for namespace packages as start directo...
Jacob Walls
2024-10-23
2
-21/+23
*
Doc: Show object descriptions in the table of contents (#125757)
Adam Turner
2024-10-22
3
-1/+9
*
gh-124969: Make locale.nl_langinfo(locale.ALT_DIGITS) returning a string agai...
Serhiy Storchaka
2024-10-21
1
-3/+4
*
gh-125767: Fix pickling and copying of super objects (GH-125781)
Serhiy Storchaka
2024-10-21
2
-0/+8
*
Doc: C API: Move `tp_dealloc` paragraph to `tp_dealloc` section (#125737)
Richard Hansen
2024-10-21
1
-11/+13
*
gh-125766: Docs: minor rewording of installation on Linux section (GH-125743)
partev
2024-10-21
1
-4/+4
*
gh-125313: Prefer `sys.base_*` paths in `Py_Get(Exec)Prefix` deprecation note...
Y5
2024-10-21
2
-6/+9
*
Doc: Fix typos (#125728)
ember91
2024-10-21
6
-7/+7
*
gh-99030: Added documentation links for types and exceptions (GH-123857)
RUANG (Roy James)
2024-10-21
1
-4/+8
*
Doc: Fix pluralization in os.process_cpu_count() documentation (#125678)
Tom Most
2024-10-20
1
-1/+1
*
GH-99749: Add What's New entry for GH-124456 (GH-125671)
Savannah Ostrowski
2024-10-19
1
-0/+5
*
GH-125277: Increase minimum supported Sphinx to 7.2.6 (#125368)
Adam Turner
2024-10-19
2
-16/+16
*
gh-125541: Make Ctrl-C interrupt `threading.Lock.acquire()` on Windows (#125546)
Sam Gross
2024-10-17
2
-6/+6
*
gh-118986: expose `socket.IPV6_RECVERR` (#118987)
chrysn
2024-10-17
1
-2/+2
*
gh-95836: Add custom type converter examples to argparse tutorial (GH-125376)
Savannah Ostrowski
2024-10-17
1
-0/+47
*
gh-125542: Deprecate prefix_chars in ArgumentParser.add_argument_group() (GH-...
Savannah Ostrowski
2024-10-17
3
-2/+17
*
GH-99749: Add optional feature to suggest correct names (ArgumentParser) (GH-...
Savannah Ostrowski
2024-10-17
1
-1/+27
*
gh-124694: Add concurrent.futures.InterpreterPoolExecutor (gh-124548)
Eric Snow
2024-10-16
5
-8/+152
*
gh-125615: Fix grammar nit in tutorial's interactive interpreter appendix (GH...
Cornelius Roemer
2024-10-16
1
-1/+1
*
gh-124872: Replace enter/exit events with "switched" (#125532)
Kirill Podoprigora
2024-10-16
1
-10/+4
*
Python 3.14.0a1
v3.14.0a1
Hugo van Kemenade
2024-10-15
8
-15/+15
*
gh-89819: Add argument_default and conflict_handler to add_argument_group() d...
Savannah Ostrowski
2024-10-15
1
-1/+7
*
gh-125512: Revert "gh-124872: Replace enter/exit events with "switched" (#124...
Kirill Podoprigora
2024-10-15
1
-4/+10
[prev]
[next]