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-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
*
bpo-41513: More accurate hypot() (GH-21916)
Raymond Hettinger
2020-08-25
1
-37/+111
*
bpo-41568: Fix refleaks in zoneinfo subclasses (GH-21907)
Paul Ganssle
2020-08-17
1
-3/+3
*
Update the comment of termios.c (#21886)
Soumendra Ganguly
2020-08-16
1
-1/+1
*
bpo-41513: Improve speed and accuracy of math.hypot() (GH-21803)
Raymond Hettinger
2020-08-16
1
-3/+38
*
bpo-31122: ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError w...
Dima Tisnek
2020-08-15
1
-4/+5
*
bpo-40878: xlc cannot handle C99 extern inline. (GH-21887)
Stefan Krah
2020-08-15
1
-1/+1
*
bpo-41025: Fix subclassing for zoneinfo.ZoneInfo (GH-20965)
Paul Ganssle
2020-08-14
1
-1/+1
*
bpo-1635741: Port _winapi ext to multi-stage init (GH-21371)
Mohamed Koubaa
2020-08-13
1
-73/+78
*
Catch all skip_handler cases (GH-21842)
Stefan Krah
2020-08-12
1
-3/+3
*
Call randseed() before other imports in deccheck.py (GH-21834)
Stefan Krah
2020-08-11
1
-8/+8
*
bpo-1635741: Port multiprocessing ext to multiphase init (GH-21378)
Mohamed Koubaa
2020-08-11
1
-42/+60
*
Replace import_fresh_module in decimal test files (GH-21815)
Stefan Krah
2020-08-10
3
-12/+9
*
bpo-41324 Add a minimal decimal capsule API (#21519)
Stefan Krah
2020-08-10
3
-7/+505
*
bpo-41440: add os.cpu_count() support for VxWorks RTOS (GH-21685)
pxinwr
2020-08-07
1
-0/+5
*
bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536)
Hans Petter Jansson
2020-08-04
2
-223/+221
*
Fix atexitmodule doc (GH-21456)
linchiwei123
2020-07-26
1
-1/+1
*
bpo-41369 Update to libmpdec-2.5.1: new features (GH-21593)
Stefan Krah
2020-07-22
2
-0/+377
*
bpo-41336: Fix the error handling in zoneinfo_new_instance() (GH-21546)
Zackery Spytz
2020-07-20
1
-1/+7
*
bpo-41288: Refactor of unpickling NEWOBJ and NEWOBJ_EX opcodes. (GH-21472)
Serhiy Storchaka
2020-07-18
1
-76/+33
*
bpo-40941: Unify implicit and explicit state in the frame and generator objec...
Mark Shannon
2020-07-17
1
-1/+1
*
bpo-41195: Add getter for Openssl security level (GH-21282)
matthewhughes934
2020-07-17
1
-0/+13
*
bpo-40150: Fix mismatched argument in RegisterWaitForSingleObject() call (GH-...
Zackery Spytz
2020-07-15
1
-3/+2
[next]