Remove redundant comma in argparse HOWTO (#1141) |
8526fb74edf5ac9ca175b7cdcb0d82bb8780d2cf |
Berker Peksag |
2017-04-20 04:29:35 |
bpo-30078: Add an example of passing a path to unittest (#1178) |
f7e62cf8adfb8ab6a6a870903defe8ff218a0383 |
Louie Lu |
2017-04-20 03:46:59 |
bpo-30106: Fix tearDown() of test_asyncore (#1194) |
11470b6dcdbc170779499a4a040b93c842a0d194 |
Victor Stinner |
2017-04-20 00:55:39 |
bpo-29887: test_normalization handles PermissionError (#1196) |
d13d54748d3a7db023d9db37223ea7d40bb8f8e3 |
Victor Stinner |
2017-04-20 00:39:59 |
regrtest: always show before/after of modified env (#1192) |
ec4b17239d899550be4ee6104b61751bb3c70382 |
Victor Stinner |
2017-04-19 22:57:30 |
Fix/optimize test_asyncore.test_quick_connect() (#1188) |
7b9619ae249ed637924d1c76687b411061753e5a |
Victor Stinner |
2017-04-19 21:42:46 |
bpo-30030: Revert f50354ad (tempfile) (#1187) |
1e62bf145b4865d03a29a5720a4eb84c321a9829 |
Victor Stinner |
2017-04-19 20:59:51 |
bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (#1110) |
66bffd1663489d080349debbf1b472d432351038 |
Serhiy Storchaka |
2017-04-19 18:12:46 |
bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (#1131) |
a79f4c219531c05fc8f670c1e4bbf12c081935d3 |
Serhiy Storchaka |
2017-04-19 18:09:21 |
bpo-22352: Adjust widths in the output of dis.dis() for large line numbers and (#1153) |
d90045f319e2ea9772b9fbd62a05fdf34af96b6c |
Serhiy Storchaka |
2017-04-19 17:36:31 |
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) |
bf623ae8843dc30b28c574bec8d29fc14be59d86 |
Serhiy Storchaka |
2017-04-19 17:03:52 |
bpo-29925: Skip test_uuid1_safe() on OS X Tiger (#971) |
c209b70d610da50a844a3c10f37d6183bade3446 |
Victor Stinner |
2017-04-19 11:01:03 |
Minor grammar fixes (GH-1174) |
8312fba0a1ef8f0a1a6c1760c73a89e29cfca09a |
Mariatta |
2017-04-19 01:59:47 |
Fix minor typos (GH-1173) |
992ae6444cc745c23d3bcc604983cc8e39405bd2 |
cocoatomo |
2017-04-19 00:38:26 |
bpo-29514: Check magic number for bugfix release (#54) |
d6d344d8330a5975fc102e8f275d47044294f1d1 |
Eric Appelt |
2017-04-17 18:35:43 |
fix a refleak in slot_sq_length (#1162) |
8e1ddbd592c3aaf02a58789771f891c0101c6e05 |
Xiang Zhang |
2017-04-16 16:54:21 |
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) |
55fe1ae9708d81b902b6fe8f6590e2a24b1bd4b0 |
Serhiy Storchaka |
2017-04-16 07:46:38 |
bpo-10076: Compiled regular expression and match objects now are copyable. (#1000) |
fdbd01151dbd5feea3e4c0316d102db3d2a2a412 |
Serhiy Storchaka |
2017-04-16 07:16:03 |
bpo-28765: Use concrete types API in _sre.c. (#1009) |
cd85d0b90b39310c8ca7329bd35e82c2c1c8f4ad |
Serhiy Storchaka |
2017-04-16 06:39:30 |
bpo-29839: Raise ValueError rather than OverflowError in len() for negative values. (#701) |
baf9f29811dba9c06e76b8e220bd77260202f299 |
Serhiy Storchaka |
2017-04-16 06:37:18 |