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
*
bpo-40204: Pin Sphinx version to 2.3.1 in Doc/Makefile
Ned Deily
2020-06-17
1
-1/+1
*
[3.7] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) (GH...
Miss Islington (bot)
2020-06-13
1
-1/+1
*
bpo-40025: Require _generate_next_value_ to be defined before members (GH-19762)
Miss Islington (bot)
2020-06-11
1
-0/+4
*
[3.7] bpo-40895: Update weakref documentation to remove old warnings (GH-2068...
Antoine Pitrou
2020-06-10
1
-14/+0
*
[3.7] Revert bpo-39576: docs: set context for decimal arbitrary precision ari...
Stefan Krah
2020-06-08
1
-58/+8
*
[3.7] Revert bpo-39576: Clarify the word size for the 32-bit build. (GH-20744)
Stefan Krah
2020-06-08
1
-2/+2
*
bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367)
Miss Islington (bot)
2020-06-08
1
-3/+47
*
Fix spacing in docs for tarfile (GH-20629)
Miss Islington (bot)
2020-06-04
1
-1/+1
*
Ensure correct version of Sphinx is used for Windows builds (GH-20582)
Miss Islington (bot)
2020-06-01
1
-1/+1
*
bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570)
Miss Islington (bot)
2020-06-01
1
-3/+1
*
bpo-40798: Generate a different message for already removed elements (GH-20483)
Miss Islington (bot)
2020-05-30
2
-2/+12
*
closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149)
Miss Islington (bot)
2020-05-30
1
-5/+6
*
Improve IO tutorial's "Old string formatting" section (GH-16251)
Miss Islington (bot)
2020-05-28
1
-5/+5
*
[3.7] bpo-38580: Document that select() accepts iterables, not just sequences...
Tal Einat
2020-05-26
1
-3/+3
*
bpo-39301: State that floor division is used for right shift operations (GH-2...
Miss Islington (bot)
2020-05-26
1
-4/+2
*
bpo-40439: Update broken link in lexical analysis docs (GH-20184)
Miss Islington (bot)
2020-05-23
1
-1/+1
*
[3.7] [doc] Remove references to obsolete BuildApplet on macOS (GH-20023) (GH...
Miss Islington (bot)
2020-05-21
1
-8/+2
*
[3.7] Doc: Python 3.10 in sidebar and version switcher. (GH-20209) (GH-20223)
Miss Islington (bot)
2020-05-19
2
-2/+4
*
bpo-39976: Add **other_popen_kwargs to subprocess docs (GH-20145)
Miss Islington (bot)
2020-05-19
1
-4/+8
*
Doc: change 'Posix' for 'POSIX' (GH-20001)
Miss Islington (bot)
2020-05-17
3
-6/+6
*
bpo-38872: Document exec symbol for codeop.compile_command (GH-20047) (#20099)
Miss Islington (bot)
2020-05-15
2
-4/+5
*
Make the first dataclass example more useful (GH-19994) (GH-19998)
Miss Islington (bot)
2020-05-08
1
-0/+2
*
bpo-40419: timeit CLI docs now mention 1,2,5,10,... trials instead of powers ...
Miss Islington (bot)
2020-05-02
1
-1/+2
*
[3.7] bpo-39435: Fix docs for pickle.loads (GH-18160). (GH-19844)
Antoine Pitrou
2020-05-01
1
-2/+2
*
bpo-40348: Fix typos in the programming FAQ (GH-19729)
Miss Islington (bot)
2020-04-27
1
-2/+2
*
[3.7] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-1660...
Zachary Ware
2020-04-27
2
-1/+34
*
bpo-39285: Clarify example for PurePath.match (GH-19458)
Miss Islington (bot)
2020-04-19
1
-1/+3
*
bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269)
Miss Islington (bot)
2020-04-18
1
-3/+3
*
Fix parameter names in assertIn() docs (GH-18829)
Miss Islington (bot)
2020-04-17
1
-3/+3
*
[3.7] Improved documentation for `BUILD_CONST_KEY_MAP` (GH-19454) (GH-19496)
Miss Islington (bot)
2020-04-13
1
-3/+3
*
bpo-38501: Add a warning section to multiprocessing.Pool docs about resource ...
Miss Islington (bot)
2020-04-11
1
-1/+12
*
bpo-40204: Pin Sphinx version to 1.8.2 in Doc/Makefile (GH-19442) (GH-19443)
Victor Stinner
2020-04-09
1
-1/+1
*
Fix misinformation about NaN != NaN comparison (GH-19357) (GH-19384)
Miss Islington (bot)
2020-04-05
1
-2/+3
*
bpo-40131: Fix source and target order in zipapp example (GH-19290) (GH-19340)
Miss Islington (bot)
2020-04-03
1
-1/+1
*
bpo-40122: Updated documentation for dis.findlabels() (GH-19274)
Miss Islington (bot)
2020-04-03
1
-1/+1
*
bpo-40094: Enhance os.WIFEXITED documentation (GH-19244) (GH-19278)
Miss Islington (bot)
2020-04-01
1
-10/+24
*
Document most common signals (GH-19245) (GH-19258)
Victor Stinner
2020-03-31
1
-0/+106
*
fix comma location in various places (GH-19233)
Miss Islington (bot)
2020-03-30
8
-9/+9
*
bpo-40045: Make "dunder" method documentation easier to locate (GH-19153) (GH...
Miss Islington (bot)
2020-03-27
1
-5/+5
*
bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-relat...
Miss Islington (bot)
2020-03-26
1
-0/+4
*
bpo-39879: Update datamodel docs to include dict ordering (GH-19006)
Miss Islington (bot)
2020-03-26
1
-0/+10
*
bpo-40013: Clarify documentation of restval in csv.DictReader (GH-19099) (GH-...
Miss Islington (bot)
2020-03-25
1
-1/+2
*
[3.7] bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is...
Serhiy Storchaka
2020-03-21
1
-3/+4
*
bpo-39797 Changes to socketserver.BaseServer's shutdown() method. (GH-18929)
Miss Islington (bot)
2020-03-20
1
-0/+2
*
bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026)
Miss Islington (bot)
2020-03-17
2
-2/+3
*
Link to list of keywords in the laguage reference (GH-18024)
Miss Islington (bot)
2020-03-14
1
-5/+6
*
bpo-39677: dis: rename the operand of MAKE_FUNCTION from `argc` to `flags` fo...
Miss Islington (bot)
2020-03-14
1
-1/+1
*
Doc: Fix grammar in PyErr_ResourceWarning (GH-18879) (GH-18963)
Miss Islington (bot)
2020-03-13
1
-1/+1
*
Fix syntax error in an example in the ast documentation and sync docstrings (...
Miss Islington (bot)
2020-03-12
1
-1/+1
*
Fix download.html (GH-18902)
Miss Islington (bot)
2020-03-11
1
-1/+1
[next]