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
*
[3.12] gh-112088: Run autoreconf in GHA check_generated_files (GH-112090) (#1...
Victor Stinner
2023-11-16
1
-5/+12
*
[3.12] gh-110812: Isolating Extension Modules HOWTO: List GC-related gotchas ...
Miss Islington (bot)
2023-11-16
1
-6/+97
*
[3.12] Fix typo in perf profiling docs (GH-112112) (#112117)
Miss Islington (bot)
2023-11-15
1
-1/+1
*
[3.12] Docs: Add the time to the HTML last updated format (GH-110091) (#112102)
Miss Islington (bot)
2023-11-15
1
-3/+2
*
[3.12] gh-111622: Fix doc for items views (GH-112051) (#112052)
Miss Islington (bot)
2023-11-14
1
-5/+8
*
[3.12] gh-111681: minor fixes to typing doctests; remove unused imports in `t...
Alex Waygood
2023-11-13
1
-1/+1
*
[3.12] Docs: Add `make htmllive` to rebuild and reload HTML files in your bro...
Miss Islington (bot)
2023-11-13
2
-0/+7
*
[3.12] gh-111944: Add assignment expression parentheses requirements (GH-1119...
Miss Islington (bot)
2023-11-13
1
-4/+5
*
[3.12] gh-103791: handle `BaseExceptionGroup` in `contextlib.suppress()` (GH-...
Miss Islington (bot)
2023-11-10
1
-3/+3
*
[3.12] gh-111895: Convert definition list to bullet list for readability on m...
Miss Islington (bot)
2023-11-09
1
-6/+6
*
[3.12] Glossary: Add "static type checker" (GH-111837) (#111854)
Miss Islington (bot)
2023-11-08
4
-7/+14
*
[3.12] gh-111729: update generic syntax for `typing.Concatenate` sample code ...
Miss Islington (bot)
2023-11-07
1
-5/+2
*
[3.12] gh-111747: DOC: fix moved link to Documentation Translations (GH-11174...
Miss Islington (bot)
2023-11-05
1
-1/+1
*
[3.12] gh-111724: Fix doctest `ResourceWarning` in `howto/descriptor.rst` (GH...
Miss Islington (bot)
2023-11-04
1
-0/+4
*
[3.12] gh-54434: Make difflib.rst doctests pass. (GH-111677) (#111678)
Miss Islington (bot)
2023-11-03
1
-3/+5
*
[3.12] Fix typo in documentation of `SysLogHandler.createSocket` (GH-111665) ...
Miss Islington (bot)
2023-11-02
1
-3/+1
*
[3.12] gh-111625: Fix link to Info-ZIP homepage (GH-111626) (#111639)
Miss Islington (bot)
2023-11-02
1
-2/+2
*
[3.12] gh-111576: Improve documention for tkinter.messagebox (GH-111578) (GH-...
Miss Islington (bot)
2023-11-01
1
-10/+165
*
[3.12] gh-111282: Fix NamedTemporaryFile example code (GH-111283) (GH-111579)
Miss Islington (bot)
2023-10-31
1
-7/+7
*
[3.12] gh-111181: Fix enum doctests (GH-111180) (GH-111518)
Miss Islington (bot)
2023-10-31
1
-3/+6
*
[3.12] gh-102249: Expand sys.call_tracing documentation (GH-102806) (#111557)
Miss Islington (bot)
2023-10-31
1
-3/+17
*
[3.12] gh-93607: document `root` attribute of `iterparse` (GH-99410) (#111555)
Miss Islington (bot)
2023-10-31
1
-1/+3
*
[3.12] gh-106861: Docs: Add availability directives to all Unix-only modules ...
Miss Islington (bot)
2023-10-31
9
-6/+14
*
[3.12] gh-111301: Move `importlib.resources.files` change to What's new in Py...
Hugo van Kemenade
2023-10-31
1
-0/+3
*
[3.12] gh-108082: C API: Add tests for PyErr_WriteUnraisable() (GH-111455) (G...
Miss Islington (bot)
2023-10-30
1
-0/+8
*
[3.12] gh-111165: Remove documentation for moved functions (GH-111467) (GH-11...
Miss Islington (bot)
2023-10-29
1
-10/+0
*
[3.12] gh-101100: Fix sphinx warnings in `library/asyncio-eventloop.rst` (GH-...
Miss Islington (bot)
2023-10-29
3
-7/+15
*
[3.12] gh-79033: Try to fix asyncio.Server.wait_closed() again (GH-111336) (#...
Miss Islington (bot)
2023-10-28
1
-3/+5
*
[3.12] gh-111406: Fix broken link to bpython's site (GH-111407) (#111408)
Miss Islington (bot)
2023-10-27
1
-1/+1
*
[3.12] gh-111276: Clarify docs and comments about the role of LC_CTYPE (GH-11...
Miss Islington (bot)
2023-10-27
1
-5/+10
*
[3.12] gh-111343: Fix `itertools` docs: `start` arg is optional for `count` (...
Miss Islington (bot)
2023-10-27
1
-1/+1
*
[3.12] Fix typos in import system docs (GH-111396) (#111397)
Miss Islington (bot)
2023-10-27
1
-3/+3
*
[3.12] gh-111187: Postpone removal version for locale.getdefaultlocale() to 3...
Hugo van Kemenade
2023-10-27
3
-3/+14
*
[3.12] Docs: Add `restart_events()` and positional arg semantics for `sys.mon...
Miss Islington (bot)
2023-10-25
1
-8/+13
*
[3.12] gh-108590: Improve sqlite3 docs on encoding issues and how to handle t...
Miss Islington (bot)
2023-10-25
1
-33/+50
*
[3.12] gh-111165: Move test running code from test.support to libregrtest (GH...
Serhiy Storchaka
2023-10-25
1
-28/+0
*
[3.12] Fix first parameter name in `tool` functions from `sys.monitoring` (GH...
Miss Islington (bot)
2023-10-24
1
-9/+9
*
[3.12] GH-111182: Update EnumType.__contains__ docs (GH-111184) (GH-111281)
Miss Islington (bot)
2023-10-24
1
-3/+4
*
[3.12] Revert "Fix a code snippet typo in asyncio docs (GH-108427)" (GH-11127...
Miss Islington (bot)
2023-10-24
1
-1/+1
*
[3.12] gh-111151: Convert monospaced directives to :ref: (GH-111152) (#111269)
Miss Islington (bot)
2023-10-24
3
-8/+20
*
[3.12] Fix typo in sys docs (GH-111196) (#111248)
Miss Islington (bot)
2023-10-24
1
-1/+1
*
[3.12] Fix a code snippet typo in asyncio docs (GH-108427) (#111245)
Miss Islington (bot)
2023-10-24
1
-1/+1
*
[3.12] gh-101100: Fix Sphinx warnings for `fileno` (GH-111118) (#111226)
Miss Islington (bot)
2023-10-23
8
-13/+49
*
[3.12] Add a version added note for PY_VECTORCALL_ARGUMENTS_OFFSET (GH-110963...
Miss Islington (bot)
2023-10-23
1
-0/+2
*
[3.12] typo: missing line of output in pull parser example (GH-111068) (#111217)
Miss Islington (bot)
2023-10-23
1
-0/+1
*
[3.12] gh-106310 - document the __signature__ attribute (GH-106311) (#111145)
Miss Islington (bot)
2023-10-23
1
-0/+5
*
[3.12] gh-110383: Italicize variable name (GH-111206) (#111207)
Miss Islington (bot)
2023-10-23
1
-1/+1
*
[3.12] gh-110383: Added explanation about simplest regex use case for quantif...
Miss Islington (bot)
2023-10-23
1
-0/+3
*
[3.12] gh-101100: Fix sphinx warnings in `library/asyncio-dev.rst` (GH-111179...
Miss Islington (bot)
2023-10-22
2
-4/+11
*
[3.12] gh-101100: Fix Sphinx warning in `tutorial/introduction.rst` (GH-11117...
Miss Islington (bot)
2023-10-22
2
-2/+1
[next]