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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-47103: Copy pgort140.dll into output directory when building PGInstrument...
Steve Dower
2022-04-08
3
-18/+18
*
ssl docs: Fix typo (GH-32336)
Miss Islington (bot)
2022-04-07
1
-1/+1
*
c-api docs: There are five fields, not four (GH-32379)
Miss Islington (bot)
2022-04-07
1
-1/+1
*
doc: Link to `string.capwords` from `str.title` (GH-20913)
Miss Islington (bot)
2022-04-07
1
-1/+5
*
pkgutil docs: Link sys constants, add backticks (GH-32356)
Miss Islington (bot)
2022-04-07
1
-4/+4
*
ssl docs: Fix typo (GH-32314)
Miss Islington (bot)
2022-04-07
1
-1/+1
*
[3.9] bpo-46769: Fix backticks in typing.rst to appease rstlint (GH-32375)
Ken Jin
2022-04-06
2
-2/+2
*
Fix whitespace/indentation issues in test_sys (GH-32369) (GH-32373)
Ken Jin
2022-04-06
1
-2/+2
*
stdtypes docs: fix typo (GH-32349)
Miss Islington (bot)
2022-04-06
1
-1/+1
*
bpo-47235: Note where a typo is intentional in code. (GH-32348)
Miss Islington (bot)
2022-04-06
1
-4/+4
*
bpo-47230: Silence compiler warnings on Windows from zlib 1.2.12 (GH-32337)
Jeremy Kloth
2022-04-05
1
-1/+3
*
[3.9] bpo-45790: List macros in same order in which fields are described (GH-...
Jelle Zijlstra
2022-04-05
2
-2/+4
*
bpo-40982: shutil docs: Remove outdated copytree() example (GH-24778)
Miss Islington (bot)
2022-04-05
1
-36/+1
*
crypt docs: Fix references to `methods` attr (GH-26806)
Miss Islington (bot)
2022-04-05
1
-4/+3
*
bpo-32658: Regex docs: Fix metacharacter reference (GH-32230)
Miss Islington (bot)
2022-04-05
1
-1/+1
*
bpo-47007: [doc] `str` special method lookup (GH-31863)
Miss Islington (bot)
2022-04-05
1
-1/+2
*
bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380)
Miss Islington (bot)
2022-04-05
4
-37/+54
*
bpo-46484:Add test for Calendar.iterweekdays (GH-30825)
Miss Islington (bot)
2022-04-04
2
-0/+9
*
Demonstrate `py --list` in the quickstart section of the Windows doc page (GH...
Miss Islington (bot)
2022-04-04
1
-0/+6
*
Follow PEP-8 guidelines in tutorial for standard library (GH-26127)
Miss Islington (bot)
2022-04-03
1
-2/+3
*
bpo-47205: Skip error check of sched_get/setaffinity on FreeBSD (GH-32285)
Miss Islington (bot)
2022-04-03
2
-2/+8
*
Language reference: Remove duplicated text about iterable unpacking (GH-25212)
Miss Islington (bot)
2022-04-03
1
-3/+1
*
bpo-24563: Link encoding names to encoding declarations (GH-32274)
Miss Islington (bot)
2022-04-03
1
-3/+2
*
[3.9] More minor fixes to C API docs (GH-31525) (GH-32259)
Jelle Zijlstra
2022-04-02
11
-25/+26
*
[3.9] More minor fixes to C API docs (GH-31714) (GH-32260)
Jelle Zijlstra
2022-04-02
5
-9/+7
*
[3.9] Document func parameter of locale.atof (GH-18183) (GH-32261)
Jelle Zijlstra
2022-04-02
1
-3/+3
*
bpo-45584: Clarify `math.trunc` documentation (GH-29183)
Miss Islington (bot)
2022-04-02
1
-8/+10
*
codecs docs: fix grammar mistake (GH-29462)
Miss Islington (bot)
2022-04-02
1
-1/+1
*
bpo-45114: Use lstat() instead of stat() in stat docs example (GH-29845)
Miss Islington (bot)
2022-04-02
1
-1/+1
*
bpo-47031: Improve documentation for `math.nan` (GH-32170)
Miss Islington (bot)
2022-04-02
1
-2/+17
*
bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32...
Miss Islington (bot)
2022-04-02
3
-2/+3
*
[3.9] bpo-47089: Avoid test_compileall failures on Windows (GH-32037). (GH-32...
Jeremy Kloth
2022-04-02
1
-49/+36
*
bpo-14911: Corrected generator.throw() documentation (GH-32207)
Miss Islington (bot)
2022-03-31
4
-8/+28
*
bpo-46775: OSError should call winerror_to_errno unconditionally on Windows (...
Miss Islington (bot)
2022-03-31
2
-8/+4
*
bpo-42340: Document issues around KeyboardInterrupt (GH-23255)
Miss Islington (bot)
2022-03-29
3
-0/+82
*
ctypes docs: Fix array-length reference to "non-negative" from "positive" (GH...
Miss Islington (bot)
2022-03-29
1
-1/+1
*
Fix typo in the sqlite3 docs (GH-31915) (GH-32158)
Miss Islington (bot)
2022-03-29
1
-1/+1
*
bpo-47138: Ensure Windows docs build uses the same pinned version as other pl...
Miss Islington (bot)
2022-03-29
1
-1/+2
*
bpo-27929: resolve names only for AF_INET/AF_INET6 with asyncio (GH-32131)
Miss Islington (bot)
2022-03-28
2
-1/+5
*
[3.9] bpo-44493: Add missing terminated NUL in sockaddr_un's length (GH-26866...
Miss Islington (bot)
2022-03-28
2
-1/+9
*
bpo-28516: document contextlib.ExitStack.__enter__ behavior (GH-31636) (GH-32...
Miss Islington (bot)
2022-03-28
1
-0/+3
*
bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (GH-32153)
Hugo van Kemenade
2022-03-28
2
-0/+3
*
bpo-47105: Cite grp.h instead of pwd.h in grp docs (GH-32091) (GH-32121)
Miss Islington (bot)
2022-03-26
1
-1/+1
*
Post 3.9.12
Łukasz Langa
2022-03-24
1
-1/+1
*
Python 3.9.12
v3.9.12
Łukasz Langa
2022-03-23
17
-74/+181
*
bpo-47101: list only activated algorithms in hashlib.algorithms_available (GH...
Miss Islington (bot)
2022-03-23
3
-1/+20
*
[3.9] bpo-47061: document module deprecations due to PEP 594 (GH-31984) (GH-3...
Hugo van Kemenade
2022-03-23
27
-22/+97
*
[3.9] bpo-46769: Improve documentation for `typing.TypeVar` (GH-31712) (GH-31...
Jelle Zijlstra
2022-03-23
2
-21/+89
*
[doc] configparser: avoid inline comments. (GH-31247)
Miss Islington (bot)
2022-03-23
1
-2/+4
*
Fix typo in Path.iterdir docs (GH-31822)
Miss Islington (bot)
2022-03-23
1
-1/+1
[prev]
[next]