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-31497: Add private helper _PyType_Name(). (#3630)
Serhiy Storchaka
2017-09-17
2
-8/+6
*
bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ attr is ...
Oren Milman
2017-09-17
1
-1/+9
*
bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593)
Eric Snow
2017-09-15
2
-47/+70
*
bpo-31431: SSLContext.check_hostname auto-sets CERT_REQUIRED (#3531)
Christian Heimes
2017-09-15
1
-4/+4
*
bpo-31338 (#3374)
Barry Warsaw
2017-09-15
4
-7/+4
*
bpo-31455: Fix an assertion failure in ElementTree.XMLParser(). (#3545)
scoder
2017-09-14
1
-2/+33
*
bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in case en...
Oren Milman
2017-09-14
1
-1/+5
*
_ssl_: Fix compiler warning (#3559)
Victor Stinner
2017-09-14
1
-1/+1
*
bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
Eric Snow
2017-09-14
2
-4/+18
*
bpo-31462: Remove trailing whitespaces. (#3564)
Serhiy Storchaka
2017-09-14
2
-2/+2
*
bpo-30246: fix several error messages which only mention bytes in struct (#1421)
Xiang Zhang
2017-09-14
1
-4/+5
*
bpo-31428: Prevent raising a SystemError in case the memo arg of ElementTree....
Oren Milman
2017-09-12
2
-5/+24
*
bpo-30860: Move windows.h include out of internal/*.h. (#3458)
Eric Snow
2017-09-12
2
-2/+2
*
Remove a null statement that was necessary for --without-threads (#3478)
Zackery Spytz
2017-09-11
1
-1/+0
*
bpo-31406: Fix crash due to lack of type checking in subclassing. (#3477)
Stefan Krah
2017-09-10
1
-5/+14
*
bpo-31403: Remove WITHOUT_THREADS from _decimal. (#3474)
Stefan Krah
2017-09-09
2
-113/+16
*
bpo-31400: Improve SSL error handling on Windows (#3463)
Steve Dower
2017-09-08
1
-10/+48
*
bpo-28182: restore backwards compatibility (#3464)
Christian Heimes
2017-09-08
1
-0/+5
*
bpo-28182: Expose OpenSSL verification results (#3412)
Christian Heimes
2017-09-08
1
-17/+91
*
bpo-31393: Fix the use of PyUnicode_READY(). (#3451)
Serhiy Storchaka
2017-09-08
1
-1/+4
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-08
9
-227/+126
*
bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (#1363)
Christian Heimes
2017-09-08
1
-0/+13
*
bpo-28958: Improve SSLContext error reporting. (#3414)
Christian Heimes
2017-09-07
1
-2/+1
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
27
-455/+38
*
Avoid UB in test selection macro. (#3407)
Devin Jeanpierre
2017-09-07
1
-5/+3
*
bpo-31358: Pull zlib out of the repository (GH-3375)
Zachary Ware
2017-09-07
42
-20508/+0
*
bpo-27584: New addition of vSockets to the python socket module (#2489)
caavery
2017-09-06
2
-2/+100
*
bpo-29505: Add fuzz tests for float(str), int(str), unicode(str) (#2878)
Devin Jeanpierre
2017-09-06
4
-0/+222
*
bpo-29781: Fix SSLObject.version before handshake (#3364)
Christian Heimes
2017-09-06
1
-0/+4
*
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow
2017-09-06
5
-105/+227
*
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow
2017-09-06
5
-227/+105
*
_pickle: Fix whichmodule() (#3358)
Victor Stinner
2017-09-05
1
-1/+1
*
bpo-31343: Include sys/sysmacros.h (#3318)
Christian Heimes
2017-09-05
1
-0/+5
*
bpo-30102: Call OPENSSL_add_all_algorithms_noconf (#3112)
Christian Heimes
2017-09-05
2
-2/+9
*
Revert "bpo-17852: Maintain a list of BufferedWriter objects. Flush them on ...
Neil Schemenauer
2017-09-05
3
-49/+1
*
bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#...
Neil Schemenauer
2017-09-05
3
-1/+49
*
bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315)
Victor Stinner
2017-09-04
19
-57/+567
*
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
Eric Snow
2017-09-04
2
-18/+4
*
remove IRIX support (closes bpo-31341) (#3310)
Benjamin Peterson
2017-09-04
3
-29/+3
*
Code clean-up. Remove unnecessary pre-increment before the loop starts. (#3312)
Raymond Hettinger
2017-09-04
1
-17/+10
*
Regen Moduls/clinic/_ssl.c.h (GH-3320)
Zachary Ware
2017-09-04
1
-3/+3
*
bpo-30502: Fix handling of long oids in ssl. (#2909)
Serhiy Storchaka
2017-09-04
1
-43/+47
*
bpo-30622: Change NPN detection: (#2079)
Melvyn Sopacua
2017-09-04
2
-9/+11
*
Add missing _sha3 module to Setup.dist (#2395)
Segev Finer
2017-09-04
1
-0/+1
*
bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076)
Serhiy Storchaka
2017-09-03
2
-211/+210
*
bpo-30581: Windows: os.cpu_count() returns wrong number of processors (#2934)
Christopher Wilcox
2017-08-30
1
-3/+16
*
bpo-31291: Fixed an assertion failure in zipimport.zipimporter.get_data() (#3...
Oren Milman
2017-08-29
1
-1/+2
*
bpo-31243: Fixed PyArg_ParseTuple failure checks. (#3171)
Oren Milman
2017-08-29
2
-21/+43
*
bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (#31)
Pauli Virtanen
2017-08-28
1
-2/+67
*
bpo-30987 - Support for ISO-TP protocol in SocketCAN (#2956)
Pier-Yves Lessard
2017-08-28
1
-5/+70
[next]