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
...
*
[3.11] GH-104284: Fix documentation gettext build (GH-104296) (#104299)
Miss Islington (bot)
2023-05-08
1
-10/+10
*
[3.11] GH-104145: Use fully-qualified cross reference types for the bisect mo...
Miss Islington (bot)
2023-05-08
1
-10/+12
*
[3.11] gh-103193: Improve `getattr_static` test coverage (GH-104286) (#104290)
Miss Islington (bot)
2023-05-08
1
-0/+29
*
[3.11] gh-102500: Remove mention of bytes shorthand (#104281) (#104288)
Alex Waygood
2023-05-08
1
-8/+4
*
[3.11] gh-104265 Disallow instantiation of `_csv.Reader` and `_csv.Writer` (G...
Miss Islington (bot)
2023-05-08
3
-3/+14
*
[3.11] gh-100370: fix OverflowError in sqlite3.Connection.blobopen for 32-bit...
Erlend E. Aasland
2023-05-08
4
-9/+36
*
[3.11] gh-103225: Fixed zero lineno issue for pdb (#103265) (#104262)
Tian Gao
2023-05-07
3
-2/+39
*
[3.11] gh-96670: Raise SyntaxError when parsing NULL bytes (GH-97594) (#104195)
Lysandros Nikolaou
2023-05-07
9
-22/+77
*
[3.11] Re-enable commented-out test in test_generators.py (GH-104130) (#104261)
Miss Islington (bot)
2023-05-07
1
-5/+4
*
[3.11] gh-104018: remove unused format "z" handling in string formatfloat() (...
Miss Islington (bot)
2023-05-07
4
-8/+0
*
[3.11] gh-104254: Document the optional keyword-only "context" argument to Ta...
Miss Islington (bot)
2023-05-07
1
-4/+8
*
[3.11] gh-103886: Improve `builtins.__doc__` (GH-104179) (#104257)
Miss Islington (bot)
2023-05-07
1
-2/+9
*
[3.11] gh-101640: Make argparse _print_message catch any write error (GH-1018...
Miss Islington (bot)
2023-05-06
3
-3/+37
*
[3.11] Rewrite the turtledemo makeGraphFrame method (GH-104224) (#104238)
Miss Islington (bot)
2023-05-06
1
-10/+14
*
[3.11] GH-97950: Use new-style index directive ('builtin') (GH-104164) (#104221)
Miss Islington (bot)
2023-05-06
23
-77/+77
*
[3.11] gh-64658: Expand Argument Clinic return converter docs (#104175) (#104...
Erlend E. Aasland
2023-05-05
1
-13/+28
*
[3.11] gh-104106: Add gcc fallback of mkfifoat/mknodat for macOS (gh-104129) ...
Dong-hee Na
2023-05-05
2
-0/+9
*
[3.11] gh-104112: link from cached_property docs to method-caching FAQ (GH-10...
Miss Islington (bot)
2023-05-04
1
-12/+4
*
[3.11] GH-97950: Use new-style index directive ('statement') (GH-104162) (#10...
Miss Islington (bot)
2023-05-04
9
-53/+53
*
[3.11] GH-97950: Use new-style index directive ('exception') (GH-104160) (#10...
Adam Turner
2023-05-04
3
-13/+13
*
[3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159)
Miss Islington (bot)
2023-05-04
31
-143/+143
*
[3.11] GH-97950: Use new-style index directive ('operator') (GH-104156) (#104...
Miss Islington (bot)
2023-05-04
3
-54/+54
*
[3.11] GH-97950: Use new-style index directive ('keyword') (GH-104153) (#104155)
Miss Islington (bot)
2023-05-04
4
-28/+28
*
[3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154)
Adam Turner
2023-05-04
33
-69/+65
*
[3.11] GH-97950: Allow translation of index directive content (GH-104000) (#1...
Miss Islington (bot)
2023-05-04
2
-0/+34
*
[3.11] gh-101100: Fix Sphinx warnings in `curses` and `curses.ascii` modules ...
Miss Islington (bot)
2023-05-03
3
-468/+500
*
[3.11] gh-104049: do not expose on-disk location from SimpleHTTPRequestHandle...
Miss Islington (bot)
2023-05-03
3
-1/+11
*
[3.11] gh-103590: do not wrap a single exception raised from a try-except* (#...
Irit Katriel
2023-05-02
4
-25/+31
*
[3.11] gh-65022: Fix description of tuple return value in copyreg (GH-103892)...
Shantanu
2023-05-02
1
-2/+2
*
[3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088)
Rafael Fontenelle
2023-05-02
41
-61/+79
*
[3.11] gh-102997: Update Windows installer to SQLite 3.41.2. (#102999) (#104085)
Erlend E. Aasland
2023-05-02
4
-3/+4
*
[3.11] Improve assert_type phrasing (GH-104081) (#104084)
Miss Islington (bot)
2023-05-02
2
-6/+8
*
[3.11] GH-103472: close response in HTTPConnection._tunnel (GH-103473) (#104077)
Miss Islington (bot)
2023-05-02
3
-15/+43
*
[3.11] Replace Netlify with Read the Docs build previews (#103843) (#104083)
Hugo van Kemenade
2023-05-02
4
-0/+62
*
[3.11] gh-102997: Update macOS installer to SQLite 3.41.2. (GH-104080)
Miss Islington (bot)
2023-05-02
2
-3/+4
*
[3.11] gh-88496: IDLE - fix another test on macOS (GH-104075) (#104076)
Miss Islington (bot)
2023-05-02
1
-2/+3
*
[3.11] gh-104018: disallow "z" format specifier in %-format of byte strings (...
Miss Islington (bot)
2023-05-01
3
-1/+3
*
[3.11] gh-100458: Clarify Enum.__format__() change of mixed-in types in the w...
Miss Islington (bot)
2023-05-01
1
-13/+5
*
[3.11] gh-104035: Do not ignore user-defined `__{get,set}state__` in slotted ...
Miss Islington (bot)
2023-05-01
3
-2/+74
*
[3.11] gh-104036: Fix direct invocation of test_typing (GH-104037) (#104039)
Miss Islington (bot)
2023-05-01
1
-1/+1
*
[3.11] Adjust expression from `==` to `!=` in alignment with the meaning of t...
Miss Islington (bot)
2023-05-01
1
-1/+1
*
[3.11] gh-88496: Fix IDLE test hang on macOS (GH-104025) (#104027)
Miss Islington (bot)
2023-05-01
3
-2/+3
*
[3.11] Improve int test coverage (GH-104024) (#104026)
Miss Islington (bot)
2023-05-01
1
-0/+20
*
[3.11] Update name in acknowledgements and add mailmap (GH-103696) (#104002)
Miss Islington (bot)
2023-04-30
2
-1/+4
*
[3.11] Fix description of MAKE_CELL (#103986)
Shantanu
2023-04-29
1
-1/+1
*
[3.11] gh-99032: datetime docs: Encoding is no longer relevant (GH-93365) (#1...
Miss Islington (bot)
2023-04-29
1
-4/+1
*
[3.11] GH-103971: Fix incorrect locations for code following case blocks
Tian Gao
2023-04-28
3
-0/+16
*
[3.11] gh-98822: Correct a few TESTSUBDIRS entries (GH-103970)
Zachary Ware
2023-04-28
1
-3/+3
*
[3.11] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102...
Petr Viktorin
2023-04-28
8
-97/+1800
*
[3.11] gh-100021: Document that sqlite3's executemany() discards resulting ro...
Erlend E. Aasland
2023-04-28
1
-2/+9
[prev]
[next]