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-26680: Incorporate is_integer in all built-in and standard library numeri...
Robert Smallshire
2020-10-01
19
-24/+230
*
bpo-41861: Convert _sqlite3 CursorType and ConnectionType to heap types (GH-2...
Erlend Egeberg Aasland
2020-10-01
6
-102/+74
*
bpo-41861: Convert _sqlite3 RowType and StatementType to heap types (GH-22444)
Erlend Egeberg Aasland
2020-10-01
9
-118/+71
*
bpo-41870: Avoid the test when nargs=0 (GH-22462)
Dong-hee Na
2020-10-01
1
-3/+3
*
Fix grammar in secrets module documentation (GH-22467)
Max Smolens
2020-09-30
1
-1/+1
*
bpo-41670: Remove outdated predict macro invocation. (GH-22026)
Mark Shannon
2020-09-29
3
-2/+21
*
bpo-41774: Add programming FAQ entry (GH-22402)
Terry Jan Reedy
2020-09-29
2
-0/+17
*
bpo-41773: Raise exception for non-finite weights in random.choices(). (GH-2...
Ram Rachum
2020-09-29
4
-3/+23
*
bpo-41873: Add vectorcall for float() (GH-22432)
Dennis Sweeney
2020-09-29
3
-0/+23
*
bpo-41861: Convert _sqlite3 PrepareProtocolType to heap type (GH-22428)
Erlend Egeberg Aasland
2020-09-28
5
-54/+33
*
bpo-41842: Add codecs.unregister() function (GH-22360)
Hai Shi
2020-09-28
11
-5/+108
*
bpo-41875: Use __builtin_unreachable when possible (GH-22433)
Dong-hee Na
2020-09-28
2
-1/+5
*
bpo-40105: ZipFile truncate in append mode with shorter comment (GH-19337)
Jan Mazur
2020-09-28
3
-0/+7
*
bpo-41870: Use PEP 590 vectorcall to speed up bool() (GH-22427)
Dong-hee Na
2020-09-28
2
-0/+27
*
[doc] Leverage the fact that the actual types can now be indexed for typing (...
Andre Delfino
2020-09-27
2
-30/+29
*
bpo-41861: Convert _sqlite3 cache and node static types to heap types (GH-22417)
Erlend Egeberg Aasland
2020-09-27
4
-99/+48
*
bpo-41858: Clarify line in optparse doc (GH-22407)
Emmanuel Arias
2020-09-27
1
-1/+1
*
Revert "Fix all Python Cookbook links (#22205)" (GH-22424)
Andre Delfino
2020-09-27
17
-20/+20
*
bpo-1635741: Port _bisect module to multi-phase init (GH-22415)
Dong-hee Na
2020-09-26
2
-9/+6
*
bpo-41428: Fix compiler warning in unionobject.c (GH-22416)
Victor Stinner
2020-09-26
1
-3/+3
*
Fix logging error message (GH-22410)
Eric Larson
2020-09-25
2
-14/+22
*
bpo-39934: Account for control blocks in 'except' in compiler. (GH-22395)
Mark Shannon
2020-09-25
3
-8/+23
*
bpo-41775: Make 'IDLE Shell' the shell title (#22399)
Terry Jan Reedy
2020-09-24
3
-1/+4
*
bpo-41428: Fix compiler warnings in unionobject.c (GH-22388)
Victor Stinner
2020-09-23
1
-3/+3
*
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
[next]