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
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.12] gh-116851: Remove "from ctypes import *" from a ctypes example (GH-116...
Miss Islington (bot)
2024-03-16
1
-1/+0
*
[3.12] gh-116782: Mention `__type_params__` in `inspect.getmembers` docs (GH-...
Miss Islington (bot)
2024-03-15
1
-0/+10
*
[3.12] gh-90095: Ignore empty lines and comments in `.pdbrc` (GH-116834) (#11...
Miss Islington (bot)
2024-03-15
1
-1/+2
*
[3.12] gh-116842: Improve test comment and fix a doctest (gh-116846) (gh-116847)
Miss Islington (bot)
2024-03-15
1
-2/+2
*
[3.12] Minor improvements to the itertools documentation (gh-116833) (gh-116838)
Raymond Hettinger
2024-03-15
1
-84/+94
*
[3.12] Better presentation order for recipes. (gh-116755) (gh-116757)
Miss Islington (bot)
2024-03-13
1
-43/+43
*
[3.12] gh-98731: Improvements to the logging documentation (GH-101618) (GH-11...
Miss Islington (bot)
2024-03-13
1
-85/+67
*
[3.12] Modernize roundrobin() recipe and improve variable names (gh-116710) (...
Miss Islington (bot)
2024-03-13
1
-17/+14
*
[3.12] Docs: fix broken links (GH-116651) (#116700)
Miss Islington (bot)
2024-03-13
3
-3/+3
*
[3.12] Minor clarity improvement for the iter_index() recipe. Also add value ...
Miss Islington (bot)
2024-03-13
1
-4/+21
*
[3.12] Beef-up tests for the itertool docs. (gh-116679) (gh-116688)
Miss Islington (bot)
2024-03-12
1
-9/+103
*
[3.12] gh-116535: Fix distracting "TypeError" in example code (gh-116538) (gh...
Miss Islington (bot)
2024-03-09
1
-2/+2
*
[3.12] GH-116218 Docs: Add availability information for the 'resource' module...
Miss Islington (bot)
2024-03-09
1
-0/+2
*
[3.12] gh-105535 Document potential performance trap during enum creation (GH...
Miss Islington (bot)
2024-03-09
1
-0/+7
*
[3.12] gh-115664: Fix ordering of more versionadded and versionchanged direct...
Serhiy Storchaka
2024-03-07
14
-54/+38
*
[3.12] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) ...
Sebastian Pipping
2024-03-06
2
-0/+75
*
[3.12] gh-115986: Fix inaccuracies in pprint docs (GH-116104) (#116382)
Miss Islington (bot)
2024-03-05
1
-2/+2
*
[3.12] chore: fix typos (#116345) (#116370)
Terry Jan Reedy
2024-03-05
1
-1/+1
*
[3.12] gh-115777: Fix double versionadded directives (GH-116269) (GH-116361)
Miss Islington (bot)
2024-03-05
6
-24/+8
*
[3.12] Consistently spell out *predicate* instead of *pred*. (gh-116308) (gh-...
Miss Islington (bot)
2024-03-04
1
-23/+16
*
gh-104711: Add security warning to the CGIHTTPRequestHandler document (GH-115...
AN Long
2024-03-04
1
-0/+6
*
[3.12] gh-116281: Remove wrong '\' from '\*' in some doc signatures (GH-11628...
Miss Islington (bot)
2024-03-03
3
-6/+6
*
[3.12] gh-116035: Document that both tzinfo and fold are ignored in compariso...
Miss Islington (bot)
2024-03-01
1
-2/+8
*
[3.12] gh-115811: Update documentation to add some Logger attributes. (GH-116...
Miss Islington (bot)
2024-03-01
1
-0/+36
*
[3.12] gh-115881: Document feature_version limitations (#115980) (#116173)
Shantanu
2024-03-01
1
-6/+9
*
[3.12] Fix rendering of null character in ast.rst (GH-116080) (#116160)
Miss Islington (bot)
2024-02-29
1
-1/+1
*
[3.12] gh-73580: Docs for tunnelling TLS through TLS (GH-22539) (GH-116149)
Miss Islington (bot)
2024-02-29
1
-0/+3
*
[3.12] Docs: mark up NotImplemented using the :data: role throughout the docs...
Miss Islington (bot)
2024-02-29
8
-23/+23
*
[3.12] Make the iter_except() recipe more compact. (gh-116132) (gh0116133)
Miss Islington (bot)
2024-02-29
1
-20/+1
*
[3.12] gh-115937: Remove implementation details from inspect.signature() docs...
Miss Islington (bot)
2024-02-29
1
-3/+7
*
[3.12] Update an out-of-date example in the itertools recipe intro (gh-116082...
Miss Islington (bot)
2024-02-28
1
-1/+1
*
[3.12] gh-115821: [Enum] better error message for calling super().__new__() (...
Ethan Furman
2024-02-28
1
-0/+3
*
[3.12] Improve all_equal() recipe (gh-116081) (gh-116083)
Miss Islington (bot)
2024-02-28
1
-3/+4
*
[3.12] GH-115986 Reorder pprint docs and amend some references (GH-116019) (#...
Miss Islington (bot)
2024-02-28
1
-89/+92
*
[3.12] doc: Use super() in subclassed JSONEncoder examples (GH-115565) (GH-11...
Miss Islington (bot)
2024-02-28
1
-2/+2
*
[3.12] gh-115315: Update time.rst to include microseconds field (%f) in chart...
Miss Islington (bot)
2024-02-27
1
-6/+16
*
[3.12] gh-115091: Remove a left-over sentence that refers to Py_OptimizeFlag ...
Miss Islington (bot)
2024-02-26
1
-4/+0
*
[3.12] Doc: Clarify the return type of Event.wait when timeout is used (GH-10...
Miss Islington (bot)
2024-02-26
1
-10/+7
*
[3.12] gh-115921: Change 'equation' to 'expression' in random.rst (GH-115927)...
Miss Islington (bot)
2024-02-26
1
-1/+2
*
[3.12] gh-101100: Fix broken xrefs in fcntl module doc (GH-115691) (#115924)
Carol Willing
2024-02-26
1
-15/+26
*
[3.12] gh-113479: Link to workaround for subtle issue with takewhile() (gh-11...
Miss Islington (bot)
2024-02-25
1
-33/+41
*
[3.12] gh-103417: Fix the scheduler example (GH-111497) (GH-115908)
Miss Islington (bot)
2024-02-25
1
-1/+1
*
[3.12] Add an example of of custom `__repr__` (GH-112761) (#115900)
Miss Islington (bot)
2024-02-25
1
-0/+10
*
[3.12] Erase some unnecessary quotes on data model doc (GH-113521) (#115896)
Miss Islington (bot)
2024-02-25
1
-1/+0
*
[3.12] Update http.cookiejar document for cookie object attributes (GH-101885...
Miss Islington (bot)
2024-02-23
1
-0/+5
*
[3.12] gh-54358: Clarify data chunking in pyexpat (GH-31629) (GH-115864)
Miss Islington (bot)
2024-02-23
1
-2/+6
*
[3.12] gh-115399: Document CVE-2023-52425 under "XML vulnerabilities" (GH-115...
Miss Islington (bot)
2024-02-21
1
-0/+13
*
[3.12] gh-112020: Document the meaning of empty bytes returned by socket.recv...
Miss Islington (bot)
2024-02-20
1
-2/+3
*
[3.12] Fix typo in multiprocessing docs (GH-115650) (#115679)
Miss Islington (bot)
2024-02-19
1
-1/+1
*
[3.12] gh-115664: Fix versionadded and versionchanged directives in multiproc...
Miss Islington (bot)
2024-02-19
1
-15/+14
[next]