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
*
[3.7] Fix duplicating words words. (GH-6296) (GH-6297)
Serhiy Storchaka
2018-03-28
1
-1/+1
*
bpo-32844: Fix a subprocess misredirection of a low fd (GH5689)
Miss Islington (bot)
2018-03-26
1
-1/+1
*
Fix error message in sqlite connection thread check. (GH-6028)
Miss Islington (bot)
2018-03-26
1
-2/+2
*
[3.7] bpo-33136: Harden ssl module against CVE-2018-8970 (GH-6229) (GH-6230)
Miss Islington (bot)
2018-03-25
1
-3/+4
*
[3.7] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6213)
Miss Islington (bot)
2018-03-24
1
-6/+16
*
bpo-32999: ast: Convert useless check to assert (GH-6197)
Miss Islington (bot)
2018-03-23
1
-3/+1
*
bpo-32999: Revert GH-6002 (fc7df0e6) (GH-6189) (GH-6190)
Miss Islington (bot)
2018-03-22
1
-24/+11
*
bpo-33018: Improve issubclass() error checking and message. (GH-5944)
Miss Islington (bot)
2018-03-22
1
-0/+5
*
Fix typos in mmap() error messages (GH-6173)
Miss Islington (bot)
2018-03-21
1
-2/+2
*
[3.7] bpo-33021: Release the GIL during fstat() calls (GH-6019) (GH-6159)
Miss Islington (bot)
2018-03-20
1
-2/+9
*
bpo-27645: Fix version number in 'database in transaction' fallback (GH-6131)
Miss Islington (bot)
2018-03-18
1
-2/+2
*
bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)
Miss Islington (bot)
2018-03-17
1
-3/+49
*
bpo-27645: Add support for native backup facility of SQLite (GH-4238)
Miss Islington (bot)
2018-03-10
2
-0/+142
*
bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname ...
Miss Islington (bot)
2018-03-08
1
-42/+32
*
bpo-32999: Fix ABC.__subclasscheck__ crash (GH-6002)
Miss Islington (bot)
2018-03-07
1
-12/+25
*
bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)
Miss Islington (bot)
2018-03-07
1
-3/+18
*
bpo-33001: Prevent buffer overrun in os.symlink (GH-5989)
Miss Islington (bot)
2018-03-05
1
-28/+38
*
bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801) (#5945)
Miss Islington (bot)
2018-03-01
1
-7/+7
*
bpo-31453: Add setter for min/max protocol version (GH-5259)
Miss Islington (bot)
2018-02-27
1
-22/+212
*
bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (GH-5663)
Miss Islington (bot)
2018-02-27
1
-0/+4
*
bpo-32394: Remove some TCP options on old version Windows. (GH-5523)
Miss Islington (bot)
2018-02-26
1
-0/+70
*
bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-...
Miss Islington (bot)
2018-02-26
4
-18/+45
*
bpo-32622: Native sendfile on windows (GH-5565)
Miss Islington (bot)
2018-02-25
1
-2/+62
*
[3.7] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH-5876) (#5880)
Miss Islington (bot)
2018-02-25
2
-25/+30
*
bpo-17232: Clarify docs for -O and -OO command line options (GH-5839)
Miss Islington (bot)
2018-02-25
1
-2/+4
*
[3.7] bpo-30622: Improve NPN support detection (GH-5859) (#5860)
Miss Islington (bot)
2018-02-24
2
-11/+24
*
[3.7] bpo-24334: Cleanup SSLSocket (GH-5252) (#5857)
Miss Islington (bot)
2018-02-24
2
-63/+113
*
bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754)
Miss Islington (bot)
2018-02-24
1
-0/+3
*
[bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128) (GH-5843)
Miss Islington (bot)
2018-02-24
2
-68/+78
*
Test that new_timezone can return the UTC singleton (gh-5318) (#5819)
Miss Islington (bot)
2018-02-22
1
-0/+24
*
bpo-32556: nt._getfinalpathname, nt._getvolumepathname and nt._getdiskusage n...
Miss Islington (bot)
2018-02-22
2
-48/+72
*
bpo-32604: Swap threads only if the interpreter is different. (gh-5783)
Miss Islington (bot)
2018-02-21
1
-8/+14
*
closes bpo-32859: Don't retry dup3() if it is not available at runtime (GH-5708)
Miss Islington (bot)
2018-02-20
1
-1/+1
*
bpo-25988: Emit a warning when use or import ABCs from 'collections'. (GH-5734)
Ivan Levkivskyi
2018-02-18
1
-1/+5
*
bpo-31333: Re-implement ABCMeta in C (GH-5733)
Ivan Levkivskyi
2018-02-18
3
-0/+985
*
bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-...
Miss Islington (bot)
2018-02-17
1
-21/+276
*
Update comment in posixmodule.c (GH-5681)
Miss Islington (bot)
2018-02-14
1
-1/+1
*
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
Miss Islington (bot)
2018-02-13
4
-13/+23
*
bpo-29248: Fix os.readlink() on Windows (GH-5577)
Miss Islington (bot)
2018-02-12
1
-3/+3
*
bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (GH-5449) ...
Miss Islington (bot)
2018-02-12
1
-28/+31
*
Fix some warnings produced by different compilers. (GH-5593) (GH-5600)
Miss Islington (bot)
2018-02-09
3
-2/+14
*
bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) (GH-5...
Miss Islington (bot)
2018-02-06
1
-4/+4
*
[3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520)
Miss Islington (bot)
2018-02-04
6
-6/+6
*
bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (GH-5507)
Miss Islington (bot)
2018-02-03
1
-268/+596
*
Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495 (#5496)
Miss Islington (bot)
2018-02-02
1
-106/+0
*
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
[next]