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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.6] bpo-30058: Fixed buffer overflow in select.kqueue.control(). (GH-1095) ...
Miss Islington (bot)
2017-10-12
1
-0/+24
*
[3.6] bpo-31567: add or fix decorator markup in docs (GH-3959) (GH-3966)
Miss Islington (bot)
2017-10-12
1
-2/+2
*
[3.6] bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Ele...
Miss Islington (bot)
2017-10-10
1
-0/+32
*
[3.6] bpo-31642: Restore blocking "from" import by setting None in sys.module...
Serhiy Storchaka
2017-10-08
1
-0/+14
*
[3.6] bpo-31724: Skip test_xmlrpc_net (GH-3922)
Miss Islington (bot)
2017-10-08
1
-0/+2
*
[3.6] bpo-31655: Validate keyword names in SimpleNamespace constructor. (GH-3...
Miss Islington (bot)
2017-10-07
1
-0/+2
*
[3.6] bpo-31178: Mock os.waitpid() in test_subprocess (GH-3896) (#3897)
3.6
Miss Islington (bot)
2017-10-05
1
-4/+8
*
[3.6] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split(...
Miss Islington (bot)
2017-10-03
1
-21/+33
*
[3.6] bpo-31619: Fixed a ValueError when convert a string with large number o...
Miss Islington (bot)
2017-10-03
1
-0/+8
*
[3.6] bpo-31516: current_thread() should not return a dummy thread at shutdow...
Miss Islington (bot)
2017-10-02
1
-0/+29
*
[3.6] bpo-31158: Fix nondeterministic read in test_pty (GH-3808) (GH-3852)
Miss Islington (bot)
2017-10-02
1
-2/+19
*
[3.6] bpo-31627: Make test_mailbox be lenient to empty hostname. (GH-3821) (#...
Miss Islington (bot)
2017-09-30
1
-1/+1
*
[3.6] bpo-31592: Fix an assertion failure in Python parser in case of a bad u...
Miss Islington (bot)
2017-09-30
1
-0/+10
*
[3.6] bpo-31641: Allow arbitrary iterables in `concurrent.futures.as_complete...
Miss Islington (bot)
2017-09-29
1
-1/+5
*
[3.6] bpo-31478: Fix an assertion failure in random.seed() in case a seed has...
Serhiy Storchaka
2017-09-28
1
-0/+11
*
[3.6] bpo-31588: Validate return value of __prepare__() methods (GH-3790)
Miss Islington (bot)
2017-09-27
1
-0/+22
*
bpo-31593: test_socketserver waits child processes (#3766)
Victor Stinner
2017-09-27
1
-10/+22
*
[3.6] bpo-25532: Protect against infinite loops in inspect.unwrap() (GH-1717)...
Serhiy Storchaka
2017-09-27
1
-0/+18
*
[3.6] bpo-31505: Fix an assertion failure in json, in case _json.make_encoder...
Miss Islington (bot)
2017-09-27
1
-0/+21
*
[3.6] bpo-31285: Fix an assertion failure and a SystemError in warnings.warn_...
Serhiy Storchaka
2017-09-27
1
-0/+36
*
[3.6] bpo-31492: Fix assertion failures in case of a module with a bad __name...
Serhiy Storchaka
2017-09-27
1
-0/+12
*
[3.6] bpo-30347: Stop crashes when concurrently iterate over itertools.groupb...
Miss Islington (bot)
2017-09-26
1
-0/+24
*
bpo-31170: Write unit test for Expat 2.2.4 UTF-8 bug (#3570) (#3746)
Victor Stinner
2017-09-25
2
-0/+34
*
[3.6] bpo-31566: Fix an assertion failure in _warnings.warn() in case of a ba...
Miss Islington (bot)
2017-09-24
1
-0/+10
*
bpo-31351: Set return code in ensurepip when pip fails (GH-3626) (GH-3683)
Miss Islington (bot)
2017-09-22
1
-2/+17
*
[3.6] bpo-31482: Missing bytes support for random.seed() version 1 (GH-3614)...
Miss Islington (bot)
2017-09-19
1
-0/+27
*
[3.6] pythoninfo: ignore OSError(ENOSYS) on getrandom() (GH-3655) (#3657)
Miss Islington (bot)
2017-09-19
1
-5/+12
*
[3.6] bpo-31293: Fix crashes in truediv and mul of a timedelta by a float wit...
Miss Islington (bot)
2017-09-19
1
-0/+20
*
[3.6] bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec....
Miss Islington (bot)
2017-09-19
1
-0/+11
*
[3.6] bpo-31499, xml.etree: Fix xmlparser_gc_clear() crash (GH-3641) (#3645)
Miss Islington (bot)
2017-09-18
1
-0/+20
*
[3.6] bpo-31234: Join threads in tests (#3589)
Victor Stinner
2017-09-15
7
-37/+59
*
[3.6] bpo-31455: Fix an assertion failure in ElementTree.XMLParser(). (GH-354...
Miss Islington (bot)
2017-09-14
1
-0/+25
*
[3.6] bpo-28556: typing.get_type_hints: better globalns for classes and modul...
Miss Islington (bot)
2017-09-14
2
-13/+76
*
[3.6] bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in c...
Miss Islington (bot)
2017-09-14
1
-0/+9
*
[3.6] bpo-31457: Allow for nested LoggerAdapter objects (GH-3551) (#3576)
Miss Islington (bot)
2017-09-14
1
-0/+11
*
[3.6] bpo-28556: Minor updates to typing module (GH-3550) (#3558)
Miss Islington (bot)
2017-09-14
1
-0/+7
*
[3.6] bpo-31234: Fix dangling thread in test_ftp/poplib (#3554)
Victor Stinner
2017-09-13
2
-1/+17
*
[3.6] bpo-31448, test_poplib: Fix ResourceWarning (GH-3542) (#3543)
Miss Islington (bot)
2017-09-13
1
-3/+3
*
[3.6] bpo-31234: test_httpservers joins the server thread (GH-3188) (#3536)
Miss Islington (bot)
2017-09-13
1
-0/+1
*
[3.6] bpo-31234: test_threaded_import: fix test_side_effect_import() (GH-3189...
Miss Islington (bot)
2017-09-13
1
-1/+3
*
[3.6] bpo-31323: Fix reference leak in test_ssl (GH-3263) (#3538)
Miss Islington (bot)
2017-09-13
1
-2/+6
*
[3.6] bpo-31249: Fix test_concurrent_futures dangling thread (GH-3521) (#3522)
Miss Islington (bot)
2017-09-13
1
-0/+3
*
[3.6] bpo-31234: Enhance test_thread.test_forkinthread() (GH-3516) (#3519)
Miss Islington (bot)
2017-09-12
1
-12/+19
*
[3.6] bpo-31250: test_asyncio: fix dangling threads (#3517)
Victor Stinner
2017-09-12
3
-3/+4
*
[3.6] bpo-31416: Fix assertion failures in case of a bad warnings.filters or ...
Serhiy Storchaka
2017-09-12
1
-0/+15
*
[3.6] bpo-31373: remove overly strict float range checks (GH-3486) (#3495)
Benjamin Peterson
2017-09-12
2
-0/+12
*
[3.6] bpo-31411: Prevent raising a SystemError in case warnings.onceregistry ...
Serhiy Storchaka
2017-09-11
1
-0/+11
*
[3.6] bpo-26669: Fix nan arg value error in pytime.c (GH-3085) (GH-3467)
Miss Islington (bot)
2017-09-09
1
-0/+29
*
[3.6] bpo-30822: Deduplicate ZoneInfoTest classes in test_datetime. (GH-2534)...
Miss Islington (bot)
2017-09-08
1
-0/+1
*
[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/+32
[next]