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-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918)
Miss Islington (bot)
2021-10-13
1
-0/+21
*
Slight correct grammar (GH-28860)
Miss Islington (bot)
2021-10-12
1
-1/+1
*
bpo-45441: Update some moved URLs in documentation (GH-28861)
Miss Islington (bot)
2021-10-12
4
-6/+6
*
bpo-42253: Update xml.dom.minidom.rst (GH-23126) (GH-28875)
Miss Islington (bot)
2021-10-12
1
-0/+8
*
bpo-45351, asyncio: Enhance echo server example, print all addresses (GH-28828)
Miss Islington (bot)
2021-10-11
1
-2/+2
*
Fix the "Finding all Adverbs" example (GH-21420) (#28840)
Miss Islington (bot)
2021-10-10
1
-2/+2
*
[doc] Mention __slots__ behavior in weakref.rst (GH-21061) (GH-28773)
Miss Islington (bot)
2021-10-06
1
-0/+4
*
bpo-34804: [doc] Rephrase section on side effects in functional.rst for clari...
Miss Islington (bot)
2021-10-06
1
-5/+4
*
[3.9] [doc] Fix typos found using codespell (GH-28744) (GH-28759)
Christian Clauss
2021-10-06
5
-7/+7
*
[doc] Update references to NumPy (GH-22458) (GH-28749)
Miss Islington (bot)
2021-10-06
4
-8/+5
*
sqlite3: Modernize documentation around unicode and bytes. (GH-28652) (GH-28695)
Miss Islington (bot)
2021-10-05
2
-4/+4
*
[doc] Fix gethostbyname_ex description (GH-28700) (GH-28743)
Miss Islington (bot)
2021-10-05
1
-2/+2
*
bpo-45341: Replace 'Packaging' with 'Package' in "Python P... Index" (GH-2868...
Miss Islington (bot)
2021-10-02
2
-7/+7
*
[3.9] [docs] Improve the markup of powers (GH-28598) (GH-28608)
Łukasz Langa
2021-09-28
9
-19/+19
*
[doc] fix minor typo for argparse (GH-28451)
Miss Islington (bot)
2021-09-28
1
-1/+1
*
bpo-45277: Fix typo in codecs doc (GH-28555)
Miss Islington (bot)
2021-09-25
1
-1/+1
*
bpo-38623: Add note about site module (site-packages) (GH-16974) (GH-28537)
Miss Islington (bot)
2021-09-23
1
-1/+2
*
[docs] Update documentation for `multiprocessing.get_start_method` (GH-18170)...
Miss Islington (bot)
2021-09-23
1
-1/+7
*
[3.9] Fix legacy logging module URL (GH-28528) (GH-28531)
Miss Islington (bot)
2021-09-23
1
-1/+1
*
bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28524)
Miss Islington (bot)
2021-09-23
29
-69/+69
*
[3.9] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28512)
Łukasz Langa
2021-09-22
4
-4/+3
*
bpo-45246: Document that sorted() only uses "<" comparisons (GH-28494)
Miss Islington (bot)
2021-09-21
1
-0/+9
*
bpo-30637: Improve the docs of ast.parse regarding differences with compile()...
Miss Islington (bot)
2021-09-19
1
-0/+13
*
[3.9] Fix minor typo in Doc/c-api/type.rst (GH-28432) (GH-28441)
Miss Islington (bot)
2021-09-18
1
-1/+1
*
[doc] Clarify exception in `multiprocessing.cpu_count` (GH-23660) (GH-28434)
Miss Islington (bot)
2021-09-17
1
-1/+2
*
bpo-42038: fix description of returned list of lines (GH-27529) (GH-28429)
Miss Islington (bot)
2021-09-17
1
-6/+6
*
[doc] Add a missing apostrophe in a code example in venv.rst (GH-28391) (GH-2...
Miss Islington (bot)
2021-09-17
1
-1/+1
*
bpo-45217: adds note that `allow_no_value` in `configparser` is optional (GH-...
Miss Islington (bot)
2021-09-17
1
-1/+2
*
[3.9] docs: correct references to __isub__ etc (GH-28297). (GH-28415)
Serhiy Storchaka
2021-09-17
1
-130/+130
*
bpo-45089: Improve sqlite3 trace callback docs (GH-28238) (GH-28372)
Miss Islington (bot)
2021-09-15
1
-5/+13
*
bpo-9811: [doc] strftime handling of unsupported format specifiers is platfor...
Miss Islington (bot)
2021-09-10
1
-1/+2
*
[3.9] bpo-41082: Add note on errors that may be raised by home() and expandus...
andrei kulakov
2021-09-08
1
-0/+8
*
bpo-24888: Clarify subprocess.check_call propagates exceptions if unable to s...
Miss Islington (bot)
2021-09-07
1
-0/+2
*
bpo-45104: Clarify when __init__ is called (GH-28210) (GH-28212)
Miss Islington (bot)
2021-09-07
1
-1/+1
*
bpo-42255: Update webbrowser doc for macOS (GH-28145)
Dong-hee Na
2021-09-03
1
-2/+2
*
[doc] Link to deprecation policy PEP from the DeprecationWarning documentatio...
Miss Islington (bot)
2021-09-02
1
-0/+4
*
[3.9] bpo-45060: Get rid of few uses of the equality operators with None (GH-...
Serhiy Storchaka
2021-09-01
1
-1/+1
*
bpo-44135: Refine explanation of how passing tuples to issubclass() behaves (...
Łukasz Langa
2021-08-31
1
-2/+2
*
bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28032)
Miss Islington (bot)
2021-08-29
1
-14/+18
*
bpo-40635: Fix getfqdn() docstring and docs (GH-27971)
Miss Islington (bot)
2021-08-26
1
-2/+3
*
bpo-45003: Change __div__ to __truediv__ in py3 language reference. (GH-27951...
Miss Islington (bot)
2021-08-26
1
-1/+1
*
[doc] Fix typo c-api/exceptions.rst (GH-27847) (GH-27919)
Miss Islington (bot)
2021-08-23
1
-1/+1
*
[doc] Fix typo in idle.rst (GH-27903)
Miss Islington (bot)
2021-08-23
1
-1/+1
*
[3.9] bpo-4442: Document use of __new__ for subclasses of immutable types (G...
Łukasz Langa
2021-08-22
1
-0/+48
*
[3.9] bpo-42560: rework external references in Tkinter docs (GH-27838) (GH-27...
Łukasz Langa
2021-08-22
1
-32/+19
*
bpo-42560: reorganize Tkinter docs modules section for clarity (GH-27840) (GH...
Miss Islington (bot)
2021-08-22
1
-17/+36
*
bpo-42560: tweaks to intro of Tkinter docs- add macOS, drop ActiveState (GH-2...
Miss Islington (bot)
2021-08-22
1
-3/+2
*
bpo-44940: Clarify the documentation of re.findall() (GH-27849) (GH-27880)
Miss Islington (bot)
2021-08-22
1
-4/+14
*
bpo-44966: Fix out-of-date traceback message (GH-27867) (GH-27876)
Miss Islington (bot)
2021-08-22
1
-1/+1
*
bpo-36384: [doc] Mention CVE-2021-29921 fix in 3.8.12 (GH-27824) (GH-27827)
Miss Islington (bot)
2021-08-19
2
-0/+18
[next]