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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
[2.7] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split(...
2.7
Serhiy Storchaka
2017-10-04
1
-19/+19
*
[2.7] bpo-31478: Prevent unwanted behavior in _random.Random.seed() in case t...
Oren Milman
2017-10-02
1
-0/+16
*
bpo-31158: Fix nondeterministic read in test_pty (#3808) (#3853)
Victor Stinner
2017-10-02
1
-2/+19
*
[2.7] bpo-31627: Make test_mailbox be lenient to empty hostname. (GH-3821) (#...
Serhiy Storchaka
2017-09-30
1
-1/+1
*
[2.7] bpo-31285: Don't raise a SystemError in warnings.warn_explicit() in cas...
Oren Milman
2017-09-30
1
-0/+21
*
bpo-28129: fix ctypes crashes (#386) (#3800)
Victor Stinner
2017-09-28
5
-0/+53
*
bpo-31593: test_socketserver waits child processes (#3786)
Victor Stinner
2017-09-27
1
-3/+18
*
[2.7] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ at...
Miss Islington (bot)
2017-09-27
1
-0/+13
*
[2.7] bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(...
Serhiy Storchaka
2017-09-27
1
-0/+21
*
[2.7] bpo-30347: Stop crashes when concurrently iterate over itertools.groupb...
Serhiy Storchaka
2017-09-26
1
-0/+23
*
bpo-25732: Make functools.total_ordering implementing __ne__. (#3748)
Serhiy Storchaka
2017-09-25
2
-2/+60
*
bpo-31170: Write unit test for Expat 2.2.4 UTF-8 bug (#3570) (#3745)
Victor Stinner
2017-09-25
2
-0/+33
*
[2.7] bpo-31351: Set return code in ensurepip when pip fails (GH-3734)
Igor Filatov
2017-09-25
4
-10/+41
*
[2.7] bpo-30442: Skips refcount test in test_xml_etree under coverage (GH-176...
Miss Islington (bot)
2017-09-13
1
-0/+1
*
bpo-31234: fork_wait tests now join threads (#3139) (#3535)
Victor Stinner
2017-09-13
1
-6/+17
*
bpo-17085: test_socket: cancel scheduled alarm on test failure (#3505)
Victor Stinner
2017-09-11
1
-0/+1
*
[2.7] bpo-31411: Prevent raising a SystemError in case warnings.onceregistry ...
Serhiy Storchaka
2017-09-11
1
-0/+11
*
bpo-25684: ttk.OptionMenu radiobuttons weren't unique (GH-2276) (GH-2960)
Cheryl Sabella
2017-09-10
2
-1/+27
*
[2.7] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) (#3446)
Christian Heimes
2017-09-08
2
-1/+32
*
[2.7] bpo-30824: Add mimetype for .json (GH-3048) (#3394)
Miss Islington (bot)
2017-09-06
1
-0/+1
*
bpo-31339: Rewrite time.asctime() and time.ctime() (#3293)
Victor Stinner
2017-09-05
1
-9/+75
*
bpo-27448: Work around a gc.disable race condition in subprocess. (#1932)
Gregory P. Smith
2017-09-05
1
-7/+29
*
[2.7] bpo-25674: remove sha256.tbs-internet.com ssl test (GH-3297) (#3301)
Christian Heimes
2017-09-04
2
-156/+0
*
[2.7] bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (GH...
Pauli Virtanen
2017-09-02
1
-28/+55
*
[2.7] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3235)
Oren Milman
2017-08-29
1
-0/+20
*
Merge branch 'release-2.7.14' into 2.7
Benjamin Peterson
2017-08-26
1
-80/+13577
|
\
|
*
update pydoc topics
Benjamin Peterson
2017-08-26
1
-80/+13577
*
|
[2.7] bpo-28261: Prevent raising SystemError where PyArg_ParseTuple is used t...
Oren Milman
2017-08-26
1
-0/+4
|
/
*
bpo-31258: test_urllib2_localnet uses addCleanup(server.stop) (#3184)
Victor Stinner
2017-08-22
1
-90/+57
*
bpo-31258: test_signal: call waitpid() to prevent zombie process (#3183)
Victor Stinner
2017-08-22
1
-0/+3
*
bpo-30871: Add test.pythoninfo (#3174) (#3175)
Victor Stinner
2017-08-22
2
-1/+433
*
regrtest: fix test to choose if header should be displayed (#3172)
Victor Stinner
2017-08-21
1
-12/+12
*
bpo-30263: regrtest: add system load average (#3165)
Victor Stinner
2017-08-21
2
-4/+34
*
bpo-31069, test_multiprocessing: Fix dangling process (#3103) (#3105)
Victor Stinner
2017-08-16
1
-1/+2
*
[2.7] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3094)
Christian Heimes
2017-08-15
1
-2/+3
*
bpo-31067: test_subprocess calls reap_children() (#2931) (#3073)
Victor Stinner
2017-08-11
1
-0/+2
*
bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055) (#3071)
Victor Stinner
2017-08-11
1
-33/+26
*
[2.7] bpo-31160: Backport reap_children fixes from master to 2.7 (#3063)
Victor Stinner
2017-08-10
2
-0/+11
*
[2.7] bpo-31150: Wait for child process in test_forkinthread to avoid thread ...
Ammar Askar
2017-08-09
1
-0/+2
*
ttk: fix LabeledScale and OptionMenu destroy() method (#3026)
Victor Stinner
2017-08-08
1
-2/+7
*
[2.7] bpo-31107: Fix copyreg mangled slot names calculation. (GH-2989). (#3004)
Shane Harvey
2017-08-05
2
-1/+15
*
bpo-29902: Emit a Py3k deprecation warning when pickling or copying (#2823)
Serhiy Storchaka
2017-08-02
3
-14/+76
*
bpo-29519: weakref spewing exceptions during interp finalization (#2958)
INADA Naoki
2017-07-31
1
-2/+2
*
[2.7] bpo-31044: Skip test_posix.test_makedev() on FreeBSD (#2915) (#2918)
Victor Stinner
2017-07-27
1
-0/+4
*
bpo-31028: Fix test_pydoc when run directly (#2864) (#2911)
Victor Stinner
2017-07-27
1
-1/+1
*
bpo-30980: Fix double close in asyncore.file_wrapper (#2789) (#2900)
Nir Soffer
2017-07-26
2
-1/+18
*
bpo-30778: Skip test_bsddb3 on Windows XP (#2877)
Victor Stinner
2017-07-26
1
-0/+4
*
bpo-31019: Fix multiprocessing.Process.is_alive() (#2875) (#2882)
Victor Stinner
2017-07-26
1
-2/+8
*
[3.6] bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027) (#2881) (#2883)
Victor Stinner
2017-07-26
1
-1/+1
*
[2.7] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal com...
Dong-hee Na
2017-07-26
2
-0/+5
[next]