summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #25809: Skip testing platform-dependent French thousands separatorMartin Panter2015-12-121-1/+3
* Fixed possible leaks in ElementTree parser.Serhiy Storchaka2015-12-091-2/+8
* Clarify that only *documentation* bugs should go to docs@python.orgZachary Ware2015-12-091-1/+2
* Issue25814: Propagate all errors from custom XML parser handlersSerhiy Storchaka2015-12-061-73/+45
* merge headsNed Deily2015-12-061-1/+1
|\
| * remove pointless keys() callBenjamin Peterson2015-12-061-1/+1
* | Issue #25798: Update OS X 10.5+ 32-bit-only installer to buildNed Deily2015-12-063-11/+19
|/
* off to 2.7.12 we goBenjamin Peterson2015-12-051-1/+1
* merge 2.7.11 branchBenjamin Peterson2015-12-053-6/+4
|\
| * Added tag v2.7.11 for changeset 6d1b6a68f775Benjamin Peterson2015-12-051-0/+1
| * 2.7.11 finalv2.7.11Benjamin Peterson2015-12-052-6/+3
* | make consulting save_modules O(1) rather than O(n)Benjamin Peterson2015-12-051-1/+1
* | merge 2.7.11 branchBenjamin Peterson2015-12-051-2/+3
|\ \ | |/
| * add CVE and issue numberBenjamin Peterson2015-12-051-2/+3
* | Issue #14285: Do not catch ImportError from __init__.py in runpyMartin Panter2015-12-035-23/+115
* | Issue #6478: _strptime's regexp cache now is reset after changing timezoneSerhiy Storchaka2015-12-034-17/+86
* | Issue #19543: Added Py3k warning for decoding unicode.Serhiy Storchaka2015-12-033-4/+11
* | Fix test_doctest in verbose modeVictor Stinner2015-12-021-2/+2
* | Fixed reference leak when read truncated pickle.Serhiy Storchaka2015-11-301-1/+4
* | Issue #25718: Fixed copying object with state with boolean value is false.Serhiy Storchaka2015-11-303-2/+13
* | Fixed yet one syntax error in test_xpickle in Python 2.5.Serhiy Storchaka2015-11-291-1/+1
* | Fixed Py3k warnings in tests for issue #24731.Serhiy Storchaka2015-11-293-22/+29
* | Trying to fix test_xpickle with python 2.4 and 2.5.Serhiy Storchaka2015-11-291-2/+2
* | Issue #25742: Try to fix test_locale on WindowsVictor Stinner2015-11-291-8/+8
* | Got rid of "with" for compatibility test_xpickle with Python 2.5.Serhiy Storchaka2015-11-291-4/+11
* | Issue #25761: Added more test cases for testing unpickling broken data.Serhiy Storchaka2015-11-293-76/+170
* | Closes #25742: locale.setlocale() now accepts a Unicode string for its secondVictor Stinner2015-11-273-1/+18
* | Issue #23914: Fix test_xpickle with python 2.4 and 2.5Zachary Ware2015-11-271-53/+52
* | Issue #10131: Fixed deep copying of minidom documents. Based on patchSerhiy Storchaka2015-11-263-47/+59
* | Issue #25622: Rename to PythonValuesTestCase and enable for non-WindowsMartin Panter2015-11-261-2/+1
* | Fixed compilation error introduced in 745fd5550bc0.Serhiy Storchaka2015-11-261-1/+1
* | Issue #19687: Fixed possible integer overflows in ElementTree.Serhiy Storchaka2015-11-251-6/+23
* | Issue #24097: Fixed crash in object.__reduce__() if slot name is freed insideSerhiy Storchaka2015-11-253-2/+30
* | Issue #25616: Tests for OrderedDict are extracted from test_collectionsSerhiy Storchaka2015-11-253-292/+316
* | Issue #25703: Skip test_43581 if one of stdout or stderr is redirected.Serhiy Storchaka2015-11-251-1/+4
* | Issue #25697: Fixed rough alphabetical order in Misc/ACKS.Serhiy Storchaka2015-11-251-15/+14
* | Issue #24731: Fixed crash on converting objects with special methodsSerhiy Storchaka2015-11-259-6/+66
* | Issue #25725: Fixed a reference leak in cPickle.loads() when unpicklingSerhiy Storchaka2015-11-252-19/+13
* | Issue #25508: Clarify documentation on LogRecord args attribute.Vinay Sajip2015-11-241-1/+3
* | Fix non-ascii characterRaymond Hettinger2015-11-241-1/+1
* | Add a missing docstringRaymond Hettinger2015-11-241-0/+12
* | Issue #25663: Make rlcompleter avoid duplicate global namesMartin Panter2015-11-233-2/+29
* | Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.Serhiy Storchaka2015-11-232-30/+44
* | Issue #23914: Fixed SystemError raised by unpickler on broken pickle data.Serhiy Storchaka2015-11-235-4/+100
* | Issue #25691: Added tests on deleting cElementTree.Element attributes.Serhiy Storchaka2015-11-231-0/+32
* | rm duplicate entryBenjamin Peterson2015-11-231-3/+0
* | merge 2.7.11 release branchBenjamin Peterson2015-11-231-0/+3
|\ \ | |/
| * Issue #25624: ZipFile now always writes a ZIP_STORED header for directory ent...Benjamin Peterson2015-11-234-1/+30
* | Issue #25624: ZipFile now always writes a ZIP_STORED header for directorySerhiy Storchaka2015-11-224-1/+30
* | Issue #19687: Fixed memory leak on failed Element slice assignment.Serhiy Storchaka2015-11-221-10/+6