Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
94a3694c3dda97e3bcb51264bf47d948c5424d84
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
e0cba5b
[2.7] bpo-29521: Fix two minor documentation build warnings (GH-41) (GH-670)
by Mariatta
· 8 years ago
7026cd9
[2.7] Correct typo in configparser.rst (GH-1012) (GH-1026)
by Mariatta
· 8 years ago
ab16dc1
bpo-29506: Clarify deep copy note in copy module
by Nick Coghlan
· 8 years ago
d6d943a
Issue #29798: Handle git worktree in patchcheck (#1057)
by Nick Coghlan
· 8 years ago
e41390a
bpo-27867: Expand the PySlice_GetIndicesEx macro. (#1023) (#1046)
by Serhiy Storchaka
· 8 years ago
7f85947
[2.7] bpo-19225: Lack of c api exceptions doc (#964)
by cocoatomo
· 8 years ago
9b50786
Fix references within buffer protocol docs (#1016)
by Eric Wieser
· 8 years ago
d7564e5
remove merge=union attribute for Misc/NEWS (GH-460) (GH-989)
by Mariatta
· 8 years ago
23d6eb6
bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. (#462) (#973)
by Victor Stinner
· 8 years ago
d64146c
Fix socket leaks (#351)
by Ivan Mokeev
· 8 years ago
9c2c42c
bpo-27863: Fixed multiple crashes in ElementTree. (#765) (#903) (#963)
by Serhiy Storchaka
· 8 years ago
68903b6
bpo-15083: Convert ElementTree doctests to unittests. (#906)
by Serhiy Storchaka
· 8 years ago
5aa913d
bpo-29952: Use usual terminology of dict (GH-924)
by INADA Naoki
· 8 years ago
2ee01ec
[2.7] bpo-22392: Improve documentation for __getinitargs__ (GH-899)
by Mandeep Singh
· 8 years ago
d694a06
bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#913)
by T. Wouters
· 8 years ago
079f21f
bpo-29935: Fixed error messages in the index() method of tuple and list (#887) (#907) (#910)
by Serhiy Storchaka
· 8 years ago
3ceca68
bpo-29917: DOC: Remove link from PyMethodDef (#890) (#896)
by Senthil Kumaran
· 8 years ago
fd704a0
bpo-16011: clarify that 'in' always returns a boolean value (GH-152) (GH-883)
by Mariatta
· 8 years ago
6a04ef7
bpo-29643: Fix check for --enable-optimizations (GH-873)
by INADA Naoki
· 8 years ago
d665407
Drop the standard gcc test build on Travis (GH-853) (GH-861)
by Brett Cannon
· 8 years ago
6f95b37
bpo-29888: Fix the link referring to "Python download page" (GH-823)
by cocoatomo
· 8 years ago
5084ff7
bpo-29861: release references to multiprocessing Pool tasks (#743) (#803)
by Antoine Pitrou
· 8 years ago
de65804
Insert a missing semicolon in sgmllib documentation (#772)
by cocoatomo
· 8 years ago
dae5482
fix function name in tabnanny documentation (GH-764)
by Xiang Zhang
· 8 years ago
9c0408d
bpo-29876: fix DECREF for NULL value in subelement() (GH-760)
by Xiang Zhang
· 8 years ago
e6a55dd
bpo-29874: fix INCREF for possible NULL values in select_select() (GH-758)
by Xiang Zhang
· 8 years ago
827c783
bpo-29873: fix INCREF for possible NULL value in element_getattr() (GH-757)
by Xiang Zhang
· 8 years ago
91f79db
bpo-29856: Fix typo in curses documentation (GH-730) (GH-733)
by Mariatta
· 8 years ago
fc714fd
Drop C++ header compatibility test (#718) (#721)
by Brett Cannon
· 8 years ago
a5f8165
[2.7] Combine the C++ header CI build into the main C build (GH-697) (#706)
by Brett Cannon
· 8 years ago
1aa1803
bpo-27880: Fixed integer overflow in cPickle when pickle large strings or (#662)
by Serhiy Storchaka
· 8 years ago
4ec14c2
fix parameter names in ftplib documentation (GH-656)
by Xiang Zhang
· 8 years ago
ee10fb9
bpo-29798: Handle git worktree in `make patchcheck` (#629) (#635)
by Nick Coghlan
· 8 years ago
c8869af
[2.7] bpo-29656: Handle PR branches in 'make patchcheck' (#302) (#628)
by Nick Coghlan
· 8 years ago
309fb90
Insert the line which should not have been deleted (#581)
by cocoatomo
· 8 years ago
0c2ed76
[2.7] bpo-29768: Fixed compile-time check for expat version. (#577)
by Serhiy Storchaka
· 8 years ago
de1c7d5
Issue #29682:Possible missing NULL check in pyexpat (#573)
by svelankar
· 8 years ago
9fbb65e
bpo-29655: Fixed possible reference leaks in `import *`. (#301) (#510)
by Serhiy Storchaka
· 8 years ago
6c6186d
PCbuild: Add -q option to svn export (GH-539)
by INADA Naoki
· 8 years ago
Next »