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-43651: PEP 597: Fix EncodingWarning in some tests (GH-25189)
Inada Naoki
2021-04-06
11
-63/+73
*
bpo-42128: __match_args__ can't be a list anymore (GH-25203)
Brandt Bucher
2021-04-06
4
-16/+26
*
bpo-43651: Fix EncodingWarning in sysconfig (GH-25192)
Inada Naoki
2021-04-06
1
-2/+3
*
bpo-20503: Show how isinstance() works with ABC registered classes. (GH-25175)
Raymond Hettinger
2021-04-05
1
-0/+35
*
bpo-36470: Allow dataclasses.replace() to handle InitVars with default values...
Zackery Spytz
2021-04-05
3
-1/+21
*
bpo-43087: Fix error in ctypes "Incomplete Types" doc (GH-24404)
Zackery Spytz
2021-04-05
1
-2/+2
*
Fix typo in turtledemo.two_canvases. (GH-25194)
Terry Jan Reedy
2021-04-05
1
-1/+1
*
Post 3.10.0a7
Pablo Galindo
2021-04-05
1
-1/+1
*
Python 3.10.0a7
v3.10.0a7
Pablo Galindo
2021-04-05
92
-5325/+8322
*
Fix the "make suspicious" check on the pprint docs (GH-25193)
Pablo Galindo
2021-04-05
1
-2/+2
*
bpo-43084: Return bool instead of int from curses.window.enclose() (GH-24398)
Serhiy Storchaka
2021-04-05
5
-19/+18
*
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25181)
Inada Naoki
2021-04-05
11
-50/+55
*
bpo-43651: PEP 597: Fix EncodingWarning in test_filecmp (GH-25159)
Inada Naoki
2021-04-05
1
-6/+6
*
bpo-43651: PEP 597: Fix test_email (GH-25158)
Inada Naoki
2021-04-05
2
-27/+27
*
bpo-41370: Add note about ForwardRefs and PEP585 generic types in docs (#25183)
Ken Jin
2021-04-04
1
-2/+7
*
bpo-24160: Fix test_pdb refleaks failure (GH-25182)
Irit Katriel
2021-04-04
1
-3/+3
*
bpo-27129: Update magic numbers and bootstrapping for GH-25069 (GH-25172)
Dennis Sweeney
2021-04-04
3
-2/+3
*
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25171)
Inada Naoki
2021-04-04
6
-14/+14
*
bpo-43325: Add FAQ entry for identity tests (GH-25168)
Raymond Hettinger
2021-04-04
2
-3/+89
*
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)
Inada Naoki
2021-04-04
19
-75/+78
*
bpo-43720: Update import-related stdlib deprecation messages to say they will...
Brett Cannon
2021-04-03
5
-7/+16
*
Replace broken example code with correct simpler code. (GH-25162)
Raymond Hettinger
2021-04-03
1
-2/+2
*
Add more tests for the descriptor tutorial (GH-25164)
Raymond Hettinger
2021-04-03
1
-7/+57
*
bpo-43705: Document that SyntaxError's offsets are 1-indexed (GH-25153)
Ammar Askar
2021-04-02
1
-3/+19
*
bpo-43672: raise ImportWarning when calling find_loader() (GH-25119)
Brett Cannon
2021-04-02
13
-618/+612
*
bpo-24160: Fix breakpoints persistence across multiple pdb sessions (GH-21989)
Irit Katriel
2021-04-02
4
-13/+144
*
bpo-31956: Add start and stop parameters to array.index() (GH-25059)
Zackery Spytz
2021-04-02
6
-12/+87
*
bpo-41111: xxlimited.c defines Py_LIMITED_API (GH-25151)
Victor Stinner
2021-04-02
5
-11/+7
*
bpo-43688: Support "make regen-limited-abi" in debug mode (GH-25133)
Victor Stinner
2021-04-02
1
-5/+0
*
bpo-43688: Support the limited C API in debug mode (GH-25131)
Victor Stinner
2021-04-02
6
-25/+82
*
bpo-43687: Py_Initialize() creates singletons earlier (GH-25147)
Victor Stinner
2021-04-02
8
-85/+128
*
Document PyCode_Addr2Line function. (GH-25111)
Mark Shannon
2021-04-02
1
-0/+8
*
bpo-43510: Fix emitting EncodingWarning from _io module. (GH-25146)
Inada Naoki
2021-04-02
2
-13/+17
*
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25142)
Inada Naoki
2021-04-02
11
-31/+36
*
bpo-43700: Replace Zulip badge with Discourse badge (GH-25141)
Erlend Egeberg Aasland
2021-04-02
1
-3/+3
*
bpo-43651: Fix test_compileall with PEP 597 (GH-25128)
Inada Naoki
2021-04-02
3
-9/+9
*
bpo-43651: Fix EncodingWarning in lib2to3/pgen2/pgen.py (GH-25127)
Inada Naoki
2021-04-01
1
-1/+1
*
bpo-43651: Fix EncodingWarning in test_warnings (GH-25126)
Inada Naoki
2021-04-01
1
-3/+3
*
bpo-26053: Fix test_pdb.test_issue26053() (GH-25139)
Irit Katriel
2021-04-01
1
-3/+3
*
bpo-43677: Fix a minor error in Doc/howto/descriptor.rst (#25123)
Zackery Spytz
2021-04-01
1
-1/+1
*
bpo-26053: Fix args echoed by pdb run command (#22033)
Irit Katriel
2021-04-01
3
-1/+15
*
bpo-27129: Use instruction offsets, not byte offsets, in bytecode and interna...
Mark Shannon
2021-04-01
14
-4562/+4561
*
bpo-43688: Fix Py_LIMITED_API version of xxlimited (GH-25135)
Victor Stinner
2021-04-01
3
-6/+6
*
bpo-43690: stable_abi.py no longer parses macros (GH-25136)
Victor Stinner
2021-04-01
2
-33/+1
*
bpo-43688: Run make regen-limited-abi (GH-25134)
Victor Stinner
2021-04-01
1
-0/+2
*
Fix typos in 3.10 "What's new" (GH-25104)
Don Kirkby
2021-04-01
1
-4/+4
*
When printing stats, move radix tree info to its own section. (GH-25125)
Tim Peters
2021-04-01
1
-9/+14
*
bpo-43651: Fix EncodingWarning in test_io (GH-25097)
Inada Naoki
2021-04-01
1
-67/+78
*
bpo-43651: Fix EncodingWarning in test_file and test_file_eintr (GH-25109)
Inada Naoki
2021-04-01
2
-2/+2
*
bpo-42955: Add _overlapped to sys.stdlib_module_names (GH-25122)
Victor Stinner
2021-04-01
2
-0/+2
[next]