summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use raw string literals for regexes containing backlash.Georg Brandl2010-07-121-2/+2
* Take care of duplicate target name warnings.Georg Brandl2010-07-121-5/+3
* Remove myself.Martin v. Löwis2010-07-121-10/+10
* Put my name down for winreg.Brian Curtin2010-07-111-1/+1
* allow byte literalsBenjamin Peterson2010-07-113-1/+4
* Include versionadded in (c)math.isfinite docs (thanks Ezio Melotti). Other m...Mark Dickinson2010-07-112-8/+13
* assertEquals -> assertEqualMark Dickinson2010-07-111-1/+1
* Issue #9137: Fix issue in MutableMapping.update, which incorrectlyMark Dickinson2010-07-113-1/+25
* Improve docstrings for isnan, isinf and isfinite.Mark Dickinson2010-07-111-3/+3
* Issue #8974: fix print calls in msgfmt.py.Martin v. Löwis2010-07-112-3/+3
* Issue #9165: Add math.isfinite and cmath.isfinite.Mark Dickinson2010-07-117-0/+61
* test for set literalsBenjamin Peterson2010-07-111-0/+1
* Issue #7616: Fix copying of overlapping memoryview slices with the IntelAntoine Pitrou2010-07-112-11/+6
* #9223: link to Command class reference, and move Command interface docs neare...Georg Brandl2010-07-112-78/+82
* #7935: cross-reference to ast.literal_eval() from eval() docs.Georg Brandl2010-07-111-0/+3
* Allow set literals in literal_eval().Georg Brandl2010-07-113-3/+10
* #9184: fix default value for "buffering" param of open().Georg Brandl2010-07-112-2/+2
* Fix typo.Georg Brandl2010-07-111-1/+1
* #6774: explain shutdown() behavior varying with platform.Georg Brandl2010-07-111-1/+3
* Fix for issue 9164Ronald Oussoren2010-07-112-2/+3
* #3214 followup: add link to ABC entry.Georg Brandl2010-07-111-3/+3
* Silence makeindex.Georg Brandl2010-07-111-0/+2
* Issue2007: Removing reference to MSIE Cookie handling by mechanize. Suggested...Senthil Kumaran2010-07-111-9/+2
* remove unneeded error checkBenjamin Peterson2010-07-111-8/+0
* Stricter verification for file based url scheme and reliance on ftp protocol.Senthil Kumaran2010-07-112-1/+5
* ValueError is eventually what we want to move to, I supposeBenjamin Peterson2010-07-101-2/+2
* Add missing docs for re module 'purge' function.R. David Murray2010-07-101-0/+5
* Fix error message for comparing single line strings in unittest.TestCase.asse...Michael Foord2010-07-102-3/+23
* Fix 'refleak' introduced by fnmatch cache purge tests.R. David Murray2010-07-103-2/+18
* #8564: update docs on integrating doctest/unittest with unittest(2) test disc...Georg Brandl2010-07-101-8/+6
* #8456: fix signature of sqlite3.connect().Georg Brandl2010-07-101-1/+1
* #8338: fix outdated class name.Georg Brandl2010-07-101-2/+2
* #1434090: properly append child in expatbuilder doctype handler.Georg Brandl2010-07-101-1/+1
* #3214: improve description of duck-typing in glossary.Georg Brandl2010-07-101-3/+3
* #3071: tell how many values were expected when unpacking too many.Georg Brandl2010-07-102-4/+5
* Emphasize role of count for Pascal string.Georg Brandl2010-07-101-11/+9
* Fix markup.Georg Brandl2010-07-102-4/+8
* Oops. Fix distutils tests that r82746 broke.Jeffrey Yasskin2010-07-091-1/+3
* be more robust across platformsBenjamin Peterson2010-07-091-1/+1
* Silence gcc warning. (In function 'bytearray_init': warning: 'value' may be u...Mark Dickinson2010-07-091-0/+2
* remove SocketIO.__del__; close() can handle itBenjamin Peterson2010-07-091-4/+0
* Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when runningJeffrey Yasskin2010-07-096-38/+53
* Re-flow several long lines from #1578269.Brian Curtin2010-07-096-22/+41
* Adding versionchanged to the various Windows os.symlink additions, alongBrian Curtin2010-07-092-7/+15
* Fix the breakage of Lib/tarfile.py on non-Windows platforms due toBrian Curtin2010-07-092-6/+15
* wrapBenjamin Peterson2010-07-091-1/+2
* allow more exceptionsBenjamin Peterson2010-07-091-3/+3
* Reorder Jason "two O's" CoombsBrian Curtin2010-07-091-1/+1
* OverflowError is fineBenjamin Peterson2010-07-091-1/+2
* Fix sort order mistake in Misc/ACKS.R. David Murray2010-07-091-1/+1