summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bpo-31530: stop crashes when iterating over a file on multiple threadsbenjamin-iteration-tortureBenjamin Peterson2017-09-201-0/+10
* [2.7] bpo-30442: Skips refcount test in test_xml_etree under coverage (GH-176...Miss Islington (bot)2017-09-131-0/+1
* bpo-31234: fork_wait tests now join threads (#3139) (#3535)Victor Stinner2017-09-131-6/+17
* bpo-17085: test_socket: cancel scheduled alarm on test failure (#3505)Victor Stinner2017-09-111-0/+1
* [2.7] bpo-31411: Prevent raising a SystemError in case warnings.onceregistry ...Serhiy Storchaka2017-09-111-0/+11
* bpo-25684: ttk.OptionMenu radiobuttons weren't unique (GH-2276) (GH-2960)Cheryl Sabella2017-09-102-1/+27
* [2.7] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) (#3446)Christian Heimes2017-09-082-1/+32
* [2.7] bpo-30824: Add mimetype for .json (GH-3048) (#3394)Miss Islington (bot)2017-09-061-0/+1
* bpo-31339: Rewrite time.asctime() and time.ctime() (#3293)Victor Stinner2017-09-051-9/+75
* bpo-27448: Work around a gc.disable race condition in subprocess. (#1932)Gregory P. Smith2017-09-051-7/+29
* [2.7] bpo-25674: remove sha256.tbs-internet.com ssl test (GH-3297) (#3301)Christian Heimes2017-09-042-156/+0
* [2.7] bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (GH...Pauli Virtanen2017-09-021-28/+55
* [2.7] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3235)Oren Milman2017-08-291-0/+20
* Merge branch 'release-2.7.14' into 2.7Benjamin Peterson2017-08-261-80/+13577
|\
| * update pydoc topicsBenjamin Peterson2017-08-261-80/+13577
* | [2.7] bpo-28261: Prevent raising SystemError where PyArg_ParseTuple is used t...Oren Milman2017-08-261-0/+4
|/
* bpo-31258: test_urllib2_localnet uses addCleanup(server.stop) (#3184)Victor Stinner2017-08-221-90/+57
* bpo-31258: test_signal: call waitpid() to prevent zombie process (#3183)Victor Stinner2017-08-221-0/+3
* bpo-30871: Add test.pythoninfo (#3174) (#3175)Victor Stinner2017-08-222-1/+433
* regrtest: fix test to choose if header should be displayed (#3172)Victor Stinner2017-08-211-12/+12
* bpo-30263: regrtest: add system load average (#3165)Victor Stinner2017-08-212-4/+34
* bpo-31069, test_multiprocessing: Fix dangling process (#3103) (#3105)Victor Stinner2017-08-161-1/+2
* [2.7] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3094)Christian Heimes2017-08-151-2/+3
* bpo-31067: test_subprocess calls reap_children() (#2931) (#3073)Victor Stinner2017-08-111-0/+2
* bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055) (#3071)Victor Stinner2017-08-111-33/+26
* [2.7] bpo-31160: Backport reap_children fixes from master to 2.7 (#3063)Victor Stinner2017-08-102-0/+11
* [2.7] bpo-31150: Wait for child process in test_forkinthread to avoid thread ...Ammar Askar2017-08-091-0/+2
* ttk: fix LabeledScale and OptionMenu destroy() method (#3026)Victor Stinner2017-08-081-2/+7
* [2.7] bpo-31107: Fix copyreg mangled slot names calculation. (GH-2989). (#3004)Shane Harvey2017-08-052-1/+15
* bpo-29902: Emit a Py3k deprecation warning when pickling or copying (#2823)Serhiy Storchaka2017-08-023-14/+76
* bpo-29519: weakref spewing exceptions during interp finalization (#2958)INADA Naoki2017-07-311-2/+2
* [2.7] bpo-31044: Skip test_posix.test_makedev() on FreeBSD (#2915) (#2918)Victor Stinner2017-07-271-0/+4
* bpo-31028: Fix test_pydoc when run directly (#2864) (#2911)Victor Stinner2017-07-271-1/+1
* bpo-30980: Fix double close in asyncore.file_wrapper (#2789) (#2900)Nir Soffer2017-07-262-1/+18
* bpo-30778: Skip test_bsddb3 on Windows XP (#2877)Victor Stinner2017-07-261-0/+4
* bpo-31019: Fix multiprocessing.Process.is_alive() (#2875) (#2882)Victor Stinner2017-07-261-2/+8
* [3.6] bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027) (#2881) (#2883)Victor Stinner2017-07-261-1/+1
* [2.7] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal com...Dong-hee Na2017-07-262-0/+5
* test_bsddb3 tolerates smaller timeout on Windows (#2840)Victor Stinner2017-07-241-2/+9
* bpo-30822: regrtest: fix -u extralargefile (#2788)Victor Stinner2017-07-211-4/+10
* [2.7] bpo-30883: Use pythontest.net instead of debian.org in test_urllib2net ...Ammar Askar2017-07-191-3/+3
* [2.7] bpo-30911: Add tests for bad boolean arguments for accelerated json (GH...Serhiy Storchaka2017-07-131-0/+28
* [2.7] bpo-30855: Trying to fix test_use on Windows. (#2586)Victor Stinner2017-07-062-4/+3
* Fix trivial typo in json module docstring (GH-2274) (GH-2432)Mariatta2017-07-061-1/+1
* bpo-30850: Use specialized assert methods in bsddb tests. (#2584)Serhiy Storchaka2017-07-0513-83/+82
* bpo-30759: regrtest: list_cases() now unload modules (#2582)Victor Stinner2017-07-051-4/+12
* bpo-30759: Copy test_robotparser from master (#2546)Victor Stinner2017-07-051-239/+177
* bpo-30843: regrtest fixes sys.path, restore test.bisect (#2567)Victor Stinner2017-07-053-0/+9
* bpo-30843: Rename Lib/test/bisect.py to Lib/test/bisectcmd.py (#2563)Victor Stinner2017-07-042-4/+0
* bpo-29796: test_weakref: Fix collect_in_thread() on Windows (#2553)Victor Stinner2017-07-041-1/+1