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
*
bpo-29514: Make magic number test work for candidates
Ned Deily
2018-06-27
1
-1/+1
*
bpo-33873: Fix bug in `runtest.py` and add checks for invalid `-R` parameters...
Pablo Galindo
2018-06-26
2
-1/+11
*
Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919)
Victor Stinner
2018-06-26
16
-95/+91
*
bpo-33897: Add a 'force' keyword argument to logging.basicConfig(). (GH-7873)
Dong-hee Na
2018-06-25
1
-0/+21
*
bpo-33805: Improve error message of dataclasses.replace() (GH-7580)
Dong-hee Na
2018-06-23
1
-0/+16
*
bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)
Victor Stinner
2018-06-22
16
-91/+95
*
bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845)
Victor Stinner
2018-06-22
1
-0/+9
*
bpo-33912: Fix test_warnings when run with -Werror (GH-7839)
Christopher Frederickson
2018-06-21
1
-0/+1
*
bpo-33716, test_concurrent_futures: increase timeout (GH-7828)
Pablo Galindo
2018-06-21
1
-5/+5
*
Fix compiling error when missing gdbm version macros (GH-7823)
Xiang Zhang
2018-06-20
2
-5/+4
*
bpo-33901: Add _gdbm._GDBM_VERSION (GH-7794)
Victor Stinner
2018-06-19
2
-0/+21
*
bpo-33901: Better test_dbm_gnu.test_reorganize() fix (GH-7795)
Victor Stinner
2018-06-19
1
-3/+7
*
bpo-33671 / shutil.copyfile: use memoryview() with dynamic size on Windows (#...
Giampaolo Rodola
2018-06-19
1
-7/+81
*
bpo-33365: print the header values beside the keys (GH-6611)
Marco Strigl
2018-06-19
1
-0/+15
*
bpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7791)
Victor Stinner
2018-06-19
1
-2/+2
*
Use more specific asserts in dbm tests. (GH-7786)
Serhiy Storchaka
2018-06-19
2
-3/+4
*
bpo-33843: Remove deprecated stuff in cgi module (GH-7662)
INADA Naoki
2018-06-19
1
-24/+0
*
bpo-33861: Minor improvements of tests for os.path. (GH-7715)
Serhiy Storchaka
2018-06-16
2
-47/+61
*
bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (...
Carl Meyer
2018-06-16
3
-11/+121
*
bpo-33873: regrtest: Add warning on -R 1:3 (GH-7736)
Pablo Galindo
2018-06-16
1
-0/+7
*
Revert "bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protec...
Victor Stinner
2018-06-15
1
-9/+2
*
bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0...
Marcel Plch
2018-06-15
1
-2/+9
*
bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958)
Wonsup Yoon
2018-06-15
1
-0/+13
*
bpo-33851: Fix ast.get_docstring() for a node that lacks a docstring. (GH-7682)
Serhiy Storchaka
2018-06-15
1
-0/+31
*
bpo-33718: regrtest: use format_duration() to display failed tests (GH-7686)
Victor Stinner
2018-06-14
3
-10/+44
*
bpo-19382: Adding test cases for module tabnanny (GH-851)
Jaysinh Shukla
2018-06-14
2
-1/+344
*
bpo-33615: Re-enable subinterpreter tests. (#7552)
Eric Snow
2018-06-13
1
-5/+6
*
bpo-33671: efficient zero-copy for shutil.copy* functions (Linux, OSX and Win...
Giampaolo Rodola
2018-06-12
1
-2/+292
*
bpo-32108: Don't clear configparser values if key is assigned to itself (GH-7...
Cheryl Sabella
2018-06-12
1
-0/+6
*
bpo-27397: Make email module properly handle invalid-length base64 strings (#...
Tal Einat
2018-06-12
3
-0/+32
*
bpo-31432: Revert unrelated code changes to _ssl.c and test_ssl (GH-7650)
Ned Deily
2018-06-12
1
-3/+1
*
bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530)
Christian Heimes
2018-06-11
1
-1/+3
*
bpo-33582: Emit deprecation warning for `formatargspec` (GH-6994)
Matthias Bussonnier
2018-06-11
1
-4/+6
*
bpo-33812: Corrected astimezone for naive datetimes. (GH-7578)
Alexander Belopolsky
2018-06-10
1
-9/+16
*
bpo-33770: improve base64 exception message for encoded inputs of invalid len...
Tal Einat
2018-06-10
1
-0/+28
*
Datetime test coverage (#7544)
Alexander Belopolsky
2018-06-08
1
-3/+9
*
bpo-33375: Get filename for warnings from frame.f_code.co_filename (GH-6622)
Thomas Kluyver
2018-06-08
1
-75/+9
*
bpo-33802: Do not interpolate in ConfigParser while reading defaults (GH-7524)
Ćukasz Langa
2018-06-08
1
-0/+43
*
bpo-11874: fix assertion failure in argparse metavar handling (GH-1826)
wim glenn
2018-06-08
1
-9/+33
*
bpo-33694: Fix typo in helper function name (GH-7522)
Victor Stinner
2018-06-08
1
-6/+6
*
bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521)
Victor Stinner
2018-06-08
2
-7/+44
*
bpo-33792: Add selector and proactor windows policies (GH-7487)
Yury Selivanov
2018-06-08
1
-0/+31
*
bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (G...
Yury Selivanov
2018-06-08
2
-0/+78
*
bpo-33615: Skip test__xxsubinterpreters (GH-7503)
Victor Stinner
2018-06-08
1
-0/+2
*
bpo-33694: Fix race condition in asyncio proactor (GH-7498)
Victor Stinner
2018-06-07
2
-6/+11
*
bpo-33796: Ignore ClassVar for dataclasses.replace(). (GH-7488)
Eric V. Smith
2018-06-07
1
-85/+120
*
bpo-33274: Compliance with DOM L1: return removed attribute (#7465)
arikrupnik
2018-06-07
1
-1/+1
*
update to Unicode 11.0.0 (closes bpo-33778) (GH-7439)
Benjamin Peterson
2018-06-07
1
-2/+2
*
bpo-32676, test_asyncio: Fix warning in test_error_in_call_soon() (GH-7462)
Victor Stinner
2018-06-06
1
-1/+5
*
bpo-33789, test_asyncio: Hide PendingDeprecationWarning (GH-7461)
Victor Stinner
2018-06-06
1
-1/+2
[next]