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
*
Doc: Prettier exception hierarchy. (GH-26533)
Julien Palard
2021-06-11
3
-65/+66
*
bpo-44342: [Enum] changed pickling from by-value to by-name (GH-26658)
Ethan Furman
2021-06-10
3
-25/+9
*
bpo-44368: Improve syntax errors with invalid as pattern targets (GH-26632)
Pablo Galindo
2021-06-10
4
-213/+332
*
bpo-44385: Remove unused grammar rules (GH-26655)
Lysandros Nikolaou
2021-06-10
2
-1267/+791
*
bpo-37022: Fix bug where pdb's do_p/do_pp commands swallow exceptions from re...
Daniel Hahler
2021-06-10
3
-14/+48
*
bpo-44356: [Enum] allow multiple data-type mixins if they are all the same (G...
Ethan Furman
2021-06-10
3
-4/+52
*
bpo-33962: Use ttk spinbox for IDLE indent space config (GH-22954)
Mark Roseman
2021-06-10
3
-118/+73
*
Run address sanitiser in the GitHub CI (GH-26640)
Pablo Galindo
2021-06-10
1
-0/+43
*
bpo-44357:Add `math.cbrt()` function: Cube Root (GH-26622)
Ajith Ramachandran
2021-06-10
6
-0/+36
*
bpo-44364:Add non integral tests for `sqrt()` (#26625)
Ajith Ramachandran
2021-06-10
2
-0/+5
*
bpo-44363: Get test_capi passing with address sanitizer (GH-26639)
Mark Shannon
2021-06-10
3
-1/+17
*
bpo-44348: Move trace-info to thread-state (GH-26623)
Mark Shannon
2021-06-10
4
-85/+73
*
bpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter (GH-26595)
Mark Shannon
2021-06-10
14
-218/+508
*
bpo-35800: Remove smtpd.MailmanProxy since 3.11 (GH-26617)
Dong-hee Na
2021-06-09
4
-111/+9
*
bpo-44368: Ensure we don't raise incorrect custom syntax errors with soft key...
Pablo Galindo
2021-06-09
3
-5/+31
*
bpo-21760: fix __file__ description (GH-19097)
Furkan Onder
2021-06-09
2
-3/+10
*
bpo-40468: Split IDLE settings General tab (GH-26621)
Terry Jan Reedy
2021-06-09
3
-141/+184
*
bpo-43693: Do not check co_cell2arg if a non-cell offset. (gh-26626)
Eric Snow
2021-06-09
1
-2/+5
*
bpo-44242: [Enum] remove missing bits test from Flag creation (GH-26586)
Ethan Furman
2021-06-09
4
-30/+309
*
Delete line that was accidentally copied. (GH-26624)
Mark Shannon
2021-06-09
1
-1/+0
*
bpo-44345: Fix 'generated by' comment in parser.c (GH-26615)
Akira Nonaka
2021-06-09
2
-2/+2
*
bpo-40468: Factor out class ExtPage in idlelib.configdialog (GH-26618)
Terry Jan Reedy
2021-06-09
2
-201/+216
*
bpo-44349: Fix edge case when displaying text from files with encoding in syn...
Pablo Galindo
2021-06-08
3
-2/+22
*
bpo-43833: Emit warnings for numeric literals followed by keyword (GH-25466)
Serhiy Storchaka
2021-06-08
5
-3/+246
*
bpo-43693: Un-revert commit f3fa63e. (#26609)
Eric Snow
2021-06-08
16
-4231/+4467
*
bpo-40468: Move IDLE helplist settings to extensions page of dialog. (GH-26593)
Terry Jan Reedy
2021-06-08
3
-139/+190
*
bpo-44335: Ensure the tokenizer doesn't go into Python with the error set (GH...
Pablo Galindo
2021-06-08
1
-3/+17
*
bpo-11105: document the new test.support.infinite_recursion context manager (...
Batuhan Taskaya
2021-06-08
1
-1/+7
*
bpo-11105: reduce the recursion limit for tests (GH-26550)
Batuhan Taskaya
2021-06-08
2
-2/+13
*
bpo-43795: Note Stable ABI PEP in What's New (GH-26479)
Petr Viktorin
2021-06-08
1
-0/+10
*
bpo-44329: Refactor sqlite3 statement creation (GH-26566)
Erlend Egeberg Aasland
2021-06-08
1
-43/+35
*
Revert "bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offset...
Pablo Galindo
2021-06-08
16
-4466/+4231
*
Fix compiler errors for unused variables (GH-26601)
Pablo Galindo
2021-06-08
2
-1/+2
*
bpo-44335: Fix a regression when identifying invalid characters in syntax err...
Pablo Galindo
2021-06-08
3
-1/+6
*
bpo-44348: Revert "bpo-39573: Py_TYPE becomes a static inline function (GH-26...
Pablo Galindo
2021-06-08
5
-52/+9
*
Use `from` imports (GH-26594)
Machinexa2
2021-06-08
1
-5/+4
*
bpo-42238: Doc CI: Disable suspicious checks. (GH-26575)
Julien Palard
2021-06-08
2
-2/+2
*
fix: use unambiguous punction in 'invalid escape sequence' message (GH-26582)
Ned Batchelder
2021-06-08
2
-3/+3
*
bpo-43693: Silence some compiler warnings. (gh-26588)
Eric Snow
2021-06-07
2
-5/+2
*
bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offsets. (gh-2...
Eric Snow
2021-06-07
16
-4231/+4466
*
Use absolute imports in IDLE tests (GH-26581)
Terry Jan Reedy
2021-06-07
1
-1/+1
*
bpo-41299: Reduce lag in Windows threading timeouts by using a higher precisi...
Ryan Hileman
2021-06-07
2
-4/+11
*
bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)
Eric Snow
2021-06-07
23
-5707/+6041
*
bpo-44187: Quickening infrastructure (GH-26264)
Mark Shannon
2021-06-07
12
-12/+416
*
bpo-44258: support PEP 515 for Fraction's initialization from string (GH-26422)
Sergey B Kirpichev
2021-06-07
5
-11/+85
*
bpo-37449: ensurepip uses importlib.resources.files() traversable APIs (#22659)
wim glenn
2021-06-07
3
-5/+5
*
bpo-44322: Document more SyntaxError details. (GH-26562)
Terry Jan Reedy
2021-06-07
2
-2/+11
*
bpo-44326: Remove unused members from pysqlite_Statement (GH-26564)
Erlend Egeberg Aasland
2021-06-06
2
-16/+2
*
bpo-44327: Remove unused members from pysqlite_Connection (GH-26565)
Erlend Egeberg Aasland
2021-06-06
2
-8/+0
*
Update bisect docstrings (GH-26548)
hrchu
2021-06-06
2
-11/+11
[next]