summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ...Ezio Melotti2010-12-0121-186/+203
* Fix test failure in debug builds and add NEWS entry for r86908Ezio Melotti2010-12-012-3/+5
* #10535: Enable silenced warnings in unittest by defaultEzio Melotti2010-12-018-22/+228
* Doc and docstring nits.Raymond Hettinger2010-12-012-2/+6
* Fix #10591. Fix test_os for refleak runs.Brian Curtin2010-11-301-2/+1
* Issue #8685: Speed up set difference `a - b` when source set `a` isAntoine Pitrou2010-11-302-7/+25
* Add link to specification.Raymond Hettinger2010-11-301-0/+1
* Documentation nits.Raymond Hettinger2010-11-301-3/+3
* Add example, tighten text, and minor clean-ups.Raymond Hettinger2010-11-304-37/+50
* Fix typo: "ofbytes" should be "of bytes"Daniel Stutzbach2010-11-301-3/+3
* Add some internal links.Raymond Hettinger2010-11-302-2/+3
* Issue #9598: untabify.py will now respect encoding cookie in the files it pro...Alexander Belopolsky2010-11-301-3/+4
* Let’s keep “throw” for the generator method and use “raise” elsewhere.Éric Araujo2010-11-304-4/+4
* Issue #10552: Partially fixed a sort error in Tools/unicode/gencodec.pyAlexander Belopolsky2010-11-301-7/+10
* Actually fix what I attempted to fix in r86888...Brian Curtin2010-11-301-3/+3
* Issue 9873: the URL parsing functions now accept ASCII encoded byte sequences...Nick Coghlan2010-11-305-137/+603
* Try to fix failures on platforms that can't encode the test characters.Brian Curtin2010-11-301-1/+6
* Fix typo.Georg Brandl2010-11-301-1/+1
* Remove redundant includes of headers that are already included by Python.h.Georg Brandl2010-11-3022-32/+0
* Include structseq.h in Python.h, and remove now-redundant includes in individ...Georg Brandl2010-11-3014-12/+3
* Fix input type for zlib.Georg Brandl2010-11-301-2/+2
* #10584: fix bad links.Georg Brandl2010-11-301-2/+2
* Neaten-up a bit.Raymond Hettinger2010-11-303-15/+12
* Issue 10220: switch to using string constants rather than integers for inspec...Nick Coghlan2010-11-302-1/+12
* Issue 10586: change the new functools.lru_cache implementation to expose the ...Nick Coghlan2010-11-305-19/+69
* Issue #10572: Moved json tests to Lib/test/json_tests.Alexander Belopolsky2010-11-3018-4/+4
* Issue #10323: Predictable final state for slice().Raymond Hettinger2010-11-303-3/+13
* Use booleans where applicable.Georg Brandl2010-11-292-21/+21
* Code style cleanup in bdb.Georg Brandl2010-11-291-31/+21
* Fix heading style inconsistencies.Georg Brandl2010-11-291-3/+3
* Fix indentation bug.Georg Brandl2010-11-291-9/+10
* Remove the comment used while testing.Senthil Kumaran2010-11-291-1/+0
* Fix #10561 - Fix pdb behavior. Delete the breakpoints by breakpoint number.Senthil Kumaran2010-11-295-9/+31
* Issue #10565: Iterator ABC should require both __next__ and __iter__.Raymond Hettinger2010-11-293-3/+13
* Use assertCountEqual instead of assertItemsEqualEzio Melotti2010-11-292-2/+2
* Do not add an obsolete unittest name to Py3.2.Raymond Hettinger2010-11-292-10/+0
* Fix for #8879.Brian Curtin2010-11-282-2/+23
* Add callable() to the built-in functions table.Ezio Melotti2010-11-281-9/+9
* there's now a setup.py switch for thisBenjamin Peterson2010-11-281-1/+1
* Windows: fix leak in posix_listdir.Stefan Krah2010-11-271-0/+1
* Issue #10518: Bring back the callable() builtin.Antoine Pitrou2010-11-275-14/+61
* Add version-added note twice for new difflib SequenceMatcher autojunk parameter.Terry Reedy2010-11-271-0/+6
* Make doc for PyErr_Format() up to date.Antoine Pitrou2010-11-271-74/+5
* Roumen Petrov's fix for when all paths are absolute. (Issue 10520)Barry Warsaw2010-11-271-1/+2
* Fix additional leaks.Stefan Krah2010-11-271-0/+2
* Issue 10242: unittest.assertItemsEqual makes too many assumptions.Raymond Hettinger2010-11-275-39/+60
* Replace _nbits() with int.bit_length().Raymond Hettinger2010-11-271-17/+1
* Rewrap long lines + minor editsÉric Araujo2010-11-261-11/+11
* Use link-generating markup (see #9312)Éric Araujo2010-11-261-1/+2
* Fixed deprecation warnings.Alexander Belopolsky2010-11-261-2/+2