summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* an AttributeError is perfectly acceptable hereBenjamin Peterson2010-06-301-1/+1
* fix issue #6589: cleanup asyncore.socket_map if smtpd.SMTPServer constructor ...Giampaolo RodolĂ 2010-06-302-9/+18
* mark test depending on ref countingBenjamin Peterson2010-06-301-0/+1
* Issue #9125: Update parser module for "except ... as ..." syntax.Mark Dickinson2010-06-303-4/+14
* Update Demo/parser directory; backport unparse fixes from py3k.Mark Dickinson2010-06-305-170/+297
* Issue #1789: clarify that the 'size' column in struct docs refers to standar...Mark Dickinson2010-06-291-1/+5
* group cStringIO docs under its factory functionBenjamin Peterson2010-06-291-18/+23
* Added information about pickle security and SocketHandler.Vinay Sajip2010-06-291-0/+5
* Documentation Fix: urllib.urlopen.info uses mimetools.Message, not httplib.HT...Senthil Kumaran2010-06-291-1/+1
* Spelling.Mark Dickinson2010-06-291-1/+1
* unparse.py: fix mispaced parentheses in chained comparisonsMark Dickinson2010-06-282-1/+5
* Set svn:eol-style on test_unparse.py.Mark Dickinson2010-06-280-0/+0
* Fix typo in test_unparse.py.Mark Dickinson2010-06-281-1/+1
* Fix some shallow bugs in Demo/parser/unparse.py, and add tests:Mark Dickinson2010-06-282-6/+77
* Documentation correction. urllib2.urlopen.info returns a mimetools.Message in...Senthil Kumaran2010-06-281-2/+2
* fix skipping conditionBenjamin Peterson2010-06-281-1/+1
* testcapi tests are definitely cpython onlyBenjamin Peterson2010-06-281-1/+3
* Fix Issue8653 - Docstring for urlunsplit function.Senthil Kumaran2010-06-281-0/+5
* Fix issue3428 - Document HTTPMessage class.Senthil Kumaran2010-06-281-0/+8
* remove unused last argument to property_copyBenjamin Peterson2010-06-281-16/+12
* mark tracking tests as implementation detailsBenjamin Peterson2010-06-271-0/+4
* Fix for Issue8883: without this patch test_urllib will failRonald Oussoren2010-06-271-2/+7
* The uuid library on OSX 10.5 seems to contain the same bug as the oneRonald Oussoren2010-06-271-3/+3
* Two small fixes for the support for SDKs on MacOSX:Ronald Oussoren2010-06-272-2/+5
* Untabify.Georg Brandl2010-06-271-2/+2
* Two typos.Georg Brandl2010-06-271-2/+2
* Fix URL.Georg Brandl2010-06-271-2/+2
* Use designated syntax for optional grammar element.Georg Brandl2010-06-271-1/+1
* Confusing punctuation.Georg Brandl2010-06-271-1/+1
* Issue 9024: Added :cdata: tag to PyDateTimeAPIAlexander Belopolsky2010-06-261-1/+2
* Fix extra space.Ezio Melotti2010-06-262-2/+2
* #9085: email versions have gotten out of sync, 2.7 is actually 4.0.3.R. David Murray2010-06-261-1/+1
* Fix indentation in recently added test.R. David Murray2010-06-261-1/+1
* Issue #9024: Fixed mark-up for PyDateTime_IMPORT macro and added thatAlexander Belopolsky2010-06-261-3/+3
* #4640: add a test to optparse that proves issue is invalid.R. David Murray2010-06-261-0/+5
* mark implementation detail as suchBenjamin Peterson2010-06-251-0/+1
* this must be a typoBenjamin Peterson2010-06-251-1/+1
* mark implementation detail as suchBenjamin Peterson2010-06-251-0/+1
* Fix indentation of Python code example in C comment.Mark Dickinson2010-06-251-11/+11
* Issue #9075: In the ssl module, remove the setting of a `debug` flagAntoine Pitrou2010-06-252-1/+3
* Issue #9020: The Py_IS* macros from pyctype.h should generally only beStefan Krah2010-06-242-1/+4
* prevent assignment to set literalsBenjamin Peterson2010-06-243-0/+9
* remove reverted changedBenjamin Peterson2010-06-241-3/+0
* cpython only gc testsBenjamin Peterson2010-06-231-0/+3
* Issue #8930: Remaining indentation fixes after the Grand Unified Indenting.Stefan Krah2010-06-231-57/+57
* Fix misindents in compile.c (for Benjamin).Antoine Pitrou2010-06-221-11/+11
* mark ref counting as impl detailBenjamin Peterson2010-06-221-4/+3
* must force gc hereBenjamin Peterson2010-06-221-1/+3
* bump revisionBenjamin Peterson2010-06-221-2/+2
* spacing nit; this isn't CBenjamin Peterson2010-06-221-1/+1