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-41654: Fix compiler warning in MemoryError_dealloc() (GH-22387)
Victor Stinner
2020-09-23
1
-1/+2
*
bpo-41833: threading.Thread now uses the target name (GH-22357)
Victor Stinner
2020-09-23
4
-10/+55
*
bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633)
Zackery Spytz
2020-09-23
8
-17/+46
*
bpo-33822: Update IDLE section of What's New 3.8 (GH-22383)
Terry Jan Reedy
2020-09-23
1
-0/+10
*
bpo-41844: Add IDLE section to What's New 3.9 (GN-22382)
Terry Jan Reedy
2020-09-23
1
-0/+14
*
bpo-41841: Prepare IDLE News for 3.10 (GH-22379)
Terry Jan Reedy
2020-09-23
1
-2/+7
*
bpo-37779 : Add information about the overriding behavior of ConfigParser.rea...
sblondon
2020-09-23
1
-0/+24
*
bpo-40170: Use inline _PyType_HasFeature() function (GH-22375)
Victor Stinner
2020-09-23
2
-2/+3
*
bpo-40941: Fix stackdepth compiler warnings (GH-22377)
Victor Stinner
2020-09-23
1
-4/+4
*
bpo-40941: Fix fold_tuple_on_constants() compiler warnings (GH-22378)
Victor Stinner
2020-09-23
1
-4/+2
*
bpo-40521: Fix PyUnicode_InternInPlace() (GH-22376)
Victor Stinner
2020-09-23
1
-0/+4
*
bpo-41834: Remove _Py_CheckRecursionLimit variable (GH-22359)
Victor Stinner
2020-09-23
7
-18/+10
*
bpo-1635741, unicodedata: add ucd_type parameter to UCD_Check() macro (GH-22328)
Mohamed Koubaa
2020-09-23
1
-13/+16
*
bpo-1635741: Port _lsprof extension to multi-phase init (PEP 489) (GH-22220)
Mohamed Koubaa
2020-09-23
3
-99/+139
*
bpo-41513: Improve order of adding fractional values. Improve variable names....
Raymond Hettinger
2020-09-23
1
-12/+12
*
bpo-41816: `StrEnum.__str__` is `str.__str__` (GH-22362)
Ethan Furman
2020-09-22
3
-0/+48
*
bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363)
Terry Jan Reedy
2020-09-22
4
-42/+51
*
bpo-41810: Reintroduce `types.EllipsisType`, `.NoneType` & `.NotImplementedTy...
Bas van Beek
2020-09-22
7
-5/+54
*
bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module...
Thomas Grainger
2020-09-22
3
-7/+92
*
bpo-41817: use new StrEnum to ensure all members are strings (GH-22348)
Ethan Furman
2020-09-22
2
-7/+8
*
bpo-40670: More reliable validation of statements in timeit.Timer. (GH-22358)
Serhiy Storchaka
2020-09-22
3
-0/+13
*
Py_IS_TYPE() macro uses Py_TYPE() (GH-22341)
Victor Stinner
2020-09-22
1
-1/+1
*
Enum: add extended AutoNumber example (GH-22349)
Ethan Furman
2020-09-22
2
-0/+27
*
bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350)
Terry Jan Reedy
2020-09-22
4
-9/+8
*
bpo-41756: Refactor gen_send_ex(). (GH-22330)
Serhiy Storchaka
2020-09-22
1
-94/+99
*
bpo-41816: add `StrEnum` (GH-22337)
Ethan Furman
2020-09-22
4
-22/+104
*
bpo-40084: Enum - dir() includes member attributes (GH-19219)
Angelin BOOZ
2020-09-21
5
-2/+20
*
bpo-1635741: Convert an _lsprof method to argument clinic (GH-22240)
Mohamed Koubaa
2020-09-21
2
-31/+86
*
bpo-41819: Fix compiler warning in init_dump_ascii_wstr() (GH-22332)
Samuel Marks
2020-09-21
1
-1/+1
*
bpo-41513: Add accuracy tests for math.hypot() (GH-22327)
Raymond Hettinger
2020-09-21
1
-0/+63
*
[doc] Teach 0-args form of super in Programming FAQ (GH-22176)
Andre Delfino
2020-09-20
1
-8/+7
*
bpo-12178: Fix escaping of escapechar in csv.writer() (GH-13710)
Berker Peksag
2020-09-20
3
-0/+20
*
bpo-41815: SQLite: segfault if backup called on closed database (GH-22322)
Peter McCormick
2020-09-20
3
-0/+13
*
Add missing whatsnew entry for TestCase.assertNoLogs (GH-22317)
Mark Dickinson
2020-09-19
2
-0/+8
*
bpo-33689: Blank lines in .pth file cause a duplicate sys.path entry (GH-20679)
idomic
2020-09-19
3
-1/+12
*
bpo-41811: create SortKey members using first given value (GH-22316)
Ethan Furman
2020-09-19
2
-3/+7
*
bpo-41756: Introduce PyGen_Send C API (GH-22196)
Vladimir Matveev
2020-09-19
7
-39/+148
*
Make fractional value accumulation consistent inside and outside the loop. (G...
Raymond Hettinger
2020-09-19
1
-5/+4
*
bpo-35293: Travis CI uses "make venv" for the doc (GH-22307)
Victor Stinner
2020-09-18
3
-8/+12
*
bpo-35293: Remove RemovedInSphinx40Warning (GH-22198)
Dong-hee Na
2020-09-18
2
-15/+22
*
bpo-41762: Fix usage of productionlist markup in the doc (GH-22281)
Victor Stinner
2020-09-18
8
-69/+70
*
Remove duplicated words words (GH-22298)
Serhiy Storchaka
2020-09-18
4
-5/+5
*
bpo-41808: Add What's New 3.9 entry missing from master (#22294)
Terry Jan Reedy
2020-09-18
1
-0/+5
*
bpo-27032, bpo-37328: Document removing HTMLParser.unescape(). (GH-22288)
Serhiy Storchaka
2020-09-17
1
-0/+6
*
bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)
Serhiy Storchaka
2020-09-17
5
-3/+34
*
bpo-41715: Fix potential catastrofic backtracking in c_analyzer. (GH-22091)
Serhiy Storchaka
2020-09-17
1
-6/+6
*
Enum: make `Flag` and `IntFlag` members iterable (GH-22221)
Ethan Furman
2020-09-16
4
-0/+32
*
_auto_called cleanup (GH-22285)
Ethan Furman
2020-09-16
2
-1/+12
*
bpo-41746: Add type information to asdl_seq objects (GH-22223)
Pablo Galindo
2020-09-16
22
-1087/+1339
*
acknowledge Weipeng Hong's contributions (GH-22284)
Ethan Furman
2020-09-16
1
-0/+1
[next]