Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
ed3edb4fbf6ec033e5e058f763c6266affa8eedc
ed3edb4
[2.7] Only run AppVeyor on long-lived branches (GH-1941)
by Zachary Ware
· 7 years ago
87edc5e
Skip UNC tests on AppVeyor in case of ENOENT (GH-1950)
by Zachary Ware
· 7 years ago
6a1b89d
[2.7] Turn on macOS builds for Travis (GH-1846) (GH-1931)
by Brett Cannon
· 7 years ago
3ef3bcb
bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1904) (#1676)
by Xiang Zhang
· 7 years ago
662d856
bpo-30499: Remove a deprecated note about sets. (GH-1848) (GH-1907)
by Mariatta
· 7 years ago
9139f23
bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) (GH-1898)
by Mariatta
· 7 years ago
32e220f
[2.7] Fix Travis config to reinstate test build (GH-1879) (GH-1891)
by Brett Cannon
· 7 years ago
e81aa87
[2.7] Fix a trivial typo in global section (GH-1497) (GH-1882)
by Mariatta
· 7 years ago
497e5e1
[2.7] Build docs in parallel (GH-1842). (GH-1873)
by Mariatta
· 7 years ago
1f29cef
bpo-29766: Do not force --with-lto to true for --enable-optimizations (#1858)
by Hanno Schlichting
· 7 years ago
1626a47
[2.7] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1289)
by Mariatta
· 7 years ago
96f5020
[2.7] bpo-30310: tkFont now supports unicode options (e.g. font family). (#1567)
by Serhiy Storchaka
· 7 years ago
2bb6eb3
[2.7] Indent methods and attributes of MimeType class (GH-1306) (#1801)
by Stéphane Wirtel
· 7 years ago
bdd9647
[2.7] bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (GH-1683) (#1817)
by Antoine Pitrou
· 7 years ago
779e7c9
bpo-30394: Fix a socket leak in smtplib.SMTP.__init__() (#1700) (#1788)
by Stéphane Wirtel
· 7 years ago
9395ca4
added re.UNICODE effects to insensitive flags (#1781)
by Brian Ward
· 7 years ago
f31f225
Fix spelling mistakes in tkinter.py (#1754)
by Vijay Kumar
· 7 years ago
fd58340
Build the docs against Sphinx 1.6.1 (GH-1744)
by Brett Cannon
· 7 years ago
374e57d
[2.7] Fix typos in multiple `.rst` files (GH-1668) (#1707)
by delirious-lettuce
· 7 years ago
6e1b832
bpo-30003: Fix handling escape characters in HZ codec (#1720) (#1556)
by Xiang Zhang
· 7 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
b8b9f95
[2.7] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1616)
by Serhiy Storchaka
· 8 years ago
97eb2a7
[2.7] bpo-30380: Pin the version of Sphinx used to build the docs (GH-1612) (GH-1619)
by Brett Cannon
· 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
982a17e
bpo-30242: resolve some undefined behaviours in struct (#1418) (#1588)
by Xiang Zhang
· 8 years ago
bd82a07
Update Travis Doc build config (GH-1565)
by Zachary Ware
· 8 years ago
f6c6d1e
bpo-11681: Document the `-b` and `-bb` options (GH-1562)
by Zachary Ware
· 8 years ago
4be66b6
Fix warnings due to deprecated latex options (GH-1563)
by Zachary Ware
· 8 years ago
c7362b4
Update susp-ignored.csv (GH-1564)
by Zachary Ware
· 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
05469fa
bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1531) (#1480)
by Xiang Zhang
· 8 years ago
8832141
gitignore: add rules for the PC/ directory (#1514)
by Victor Stinner
· 8 years ago
a473a73
[2.7] bpo-29243: Fix Makefile with respect to --enable-optimizations (GH-1478) (#1522)
by torsava
· 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
5d7a18f
[2.7] bpo-30243: Fixed the possibility of a crash in _json. (GH-1420) (#1471)
by Serhiy Storchaka
· 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
8a19eb2
bpo-23404: make touch becomes make regen-all (#1466)
by Victor Stinner
· 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
0f7f676
test_distutils: test_build_ext uses EnvironGuard (#1458)
by Victor Stinner
· 8 years ago
e1b02ff
[2.7] bpo-28315: Improve code examples in docs (GH-1372) (#1447)
by Mariatta
· 8 years ago
74f0db8
[2.7] bpo-30236: Backported regrtest options -m and -G. (#1394)
by Serhiy Storchaka
· 8 years ago
8cf7ea2
Add Appveyor to Python 2.7 branch (#1434)
by Victor Stinner
· 8 years ago
2c27731
bpo-30257: _bsddb: Fix newDBObject() (#1428)
by Victor Stinner
· 8 years ago
c991eb2
bpo-30258: regrtest handles child process crash (#1431)
by Victor Stinner
· 8 years ago
15f8d0d
test_distutils: use EnvironGuard (#1433)
by Victor Stinner
· 8 years ago
2b183b8
Update .gitignore (#1435)
by Victor Stinner
· 8 years ago
f6a3133
bpo-30255: Clip step in _PySlice_Unpack() (#1429)
by Victor Stinner
· 8 years ago
0d49379
regrtest: always show before/after of modified env (#1407) (#1409)
by Victor Stinner
· 8 years ago
d1c862f
bpo-30199: test_ssl closes all asyncore channels (#1381) (#1408)
by Victor Stinner
· 8 years ago
df56925
bpo-30232: Support Git worktree in configure.ac (#1402)
by Victor Stinner
· 8 years ago
8105dd7
bpo-30223: Add global in regrtest main_in_temp_cwd (#1399)
by Victor Stinner
· 8 years ago
fd6c8bb
bpo-27593: Revise git SCM build info. (#744) (#746) (#1392)
by Victor Stinner
· 8 years ago
8e158b2
[2.7] bpo-30223: Fix test_xpickle for Python 2.4. (#1395)
by Serhiy Storchaka
· 8 years ago
43566ae
[2.7] bpo-30223: Add Lib/test/__main__.py. (#1373)
by Serhiy Storchaka
· 8 years ago
2c7085f
bpo-27593: Get SCM build info from git instead of hg (#1327)
by Victor Stinner
· 8 years ago
6bed8f9
bpo-30207: Install the Lib/test/support directory. (#1369)
by Serhiy Storchaka
· 8 years ago
a694e09
bpo-30207: Rename test.test_support to test.support. (#1353)
by Serhiy Storchaka
· 8 years ago
4734c2d
[2.7] bpo-30208: DOC: fix small typos in IDLE (#1358)
by csabella
· 8 years ago
941ea53
[2.7] bpo-30197: Enhance swap_attr() and backport swap_item() in test.test_support. (#1341) (#1347)
by Serhiy Storchaka
· 8 years ago
5f4056a
Fix "make tags" command (#1337)
by Victor Stinner
· 8 years ago
219a3f9
Update gitignore from master (#1329)
by Victor Stinner
· 8 years ago
24404b4
[2.7] bpo-30182: Use the correct name for ISO in Unicode HOWTO. (GH-1312). (#1315)
by Mariatta
· 8 years ago
19b3a48
[2.7] bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1305)
by Dong-hee Na
· 8 years ago
bfc7dff
[2.7] bpo-15718: Document the upper bound constrain on the __len__ return value. (GH-1256). (#1261)
by Serhiy Storchaka
· 8 years ago
91e5ee5
[2.7] Add missing .gitignore entries for VS2015 IntelliSense DB (GH-1223). (#1227)
by Mariatta
· 8 years ago
fb12365
Remove redundant comma in argparse HOWTO (GH-1141)
by Berker Peksag
· 8 years ago
450a69c
bpo-19225: Remove duplicated description for standard warning categories (GH-1068)
by cocoatomo
· 8 years ago
2a1bf06
[2.7] [3.5] bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (GH-1131). (GH-1185) (#1189)
by Serhiy Storchaka
· 8 years ago
64aa4df
[2.7] bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (GH-1096) (GH-1180) (#1183)
by Serhiy Storchaka
· 8 years ago
32c43fb
Fix typo in HTTPConnection.set_tunnel description (#1179)
by Christopher Snyder
· 8 years ago
89f9eb5
bpo-29943: Remove the PySlice_GetIndicesEx() macro. (#1050)
by Serhiy Storchaka
· 8 years ago
5e79321
bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154)
by Serhiy Storchaka
· 8 years ago
50f948e
bpo-30011: Fixed race condition in HTMLParser.unescape(). (#1140)
by Serhiy Storchaka
· 8 years ago
5fbdfc3
bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1152)
by Xiang Zhang
· 8 years ago
0b46fcf
[2.7] bpo-30059: Include Py_Ellipsis in C API documentation (GH-1018) (GH-1147)
by Michael Seifert
· 8 years ago
b2b00e0
[2.7] bpo-29738: Fix memory leak in _get_crl_dp (GH-526) (GH-1144)
by Mariatta
· 8 years ago
53ad684
bpo-30021: Add examples for re.escape(). (#1048) (#1118)
by Serhiy Storchaka
· 8 years ago
65c5b09
bpo-30027: Fix Py3k warnings in test_xml_etree. (#1065)
by Serhiy Storchaka
· 8 years ago
Next »