Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
5e8e371364ee58dadb9a4e4e51c7e9cf6bedbfae
/
Lib
5e8e371
bpo-27448: Work around a gc.disable race condition in subprocess. (#1932)
by Gregory P. Smith
· 8 years ago
57d963b
[2.7] bpo-25674: remove sha256.tbs-internet.com ssl test (GH-3297) (#3301)
by Christian Heimes
· 8 years ago
990b2d0
[2.7] bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (GH-31) (#3242)
by Pauli Virtanen
· 8 years ago
20958e6
[2.7] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3235)
by Oren Milman
· 8 years ago
5bd2368
Merge branch 'release-2.7.14' into 2.7
by Benjamin Peterson
· 8 years ago
bc80fd1
[2.7] bpo-28261: Prevent raising SystemError where PyArg_ParseTuple is used to parse non-args. (#3213)
by Oren Milman
· 8 years ago
48455e2
update pydoc topics
by Benjamin Peterson
· 8 years ago
02e0367
bpo-31258: test_urllib2_localnet uses addCleanup(server.stop) (#3184)
by Victor Stinner
· 8 years ago
1460ce5
bpo-31258: test_signal: call waitpid() to prevent zombie process (#3183)
by Victor Stinner
· 8 years ago
cce1cb9
bpo-30871: Add test.pythoninfo (#3174) (#3175)
by Victor Stinner
· 8 years ago
0fbac70
regrtest: fix test to choose if header should be displayed (#3172)
by Victor Stinner
· 8 years ago
02d4292
bpo-30263: regrtest: add system load average (#3165)
by Victor Stinner
· 8 years ago
883520a
bpo-31069, test_multiprocessing: Fix dangling process (#3103) (#3105)
by Victor Stinner
· 8 years ago
05b7d9c
[2.7] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3094)
by Christian Heimes
· 8 years ago
504939f
bpo-31067: test_subprocess calls reap_children() (#2931) (#3073)
by Victor Stinner
· 8 years ago
4dea065
bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055) (#3071)
by Victor Stinner
· 8 years ago
1247e2c
[2.7] bpo-31160: Backport reap_children fixes from master to 2.7 (#3063)
by Victor Stinner
· 8 years ago
425680b
[2.7] bpo-31150: Wait for child process in test_forkinthread to avoid thread reaped warnings (#3042)
by Ammar Askar
· 8 years ago
56e162a
ttk: fix LabeledScale and OptionMenu destroy() method (#3026)
by Victor Stinner
· 8 years ago
88ffff5
[2.7] bpo-31107: Fix copyreg mangled slot names calculation. (GH-2989). (#3004)
by Shane Harvey
· 8 years ago
3dd1ccb
bpo-29902: Emit a Py3k deprecation warning when pickling or copying (#2823)
by Serhiy Storchaka
· 8 years ago
3e37f4a
bpo-29519: weakref spewing exceptions during interp finalization (#2958)
by INADA Naoki
· 8 years ago
c2f7fb6
[2.7] bpo-31044: Skip test_posix.test_makedev() on FreeBSD (#2915) (#2918)
by Victor Stinner
· 8 years ago
fd6736d
bpo-31028: Fix test_pydoc when run directly (#2864) (#2911)
by Victor Stinner
· 8 years ago
29094ce
bpo-30980: Fix double close in asyncore.file_wrapper (#2789) (#2900)
by Nir Soffer
· 8 years ago
0cba38d
bpo-30778: Skip test_bsddb3 on Windows XP (#2877)
by Victor Stinner
· 8 years ago
b65cb8a
bpo-31019: Fix multiprocessing.Process.is_alive() (#2875) (#2882)
by Victor Stinner
· 8 years ago
ec9a712
[3.6] bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027) (#2881) (#2883)
by Victor Stinner
· 8 years ago
e5eae47
[2.7] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214) (#2894)
by Dong-hee Na
· 8 years ago
0fc940a
test_bsddb3 tolerates smaller timeout on Windows (#2840)
by Victor Stinner
· 8 years ago
80ebc43
bpo-30822: regrtest: fix -u extralargefile (#2788)
by Victor Stinner
· 8 years ago
a739000
[2.7] bpo-30883: Use pythontest.net instead of debian.org in test_urllib2net (GH-2755)
by Ammar Askar
· 8 years ago
b6dae2e
[2.7] bpo-30911: Add tests for bad boolean arguments for accelerated json (GH-2690) (#2694)
by Serhiy Storchaka
· 8 years ago
f6d6480
[2.7] bpo-30855: Trying to fix test_use on Windows. (#2586)
by Victor Stinner
· 8 years ago
af6c547
Fix trivial typo in json module docstring (GH-2274) (GH-2432)
by Mariatta
· 8 years ago
2b92cd3
bpo-30850: Use specialized assert methods in bsddb tests. (#2584)
by Serhiy Storchaka
· 8 years ago
8767de2
bpo-30759: regrtest: list_cases() now unload modules (#2582)
by Victor Stinner
· 8 years ago
668489a
bpo-30759: Copy test_robotparser from master (#2546)
by Victor Stinner
· 8 years ago
3050987
bpo-30843: regrtest fixes sys.path, restore test.bisect (#2567)
by Victor Stinner
· 8 years ago
28b72ba
bpo-30843: Rename Lib/test/bisect.py to Lib/test/bisectcmd.py (#2563)
by Victor Stinner
· 8 years ago
1fef015
bpo-29796: test_weakref: Fix collect_in_thread() on Windows (#2553)
by Victor Stinner
· 8 years ago
1e4fcb3
regrtest: fix --list-cases --verbose (#2547)
by Victor Stinner
· 8 years ago
c51a8e9
[2.7] Rename test_ file that is really a support file to remove test_ prefix. (#2548)
by Serhiy Storchaka
· 8 years ago
d7955b8
[2.7] bpo-29512, bpo-30764: Backport regrtest enhancements from 3.5 to 2.7 (#2541)
by Victor Stinner
· 8 years ago
fd93f37
bpo-30448: Fix support.SuppressCrashReport on macOS (#2515)
by Victor Stinner
· 8 years ago
a45a99b
[2.7] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493) (#2499)
by Antoine Pitrou
· 8 years ago
12536bd
[2.7] Clear potential ref cycle between Process and Process target (GH-2470) (#2473)
by Antoine Pitrou
· 8 years ago
fea98bf
[2.7] bpo-30523, bpo-30764, bpo-30776: Sync regrtest from master (#2444)
by Victor Stinner
· 8 years ago
2d77558
bpo-30705: Fix test_regrtest.test_crashed() (#2439)
by Victor Stinner
· 8 years ago
95a91df
bpo-30764: Windows support.SuppressCrashReport (#2423)
by Victor Stinner
· 8 years ago
2097b9e
[2.7] bpo-30764: test_subprocess uses SuppressCrashReport (#2405) (#2412)
by Victor Stinner
· 8 years ago
787826c
[2.7] bpo-30746: Prohibited the '=' character in environment variable names (GH-2382) (#2393)
by Serhiy Storchaka
· 8 years ago
9dda2ca
[2.7] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2372)
by Serhiy Storchaka
· 8 years ago
7709b4d
[2.7] bpo-30727: Fix a race condition in test_threading. (GH-2334). (#2353)
by Serhiy Storchaka
· 8 years ago
da6d305
bpo-8799: Reduce timing sensitivity of condition test by explicitly (#2320)
by Victor Stinner
· 8 years ago
d4324ba
bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2294)
by Victor Stinner
· 8 years ago
24c2c20
bpo-30540, bpo-30523: Add --matchfile and --list-cases options to regrtest (#2249)
by Victor Stinner
· 8 years ago
8bb0863
bpo-30675: Fix refleak hunting in regrtest (#2227)
by Victor Stinner
· 8 years ago
d09f167
[2.7] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) (#2168)
by Antoine Pitrou
· 8 years ago
a51f12f
[2.7] bpo-29514: Check magic number for bugfix releases
by Nick Coghlan
· 8 years ago
0cc43df
[2.7] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) (#2123)
by Serhiy Storchaka
· 8 years ago
5fe8ac6
[2.7] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2086)
by Zachary Ware
· 8 years ago
e5bdad2
bpo-30418: Popen.communicate() always ignore EINVAL (#2002) (#2006)
by Victor Stinner
· 8 years ago
e14af32
Simplify code in warnings modules (#1957)
by Alex Gaynor
· 8 years ago
87edc5e
Skip UNC tests on AppVeyor in case of ENOENT (GH-1950)
by Zachary Ware
· 8 years ago
3ef3bcb
bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1904) (#1676)
by Xiang Zhang
· 8 years ago
1626a47
[2.7] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1289)
by Mariatta
· 8 years ago
96f5020
[2.7] bpo-30310: tkFont now supports unicode options (e.g. font family). (#1567)
by Serhiy Storchaka
· 8 years ago
bdd9647
[2.7] bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (GH-1683) (#1817)
by Antoine Pitrou
· 8 years ago
779e7c9
bpo-30394: Fix a socket leak in smtplib.SMTP.__init__() (#1700) (#1788)
by Stéphane Wirtel
· 8 years ago
f31f225
Fix spelling mistakes in tkinter.py (#1754)
by Vijay Kumar
· 8 years ago
6e1b832
bpo-30003: Fix handling escape characters in HZ codec (#1720) (#1556)
by Xiang Zhang
· 8 years ago
2b67c7a
[2.7] bpo-30415: Add new tests for the fnmatch module. (GH-1684). (#1696)
by Serhiy Storchaka
· 8 years ago
cef8b17
bpo-30409: locale.getpreferredencoding doesn't return result (#1672)
by Sean McCully
· 8 years ago
e6a0b59
[2.7] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1681)
by Serhiy Storchaka
· 8 years ago
e9f9b04
[2.7] bpo-25794: Fix `type.__setattr__()` for non-interned or unicode attribute names. (GH-1652) (#1675)
by Serhiy Storchaka
· 8 years ago
c47c315
bpo-26434: Fix multiprocessing grandchilds in a Windows service (GH-1167)
by Marc Schlaich
· 8 years ago
dfcfc91
[2.7] bpo-30375: Correct the stacklevel of regex compiling warnings. (#1595) (#1648)
by Serhiy Storchaka
· 8 years ago
955b676
[2.7] bpo-30363: Backport warnings in the re module. (#1577)
by Serhiy Storchaka
· 8 years ago
09b5247
bpo-30365: Backport warnings and fix bugs in ElementTree. (#1581)
by Serhiy Storchaka
· 8 years ago
800e4b7
bpo-30329: Catch Windows error 10022 on shutdown() (#1538) (#1624)
by Victor Stinner
· 8 years ago
6924ed5
bpo-30357 each test in test_thread waits until all spawned threads finish (#1583)
by grzgrzgrz3
· 8 years ago
9d1983b
bpo-11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition. (#1591)
by Victor Stinner
· 8 years ago
eb66897
[2.7] bpo-30366: Backport tests for test.support. (#1582)
by Serhiy Storchaka
· 8 years ago
94a3694
bpo-6393: Fix locale.getprerredencoding() on macOS (#1555)
by Victor Stinner
· 8 years ago
f2e894c
bpo-30342: Fix sysconfig.is_python_build() on VS9.0 (#1544)
by Victor Stinner
· 8 years ago
a5bb624
[2.7] bpo-30283: regrtest: backport test_slow_interrupted() and test_coverage() (#1541)
by Victor Stinner
· 8 years ago
3837d97
bpo-15526: test_startfile changes the cwd (#1537)
by Victor Stinner
· 8 years ago
453a685
bpo-30283: Backport regrtest features from master to 2.7 (#1516)
by Victor Stinner
· 8 years ago
d2aff60
[2.7] bpo-30283: Backport test_regrtest from master to 2.7 (#1513)
by Victor Stinner
· 8 years ago
c8a77d3
Fix SyntaxWarning on importing test_inspect (#1512)
by Victor Stinner
· 8 years ago
4e7457b
bpo-29990: Fix range checking in GB18030 decoder (#1509)
by Xiang Zhang
· 8 years ago
228da42
bpo-30258: Fix handling of child error in regrtest (#1477)
by Victor Stinner
· 8 years ago
03b2788
bpo-30265: support.unlink() don't catch any OSError (#1456)
by Victor Stinner
· 8 years ago
d81f9e2
bpo-30264: ExpatParser now closes the source (#1476)
by Victor Stinner
· 8 years ago
fd6094c
Relax test timing (bpo-29861) to avoid sporadic failures (#1120) (#1472)
by Victor Stinner
· 8 years ago
ef4c6ba
Revert "Issue #29094: Offsets in a ZIP file created with extern file object and modes" (#1467)
by Benjamin Peterson
· 8 years ago
e81e355
bpo-30108: Fix test_site setUpModule() (#1460)
by Victor Stinner
· 8 years ago
7806438
bpo-30108: Restore sys.path in test_site (#1197) (#1459)
by Victor Stinner
· 8 years ago
9fb061b
Fix test_ftplib warning if IPv6 is not available (#1457)
by Victor Stinner
· 8 years ago
Next »