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-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (#5663)
Christian Heimes
2018-02-27
1
-0/+4
*
bpo-32147: Improved perfomance of binascii.unhexlify(). (GH-4586)
Sergey Fedoseev
2018-02-26
1
-33/+5
*
bpo-32394: Remove some TCP options on old version Windows. (GH-5523)
animalize
2018-02-26
1
-0/+70
*
bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-...
Serhiy Storchaka
2018-02-26
4
-18/+45
*
bpo-32622: Native sendfile on windows (#5565)
Andrew Svetlov
2018-02-25
1
-2/+62
*
bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (#5876)
Christian Heimes
2018-02-25
2
-25/+30
*
bpo-17232: Clarify docs for -O and -OO command line options (#5839)
Cheryl Sabella
2018-02-25
1
-2/+4
*
bpo-30622: Improve NPN support detection (#5859)
Christian Heimes
2018-02-24
2
-11/+24
*
bpo-24334: Cleanup SSLSocket (#5252)
Christian Heimes
2018-02-24
2
-63/+113
*
bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754)
Serhiy Storchaka
2018-02-24
1
-0/+3
*
[bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128)
Christian Heimes
2018-02-24
2
-68/+78
*
Test that new_timezone can return the UTC singleton (gh-5318)
Paul Ganssle
2018-02-22
1
-0/+24
*
bpo-32556: nt._getfinalpathname, nt._getvolumepathname and nt._getdiskusage n...
Steve Dower
2018-02-22
2
-48/+72
*
bpo-32604: Swap threads only if the interpreter is different. (gh-5778)
Eric Snow
2018-02-20
1
-8/+14
*
closes bpo-32859: Don't retry dup3() if it is not available at runtime (GH-5708)
Alexey Izbyshev
2018-02-20
1
-1/+1
*
bpo-31333: Re-implement ABCMeta in C (#5273)
Ivan Levkivskyi
2018-02-18
3
-0/+985
*
bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-...
Eric Snow
2018-02-17
1
-21/+276
*
Update comment in posixmodule.c (GH-5681)
ngie-eign
2018-02-14
1
-1/+1
*
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
Oren Milman
2018-02-13
4
-13/+23
*
bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (#5449)
Коренберг Марк
2018-02-12
1
-28/+31
*
bpo-29248: Fix os.readlink() on Windows (GH-5577)
SSE4
2018-02-12
1
-3/+3
*
Fix some warnings produced by different compilers. (#5593)
Serhiy Storchaka
2018-02-09
3
-2/+14
*
bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560)
Alexey Izbyshev
2018-02-06
1
-4/+4
*
bpo-32746: Fix multiple typos (GH-5144)
Leo Arias
2018-02-04
6
-6/+6
*
bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (#5507)
Eric Snow
2018-02-03
1
-268/+596
*
Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495
Yury Selivanov
2018-02-02
1
-106/+0
*
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
oldk
2018-02-02
8
-38/+38
*
bpo-25988: Emit a warning when use or import ABCs from 'collections'. (#5460)
Serhiy Storchaka
2018-01-31
1
-1/+5
*
bpo-28914: Fix compilation of select on Android (#5447)
Victor Stinner
2018-01-30
1
-0/+3
*
bpo-32681: Fix an uninitialized variable in the C implementation of os.dup2 (...
Stéphane Wirtel
2018-01-30
1
-1/+1
*
bpo-32604: NULL-terminate kwlist in channel_drop_interpreter(). (gh-5437)
Eric Snow
2018-01-30
1
-1/+1
*
bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh...
Eric Snow
2018-01-30
1
-0/+2061
*
bpo-28134: Auto-detect socket values from file descriptor (#1349)
Christian Heimes
2018-01-29
1
-2/+69
*
bpo-31356: Add context manager to temporarily disable GC (GH-4224)
Pablo Galindo
2018-01-29
1
-0/+106
*
bpo-20104: Fix leaks and errors in new os.posix_spawn (GH-5418)
Pablo Galindo
2018-01-29
1
-52/+66
*
rename _imp initialization function to follow conventions (#5432)
Benjamin Peterson
2018-01-29
1
-2/+2
*
bpo-31429: Define TLS cipher suite on build time (#3532)
Christian Heimes
2018-01-29
1
-1/+34
*
bpo-32705: Current Android does not have posix_spawn (#5413)
Chih-Hsuan Yen
2018-01-29
1
-0/+7
*
bpo-20104: Expose `posix_spawn` in the os module (GH-5109)
Pablo Galindo
2018-01-29
2
-2/+254
*
bpo-32373: Add socket.getblocking() method. (#4926)
Yury Selivanov
2018-01-28
1
-1/+48
*
Revert "bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)" (...
Yury Selivanov
2018-01-28
1
-31/+28
*
bpo-32228: Reset raw_pos after unwinding the raw stream (#4858)
Nitish Chandra
2018-01-28
1
-4/+10
*
bpo-32660: Solaris should support constants like termios' FIONREAD (#5328)
jcea
2018-01-28
1
-0/+6
*
bpo-32659: Solaris "stat" should support "st_fstype" (#5307)
jcea
2018-01-28
1
-0/+17
*
bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)
Коренберг Марк
2018-01-27
1
-28/+31
*
bpo-32622: Implement loop.sendfile() (#5271)
Andrew Svetlov
2018-01-27
1
-0/+1
*
bpo-32630: Use contextvars in decimal (GH-5278)
Yury Selivanov
2018-01-27
1
-89/+31
*
bpo-31368: Expose preadv and pwritev in the os module (#5239)
Pablo Galindo
2018-01-27
2
-1/+313
*
bpo-31399: Let OpenSSL verify hostname and IP address (#3462)
Christian Heimes
2018-01-27
1
-32/+140
*
bpo-32454: socket closefd (#5048)
Christian Heimes
2018-01-27
1
-2/+29
[prev]
[next]