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.6] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split(...
Miss Islington (bot)
2017-10-03
1
-2/+10
*
[3.6] bpo-31673: Fixed typo in the name of Tkinter's method adderrorinfo(). (...
Serhiy Storchaka
2017-10-03
2
-13/+13
*
bpo-28129: fix ctypes crashes (#386) (#3799)
Victor Stinner
2017-09-28
2
-9/+34
*
[3.6] bpo-31478: Fix an assertion failure in random.seed() in case a seed has...
Serhiy Storchaka
2017-09-28
1
-2/+5
*
[3.6] bpo-31505: Fix an assertion failure in json, in case _json.make_encoder...
Miss Islington (bot)
2017-09-27
1
-3/+13
*
[3.6] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ at...
Miss Islington (bot)
2017-09-27
1
-1/+9
*
[3.6] bpo-31586: Use _count_element fast path for real dicts. (#3776)
Miss Islington (bot)
2017-09-27
1
-1/+3
*
[3.6] bpo-30347: Stop crashes when concurrently iterate over itertools.groupb...
Miss Islington (bot)
2017-09-26
1
-36/+31
*
[3.6] bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(...
Miss Islington (bot)
2017-09-25
1
-0/+10
*
[3.6] bpo-27385: Clarify docstring for groupby() (GH-3738) (#3744)
Miss Islington (bot)
2017-09-25
1
-2/+3
*
[3.6] bpo-25359: Add missed "goto error" after setting an exception. (GH-3712...
Miss Islington (bot)
2017-09-24
1
-0/+1
*
[3.6] closes bpo-31532: Fix memory corruption due to allocator mix (GH-3679) ...
Miss Islington (bot)
2017-09-21
1
-1/+1
*
[3.6] bpo-31293: Fix crashes in truediv and mul of a timedelta by a float wit...
Miss Islington (bot)
2017-09-19
1
-4/+33
*
[3.6] bpo-31499, xml.etree: Fix xmlparser_gc_clear() crash (GH-3641) (#3645)
Miss Islington (bot)
2017-09-18
1
-1/+5
*
[3.6] bpo-31455: Fix an assertion failure in ElementTree.XMLParser(). (GH-354...
Miss Islington (bot)
2017-09-14
1
-2/+33
*
[3.6] bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in c...
Miss Islington (bot)
2017-09-14
1
-1/+5
*
[3.6] _ssl_: Fix compiler warning (GH-3559) (#3569)
Christian Heimes
2017-09-14
1
-0/+6
*
[3.6] bpo-30246: fix several error messages which only mention bytes in struc...
Xiang Zhang
2017-09-14
1
-4/+5
*
[3.6] bpo-30923: Silence fall-through warnings included in -Wextra since gcc-...
Victor Stinner
2017-09-12
3
-9/+9
*
[3.6] bpo-31406: Fix crash due to lack of type checking in subclassing. (GH-3...
Miss Islington (bot)
2017-09-10
1
-5/+14
*
[3.6] bpo-31400: Improve SSL error handling on Windows (GH-3463) (#3466)
Christian Heimes
2017-09-09
1
-10/+47
*
[3.6] bpo-31393: Fix the use of PyUnicode_READY(). (GH-3451). (#3453)
Serhiy Storchaka
2017-09-08
1
-1/+4
*
[3.6] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) (#3444)
Christian Heimes
2017-09-08
1
-0/+13
*
[3.6] bpo-28958: Improve SSLContext error reporting. (GH-3414) (#3432)
Christian Heimes
2017-09-07
1
-2/+1
*
[3.6] bpo-29781: Fix SSLObject.version before handshake (GH-3364) (#3381)
Christian Heimes
2017-09-06
1
-0/+4
*
[3.6] _pickle: Fix whichmodule() (GH-3358) (#3361)
Christian Heimes
2017-09-06
1
-1/+1
*
bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315) (#3350)
Victor Stinner
2017-09-05
19
-57/+567
*
[3.6] bpo-29334: Fix ssl.getpeercert for auto-handshake (GH-1769) (#1778)
Christian Heimes
2017-09-05
1
-21/+12
*
[3.6] bpo-30502: Fix handling of long oids in ssl. (GH-2909) (#3321)
Christian Heimes
2017-09-05
1
-43/+47
*
[3.6] bpo-30102: Call OPENSSL_add_all_algorithms_noconf (GH-3112) (#3342)
Christian Heimes
2017-09-05
2
-2/+9
*
[3.6] bpo-31343: Include sys/sysmacros.h (GH-3318) (#3344)
Christian Heimes
2017-09-05
1
-0/+5
*
[3.6] bpo-30622: Change NPN detection: (GH-2079) (#3314)
Christian Heimes
2017-09-05
2
-10/+12
*
[3.6] Add missing _sha3 module to Setup.dist (GH-2395) (#3280)
Segev Finer
2017-09-04
1
-0/+1
*
bpo-31095: fix potential crash during GC (GH-3195)
INADA Naoki
2017-09-04
7
-4/+24
*
[3.6] bpo-9146: Raise a ValueError if OpenSSL fails to init a hash func (#3274)
Gregory P. Smith
2017-09-03
1
-9/+36
*
bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076) (#3269)
Serhiy Storchaka
2017-09-03
2
-217/+217
*
bpo-30581: Windows: os.cpu_count() returns wrong number of processors (#2934)...
Christopher Wilcox
2017-09-01
1
-3/+16
*
[3.6] bpo-31291: Fixed an assertion failure in zipimport.zipimporter.get_data...
Oren Milman
2017-08-30
1
-1/+2
*
[3.6] bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (GH...
Pauli Virtanen
2017-08-30
1
-2/+67
*
[3.6] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3233)
Oren Milman
2017-08-29
2
-21/+43
*
[3.6] bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (GH-3201...
Oren Milman
2017-08-26
1
-0/+7
*
[3.6] bpo-28261: Prevent raising SystemError where PyArg_ParseTuple is used t...
Oren Milman
2017-08-26
2
-2/+28
*
bpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETSIZE. (#5...
Victor Stinner
2017-08-22
1
-4/+4
*
bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) (#3143)
Victor Stinner
2017-08-18
7
-101/+719
*
bpo-29619: Do not use HAVE_LARGEFILE_SUPPORT for type conversions (GH-1666) (...
Victor Stinner
2017-08-17
1
-18/+5
*
bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055) (#3070)
Victor Stinner
2017-08-11
1
-0/+21
*
[3.6] bpo-30808: Use _Py_atomic API for concurrency-sensitive signal state (G...
Antoine Pitrou
2017-08-06
1
-18/+20
*
bpo-31061: fix crash in asyncio speedup module (GH-2984)
INADA Naoki
2017-08-02
1
-0/+4
*
[3.6] bpo-31018: Switch to GH-pragma pack from __declspec(align) (GH-2848) (#...
Segev Finer
2017-07-25
1
-1/+4
*
bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (#2747) (#2748)
Xiang Zhang
2017-07-18
1
-2/+1
[next]