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
*
[2.7] bpo-27212: Modify islice recipe to consume initial values preceding sta...
Cheryl Sabella
2018-04-02
1
-1/+68
*
bpo-31544: Avoid calling "PyObject_GetAttrString()" (and potentially executin...
scoder
2018-03-24
1
-0/+33
*
[2.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (G...
xdegaye
2018-03-13
1
-11/+57
*
[2.7] bpo-33026: Fix jumping out of "with" block by setting f_lineno. (GH-602...
Miss Islington (bot)
2018-03-11
1
-0/+28
*
[2.7] closes bpo-32997: Fix REDOS in fpformat (GH-5984)
Jamie Davis
2018-03-06
1
-0/+10
*
[2.7] bpo-32981: Fix catastrophic backtracking vulns (GH-5955)
Benjamin Peterson
2018-03-04
2
-1/+31
*
bpo-18533: Avoid RuntimeError from repr() of recursive dictview (#4823) (#5357)
bennorth
2018-02-26
2
-0/+28
*
bpo-25404: SSLContext.load_dh_params() non-ASCII path (GH-3459)
Christian Heimes
2018-02-25
1
-1/+5
*
bpo-31518: Change TLS protocol for Debian (#3661)
Christian Heimes
2018-02-24
4
-9/+9
*
[2.7] bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) (GH-5825)
Anselm Kruis
2018-02-23
2
-1/+35
*
[2.7] bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSN...
Miss Islington (bot)
2018-02-21
1
-0/+8
*
[2.7] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5604)
Serhiy Storchaka
2018-02-09
1
-0/+9
*
allow the test suite to pass if the strop module doesn't exist (GH-5566)
Benjamin Peterson
2018-02-06
1
-1/+2
*
[2.7] bpo-32137: The repr of deeply nested dict now raises a RuntimeError (GH...
Serhiy Storchaka
2018-02-02
3
-4/+21
*
bpo-30595: Increase test_queue_feeder_donot_stop_onexc() timeout (GH-2148) (G...
Victor Stinner
2018-01-29
1
-1/+2
*
bpo-32667: Fix tests when $PATH contains a file (#5324)
Victor Stinner
2018-01-25
1
-1/+1
*
Use assertItemsEqual instead of assertEqual. (#5224)
Gregory P. Smith
2018-01-17
1
-3/+3
*
pythoninfo: add time.time and datetime.datetime.now (GH-5214) (#5220)
Miss Islington (bot)
2018-01-17
1
-1/+13
*
bpo-32539: Fix OSError for os.listdir() for extended-length paths on Windows ...
Anthony Sottile
2018-01-15
1
-0/+50
*
bpo-32482: Improve syntax and grammar tests. (#5085)
Serhiy Storchaka
2018-01-04
3
-177/+397
*
bpo-31530: fix crash when multiple threads iterate over a file, round 2 (#5060)
Benjamin Peterson
2018-01-02
1
-16/+11
*
[2.7] bpo-32478: Add tests for 'break' and 'return' inside 'finally' clause. ...
Serhiy Storchaka
2018-01-02
1
-0/+74
*
bpo-32416: Add two new tests in test_sys_settrace. (GH-5072) (#5074)
Miss Islington (bot)
2018-01-01
1
-8/+30
*
[2.7] bpo-32416: Refactor tests for the f_lineno setter and add new tests. (G...
Serhiy Storchaka
2017-12-27
1
-235/+395
*
pythoninfo: sync with master (#4843)
Victor Stinner
2017-12-13
2
-35/+143
*
Fix improper use of re.escape() in tests. (GH-4814) (#4817)
Miss Islington (bot)
2017-12-12
1
-1/+1
*
bpo-30806: Fix netrc.__repr__() format (GH-2491)
Steven Loria
2017-12-10
1
-3/+7
*
[2.7] bpo-10544: Deprecate "yield" in comprehensions and generator expression...
Serhiy Storchaka
2017-12-02
3
-11/+45
*
[2.7] bpo-32107 - Backport bitmask check fix (GH-4576) (#4590)
Barry Warsaw
2017-11-29
1
-13/+11
*
bpo-32139: test_strftime does not anymore modify the locale (GH-4569) (#4636)
Miss Islington (bot)
2017-11-29
1
-2/+4
*
bpo-32110: codecs.StreamReader.read(n) now returns not more than n (GH-4499) ...
Miss Islington (bot)
2017-11-29
1
-2/+16
*
pythoninfo: add Py_DEBUG (#4198) (#4581)
Victor Stinner
2017-11-27
1
-0/+8
*
bpo-31324: Optimize support._match_test() (#4523) (#4524)
Victor Stinner
2017-11-23
3
-15/+118
*
test_builtin: TestExecFile removes created file (#4525)
Victor Stinner
2017-11-23
1
-7/+17
*
bpo-29512: Fix Lib/test/bisect.py shebang (#4522)
Victor Stinner
2017-11-23
1
-1/+1
*
[2.7] bpo-31530: Stop crashes when iterating over a file on multiple threads....
Serhiy Storchaka
2017-11-10
1
-0/+32
*
Fix a test for select.kevent. (#4349)
Serhiy Storchaka
2017-11-09
1
-3/+6
*
Fix DeprecationWarning in tests (#4345)
Victor Stinner
2017-11-08
2
-0/+10
*
[2.7] bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (GH-3201...
Oren Milman
2017-11-07
1
-0/+16
*
bpo-31924: Fix test_curses on NetBSD 8. (GH-4228) (#4260)
Miss Islington (bot)
2017-11-03
1
-2/+4
*
bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (G...
Miss Islington (bot)
2017-11-01
1
-1/+8
*
bpo-31919: Fix building the curses module on OpenIndiana. (GH-4211) (#4216)
Miss Islington (bot)
2017-11-01
1
-9/+13
*
Fix test_socket.test_create_connection() (GH-4206) (#4209)
Miss Islington (bot)
2017-11-01
1
-0/+4
*
[2.7] bpo-31891: Fix building the curses module on NetBSD. (GH-4165). (#4194)
Serhiy Storchaka
2017-10-31
1
-8/+24
*
bpo-31629: Add support.SaveSignals (#4183) (#4188)
Victor Stinner
2017-10-31
2
-1/+45
*
[2.7] bpo-20047: Make bytearray methods partition() and rpartition() rejectin...
Serhiy Storchaka
2017-10-29
1
-6/+29
*
[2.7] bpo-25287: Backport new tests for crypt and skip test_crypt on OpenBSD....
Serhiy Storchaka
2017-10-24
1
-3/+9
*
[2.7] bpo-31752: Fix possible crash in timedelta constructor called with cust...
Serhiy Storchaka
2017-10-23
1
-0/+40
*
[2.7] bpo-28286: Add tests for the mode argument of GzipFile. (GH-4074). (#4077)
Serhiy Storchaka
2017-10-22
1
-0/+20
*
Fix py3k warnings in 1/0 in tests. (#4072)
Serhiy Storchaka
2017-10-22
1
-2/+2
[next]