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-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.10] More minor fixes to C API docs (GH-31525) (GH-32258)
Jelle Zijlstra
2022-04-02
13
-28/+29
*
[3.10] Document func parameter of locale.atof (GH-18183) (GH-32262)
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
*
os docs: fix typo (GH-28996)
Miss Islington (bot)
2022-04-02
1
-1/+1
*
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
*
More minor fixes to C API docs (GH-31714)
Miss Islington (bot)
2022-04-02
5
-11/+9
*
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
*
bpo-47089: Avoid test_compileall failures on Windows (GH-32037)
Miss Islington (bot)
2022-04-01
1
-48/+36
*
[3.10] bpo-47182: Fix crash by named unicode characters after interpreter rei...
Christian Heimes
2022-04-01
2
-0/+5
*
bpo-47151: Fallback to fork when vfork fails in subprocess. (GH-32186)
Miss Islington (bot)
2022-03-31
2
-0/+9
*
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
*
Fix typo in the sqlite3 docs (GH-31915) (GH-32157)
Miss Islington (bot)
2022-03-29
1
-1/+1
*
ctypes docs: Fix array-length reference to "non-negative" from "positive" (GH...
Miss Islington (bot)
2022-03-29
1
-1/+1
*
[3.10] bpo-28516: document contextlib.ExitStack.__enter__ behavior (GH-31636)...
Jelle Zijlstra
2022-03-29
1
-0/+3
*
bpo-47138: Ensure Windows docs build uses the same pinned version as other pl...
Steve Dower
2022-03-28
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.10] bpo-44493: Add missing terminated NUL in sockaddr_un's length (GH-2686...
Miss Islington (bot)
2022-03-28
2
-1/+9
*
bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (GH-32154)
Hugo van Kemenade
2022-03-28
2
-0/+3
*
[3.10] bpo-47117: Don't crash if we fail to decode characters when the tokeni...
Pablo Galindo Salgado
2022-03-26
2
-2/+9
*
bpo-47105: Cite grp.h instead of pwd.h in grp docs (GH-32091) (GH-32120)
Miss Islington (bot)
2022-03-26
1
-1/+1
*
Merge remote-tracking branch 'upstream/3.10' into 3.10
Pablo Galindo
2022-03-24
5
-48/+40
|
\
|
*
bpo-47104: Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase (GH...
Miss Islington (bot)
2022-03-23
2
-47/+20
|
*
[3.10] bpo-47101: list only activated algorithms in hashlib.algorithms_availa...
Christian Heimes
2022-03-23
3
-1/+20
*
|
Post 3.10.4
Pablo Galindo
2022-03-24
1
-1/+1
*
|
Python 3.10.4
v3.10.4
Pablo Galindo
2022-03-23
15
-67/+158
|
/
*
Correctly document class instead of function (GH-32016)
Miss Islington (bot)
2022-03-23
1
-4/+4
*
[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
*
[3.10] bpo-46769: Improve documentation for `typing.TypeVar` (GH-31712) (GH-3...
Alex Waygood
2022-03-23
2
-21/+89
*
bpo-2604: Make doctest.DocTestCase reset globs in teardown (GH-31932)
Miss Islington (bot)
2022-03-22
3
-0/+20
*
bpo-44336: Prevent tests hanging on child process handles on Windows (GH-26578)
Jeremy Kloth
2022-03-22
2
-185/+117
*
[3.10] bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910) (#32047)
Miss Islington (bot)
2022-03-22
3
-6/+37
*
[3.10] bpo-47061: document module deprecations due to PEP 594 (GH-31984) (GH-...
Miss Islington (bot)
2022-03-22
27
-22/+97
*
bpo-12029: [doc] clarify that except does not match virtual subclasses of the...
Irit Katriel
2022-03-21
2
-5/+7
*
bpo-23691: Protect the re.finditer() iterator from re-entering (GH-32012)
Miss Islington (bot)
2022-03-21
3
-4/+42
*
[3.10] bpo-38256: Fix binascii.crc32 large input. (GH-32000) (GH-32013)
Gregory P. Smith
2022-03-20
3
-10/+27
*
[3.10] bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-...
Hugo van Kemenade
2022-03-20
8
-4/+18
*
bpo-42369: Fix thread safety of zipfile._SharedFile.tell (GH-26974)
Miss Islington (bot)
2022-03-20
2
-1/+4
*
bpo-46013: Fix confusing kerning on period in docs (GH-29989) (GH-32005)
Miss Islington (bot)
2022-03-20
1
-1/+1
*
[3.10] bpo-47040: improve document of checksum functions (GH-31955) (GH-32002)
Ma Lin
2022-03-20
2
-12/+9
[next]