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
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes"...
Serhiy Storchaka
2020-10-09
7
-94/+35
*
Revert "bpo-26680: Incorporate is_integer in all built-in and standard librar...
Raymond Hettinger
2020-10-07
2
-14/+5
*
bpo-41867: List options for timespec in docstrings of isoformat methods (GH-2...
Ram Rachum
2020-10-03
1
-4/+8
*
Update link to supporting references (GH-22488)
Raymond Hettinger
2020-10-02
1
-1/+1
*
bpo-26680: Incorporate is_integer in all built-in and standard library numeri...
Robert Smallshire
2020-10-01
2
-5/+14
*
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-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
2
-1/+34
*
bpo-41861: Convert _sqlite3 cache and node static types to heap types (GH-22417)
Erlend Egeberg Aasland
2020-09-27
4
-99/+48
*
bpo-1635741: Port _bisect module to multi-phase init (GH-22415)
Dong-hee Na
2020-09-26
1
-9/+5
*
bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633)
Zackery Spytz
2020-09-23
3
-13/+8
*
bpo-40170: Use inline _PyType_HasFeature() function (GH-22375)
Victor Stinner
2020-09-23
1
-1/+2
*
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
2
-99/+137
*
bpo-41513: Improve order of adding fractional values. Improve variable names....
Raymond Hettinger
2020-09-23
1
-12/+12
*
bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module...
Thomas Grainger
2020-09-22
1
-0/+4
*
bpo-1635741: Convert an _lsprof method to argument clinic (GH-22240)
Mohamed Koubaa
2020-09-21
2
-31/+86
*
bpo-12178: Fix escaping of escapechar in csv.writer() (GH-13710)
Berker Peksag
2020-09-20
1
-0/+3
*
bpo-41815: SQLite: segfault if backup called on closed database (GH-22322)
Peter McCormick
2020-09-20
1
-0/+4
*
bpo-41756: Introduce PyGen_Send C API (GH-22196)
Vladimir Matveev
2020-09-19
1
-5/+22
*
Make fractional value accumulation consistent inside and outside the loop. (G...
Raymond Hettinger
2020-09-19
1
-5/+4
*
bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)
Serhiy Storchaka
2020-09-17
1
-2/+5
*
bpo-41513: Add docs and tests for hypot() (GH-22238)
Raymond Hettinger
2020-09-14
1
-7/+7
*
bpo-1635741: Port cmath to multi-phase init (PEP 489) (GH-22165)
Mohamed Koubaa
2020-09-10
1
-30/+48
*
bpo-41687: Fix error handling in Solaris sendfile implementation (GH-22128)
Jakub Kulík
2020-09-09
1
-3/+2
*
bpo-1635741: port scproxy to multi-phase init (GH-22164)
Mohamed Koubaa
2020-09-09
1
-13/+9
*
bpo-1635741: Convert _sha256 types to heap types (GH-22134)
Mohamed Koubaa
2020-09-08
2
-103/+126
*
bpo-1635741: Port the termios to multi-phase init (PEP 489) (GH-22139)
Mohamed Koubaa
2020-09-08
1
-81/+101
*
bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909)
Erlend Egeberg Aasland
2020-09-07
2
-66/+16
*
bpo-1635741 port _curses_panel to multi-phase init (PEP 489) (GH-21986)
Mohamed Koubaa
2020-09-07
2
-155/+271
*
bpo-1635741: Port _overlapped module to multi-phase init (GH-22051)
Mohamed Koubaa
2020-09-07
1
-67/+106
*
bpo-1635741: Port _opcode module to multi-phase init (PEP 489) (GH-22050)
Mohamed Koubaa
2020-09-07
1
-14/+7
*
bpo-1635741 port zlib module to multi-phase init (GH-21995)
Mohamed Koubaa
2020-09-07
2
-252/+362
*
bpo-41513: Expand comments and add references for a better understanding (GH-...
Raymond Hettinger
2020-09-06
1
-5/+21
*
bpo-1635741: Port _sha1, _sha512, _md5 to multiphase init (GH-21818)
Mohamed Koubaa
2020-09-06
6
-251/+357
*
bpo-40318: Migrate to SQLite3 trace v2 API (GH-19581)
Erlend Egeberg Aasland
2020-09-05
1
-0/+36
*
bpo-41687: Fix sendfile implementation to work with Solaris (#22040)
Jakub Kulík
2020-09-05
1
-0/+19
*
bpo-41638: Improve ProgrammingError message for absent parameter. (GH-21999)
Serhiy Storchaka
2020-09-04
1
-1/+1
*
bpo-41713: _signal doesn't use multi-phase init (GH-22087)
Victor Stinner
2020-09-04
1
-7/+13
*
bpo-1635741: Port _signal module to multi-phase init (PEP 489) (GH-22049)
Mohamed Koubaa
2020-09-03
1
-82/+86
*
closes bpo-41689: Preserve text signature from tp_doc in C heap type creation...
Benjamin Peterson
2020-09-02
1
-0/+30
*
bpo-41675: Modernize siginterrupt calls (GH-22028)
Pablo Galindo
2020-09-02
1
-1/+13
*
bpo-1635741: Port _sha3 module to multi-phase init (GH-21855)
Mohamed Koubaa
2020-09-02
1
-136/+193
*
bpo-1635741: Port _blake2 module to multi-phase init (GH-21856)
Mohamed Koubaa
2020-09-02
3
-118/+118
*
Improve hypot() accuracy with three separate accumulators (GH-22032)
Raymond Hettinger
2020-09-02
1
-4/+4
*
Further improve accuracy of math.hypot() (GH-22013)
Raymond Hettinger
2020-08-30
1
-3/+8
*
bpo-41513: Save unnecessary steps in the hypot() calculation (#21994)
Raymond Hettinger
2020-08-29
1
-5/+10
*
Fix typos in comment (GH-21966)
Raymond Hettinger
2020-08-26
1
-2/+2
*
bpo-40077: Convert _operator to use PyType_FromSpec (GH-21954)
Dong-hee Na
2020-08-26
1
-156/+142
[next]