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-38368: Added fix for ctypes crash when handling arrays in structs/unions....
Vinay Sajip
2019-10-14
2
-25/+179
*
[3.7] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16407)
Benjamin Peterson
2019-09-26
19
-4834/+3971
*
[3.7] bpo-22273: Changed conditions for ctypes array-in-struct handling. (GH-...
Vinay Sajip
2019-09-25
1
-7/+4
*
bpo-22273: Update ctypes to correctly handle arrays in small structur… (GH-...
Miss Islington (bot)
2019-09-25
2
-0/+146
*
bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. ...
Miss Islington (bot)
2019-09-17
1
-31/+31
*
bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155)
Miss Islington (bot)
2019-09-17
1
-5/+7
*
[3.7] bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-161...
Miss Islington (bot)
2019-09-16
1
-1/+1
*
[3.7] bpo-38168: Fix a possbile refleak in setint() of mmapmodule.c (GH-16136...
Miss Islington (bot)
2019-09-16
1
-1/+2
*
bpo-21872: fix lzma library decompresses data incompletely (GH-14048)
Miss Islington (bot)
2019-09-12
1
-6/+22
*
closes bpo-38127: _ctypes: PyObject_IsSubclass() should be checked for failur...
Miss Islington (bot)
2019-09-12
1
-1/+5
*
Fix calling order of PyEval_InitThreads. (GH-5833)
Miss Islington (bot)
2019-09-10
1
-1/+1
*
bpo-34720: Fix test_importlib.test_bad_traverse for AIX (GH-14238)
Michael Felt
2019-09-10
1
-0/+8
*
bpo-35941: Fix performance regression in SSL certificate code (GH-12610)
Steve Dower
2019-09-10
1
-29/+27
*
bpo-37649: Fix exec_prefix check (GH-14897)
Miss Islington (bot)
2019-09-09
1
-1/+1
*
bpo-37702: Fix SSL's certificate-store leak on Windows (GH-15632)
Miss Islington (bot)
2019-09-09
1
-0/+1
*
bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (G...
Miss Islington (bot)
2019-09-09
2
-2/+5
*
bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)
Miss Islington (bot)
2019-09-09
1
-0/+9
*
bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639)
Miss Islington (bot)
2019-09-08
1
-1/+2
*
bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seco...
Miss Islington (bot)
2019-08-29
1
-1/+1
*
bpo-36205: Fix the rusage implementation of time.process_time() (GH-15538)
Miss Islington (bot)
2019-08-27
1
-1/+1
*
[3.7] bpo-37915: Fix comparison between tzinfo objects and timezone objects (...
Pablo Galindo
2019-08-23
1
-1/+3
*
bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15226)
Paul Ganssle
2019-08-15
1
-2/+9
*
Replace usage of the obscure PEM_read_bio_X509_AUX with the more standard PEM...
Miss Islington (bot)
2019-08-15
1
-1/+1
*
bpo-21131: Fix faulthandler.register(chain=True) stack (GH-15276)
Miss Islington (bot)
2019-08-14
1
-1/+5
*
bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202)
Miss Islington (bot)
2019-08-14
1
-0/+11
*
bpo-37738: Fix curses addch(str, color_pair) (GH-15071) (GH-15273)
Victor Stinner
2019-08-14
1
-3/+15
*
[3.7] bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezon...
Serhiy Storchaka
2019-08-04
1
-5/+2
*
bpo-37695: Correct unget_wch error message. (GH-14986)
Miss Islington (bot)
2019-07-31
1
-2/+2
*
[3.7] Fix typos in docs, comments and test assert messages (GH-14872). (#14901)
Kyle Stanley
2019-07-22
1
-1/+1
*
Put pyexpatns.h include back. bpo-37437 (GH-14539)
Miss Islington (bot)
2019-07-02
1
-0/+4
*
[3.7] bpo-37428: Don't set PHA verify flag on client side (GH-14421) (GH-14493)
Miss Islington (bot)
2019-07-01
1
-17/+26
*
closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)
Miss Islington (bot)
2019-06-28
6
-32/+21
*
closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH...
Miss Islington (bot)
2019-06-27
1
-0/+3
*
bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11...
Miss Islington (bot)
2019-06-24
1
-3/+6
*
Fix name of '\0'. (GH-14222)
Miss Islington (bot)
2019-06-19
1
-1/+1
*
bpo-36779: time.tzname returns empty string on Windows if default cod… (GH-...
Miss Islington (bot)
2019-06-13
1
-0/+14
*
bpo-35070: test_getgrouplist may fail on macOS if too many groups (GH-13071)
Miss Islington (bot)
2019-06-13
1
-15/+17
*
bpo-31829: Make protocol 0 pickles be loadable in text mode in Python 2. (GH-...
Miss Islington (bot)
2019-06-12
1
-1/+4
*
bpo-29505: Fuzz json module, enforce size limit on int(x) fuzz (GH-13991)
Miss Islington (bot)
2019-06-12
10
-1/+171
*
closes bpo-35184: Fix XML_POOR_ENTROPY option that breaks makesetup parsing o...
Miss Islington (bot)
2019-06-11
1
-1/+1
*
bpo-29505: Fix interpreter in fuzzing targets to be relocatable (GH-13907)
Miss Islington (bot)
2019-06-08
1
-0/+8
*
[3.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH...
Zackery Spytz
2019-06-07
1
-0/+22
*
bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (GH-13881) (#13882)
Miss Islington (bot)
2019-06-07
1
-1/+1
*
Fix the error handling in bytesio_sizeof(). (GH-10459)
Miss Islington (bot)
2019-06-01
1
-2/+7
*
bpo-36856: Handle possible overflow in faulthandler_stack_overflow (GH-13205)
Miss Islington (bot)
2019-05-28
1
-4/+17
*
bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not hand...
Miss Islington (bot)
2019-05-24
1
-4/+9
*
bpo-36965: Fix includes in main.c on Windows with non-MSC compilers (GH-1342...
Erik Janssens
2019-05-22
1
-2/+2
*
bpo-36908: 'This module is always available' isn't helpful. (GH-13297)
Miss Islington (bot)
2019-05-17
2
-4/+4
*
bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)
Miss Islington (bot)
2019-05-17
4
-8/+16
*
bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779)
Steve Dower
2019-05-16
1
-1/+1
[next]