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
...
*
gh-92311: Add tests for frame_setlineno jumping over listcomps (GH-92741)
Miss Islington (bot)
2022-05-14
1
-0/+48
*
gh-92611: Link to PEP 594 sections & add key detail in doc deprecation notice...
Miss Islington (bot)
2022-05-13
21
-22/+46
*
Fix typo in argparse docs. (GH-92691) (#92709)
Miss Islington (bot)
2022-05-13
1
-1/+1
*
Document Py_ssize_t. (GH-92512)
Miss Islington (bot)
2022-05-13
10
-24/+31
*
GH-92236: Remove spurious "line" event when starting coroutine or generator. ...
Miss Islington (bot)
2022-05-13
4
-0/+107
*
gh-90473: Increase stack size, disable obmalloc on WASI (GH-92732)
Miss Islington (bot)
2022-05-13
5
-10/+44
*
gh-92436: __future__ docs: add note on expectations for "from __future__ impo...
Miss Islington (bot)
2022-05-12
1
-1/+9
*
Update outdated `LOAD_METHOD` comments in `Python/ceval.c` (GH-92641)
Miss Islington (bot)
2022-05-12
1
-2/+2
*
gh-89653: PEP 670: unicodeobject.h uses _Py_CAST() (GH-92696) (GH-92703)
Miss Islington (bot)
2022-05-12
2
-9/+15
*
gh-89653: PEP 670: Use PyObject* type for parameters (GH-92694)
Miss Islington (bot)
2022-05-11
3
-15/+20
*
gh-92031, test_embed: Improve test for unquickening static code (GH-92440)
Miss Islington (bot)
2022-05-11
1
-10/+30
*
Fix minor documentation error in bisect docs (GH-92697)
Miss Islington (bot)
2022-05-11
1
-1/+1
*
gh-89653: PEP 670: Limited API doesn't cast arguments (GH-92654)
Miss Islington (bot)
2022-05-11
3
-3/+13
*
gh-90978: asyncio TestSSL uses SHORT_TIMEOUT (GH-92642)
Miss Islington (bot)
2022-05-11
1
-10/+13
*
bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307)
Miss Islington (bot)
2022-05-11
2
-16/+21
*
[3.11] gh-89336: Fix configparser.RawConfigParser.readfp typo (GH-92636) (GH-...
Miss Islington (bot)
2022-05-11
1
-1/+1
*
[3.11] gh-91810: ElementTree: Use text file's encoding by default in XML decl...
Miss Islington (bot)
2022-05-11
3
-30/+29
*
[3.11] Fix typo in unittest.rst: addCleanupModule -> addModuleCleanup (GH-926...
Miss Islington (bot)
2022-05-11
1
-1/+1
*
Update numbers.rst (GH-31995)
Miss Islington (bot)
2022-05-11
1
-2/+2
*
gh-91966 Document where key functions are applied in the bisect module (GH-92...
Miss Islington (bot)
2022-05-11
1
-15/+52
*
gh-92550: Fix pathlib.Path.rglob() for empty pattern (GH-92604)
Miss Islington (bot)
2022-05-11
3
-1/+7
*
Fix inconsistent return type for statistics median_grouped() gh-92531 (GH-92...
Miss Islington (bot)
2022-05-11
3
-14/+22
*
Revert "gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)" (GH-9...
Serhiy Storchaka
2022-05-11
5
-2/+38
*
gh-92619: Fix bug where the compiler duplicates exit blocks unnecessarily (GH...
Miss Islington (bot)
2022-05-10
3
-16/+17
*
gh-91731: Fix typo in pymacro.h (GH-92618)
Miss Islington (bot)
2022-05-10
1
-1/+1
*
[3.11] gh-76773: Update docs mentioning no-longer-supported Windows versions ...
Miss Islington (bot)
2022-05-10
9
-115/+70
*
Add `__slots__` to `typing._NotIterable` (GH-92570)
Miss Islington (bot)
2022-05-10
1
-0/+1
*
gh-92417: `zlib` docs, `binascii` docs: remove Python 2 compatibility notes (...
Miss Islington (bot)
2022-05-10
2
-6/+0
*
[3.11] gh-92417: `unittest.mock` docs: remove references to Python <2.6 (GH-9...
Miss Islington (bot)
2022-05-10
2
-2/+2
*
gh-92256: Improve Argument Clinic parser error messages (GH-92268)
Miss Islington (bot)
2022-05-10
1
-3/+9
*
gh-92261: Disallow iteration of Union (and other special forms) (GH-92262) (G...
Miss Islington (bot)
2022-05-10
4
-5/+72
*
bpo-13553: Document tkinter.Tk args (GH-4786)
Miss Islington (bot)
2022-05-10
3
-14/+71
*
gh-91928: Add what's new entry for datetime.UTC alias (GH-92567)
Miss Islington (bot)
2022-05-10
1
-0/+2
*
gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)
Miss Islington (bot)
2022-05-10
5
-38/+2
*
bpo-46907: Update Windows installer to SQLite 3.38.4. (GH-92322)
Miss Islington (bot)
2022-05-09
4
-3/+4
*
Doc: Update py2app link. (GH-91585)
Miss Islington (bot)
2022-05-09
1
-1/+1
*
gh-91731: Add macro compatibility for static_assert for old libcs (GH-92559) ...
Miss Islington (bot)
2022-05-09
1
-0/+8
*
gh-91345: Talk about ``sys._getframe`` compatibility in 3.11 whatsnew (GH-92552)
Miss Islington (bot)
2022-05-09
1
-4/+5
*
What's New in Python 3.11: move C API changes (GH-92390)
Miss Islington (bot)
2022-05-09
1
-31/+31
*
Enhance PyConfig documentation (GH-92394)
Miss Islington (bot)
2022-05-09
1
-37/+46
*
gh-90005: Cleanup after GH-31698 (GH-91642)
Miss Islington (bot)
2022-05-09
2
-43/+43
*
CODEOWNERS: Add Erlend Aasland as sqlite3 code owner (GH-92535)
Miss Islington (bot)
2022-05-09
1
-1/+1
*
bpo-38056: overhaul Error Handlers section in codecs documentation (GH-15732)
Miss Islington (bot)
2022-05-09
3
-74/+127
*
pdb docs: workaround for double semicolon in strings (GH-17011)
Miss Islington (bot)
2022-05-08
1
-1/+2
*
bpo-39229: fix formatting in library/functions.rst (GH-17857)
Miss Islington (bot)
2022-05-08
1
-2/+2
*
gh-77521: Add link to builtin module names in modules tutorial (GH-92438)
Miss Islington (bot)
2022-05-08
1
-1/+2
*
gh-90622: Do not spawn ProcessPool workers on demand via fork method. (GH-915...
Miss Islington (bot)
2022-05-08
3
-11/+49
*
Use percentage over factor for 3.11 whatsnew performance (GH-92496)
Miss Islington (bot)
2022-05-08
1
-1/+1
*
gh-80856: doc: reveal doctest directives (GH-92318)
Miss Islington (bot)
2022-05-08
1
-17/+37
*
Fix the `versionadded` for asyncio.StreamWriter.start_tls() (GH-92378)
Miss Islington (bot)
2022-05-08
1
-1/+1
[prev]
[next]