summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #10680: fix mutually exclusive arguments in argument groups.Georg Brandl2011-01-303-0/+44
* #10961: fix exception handling in new pydoc server code.Georg Brandl2011-01-303-99/+108
* Clarify the status of get_string() and recommend using the binary API.Raymond Hettinger2011-01-301-2/+7
* #11069: fix the IDLE Stack Viewer, by not using "list" as a variable name.Georg Brandl2011-01-301-4/+4
* Add entry for the mailbox fixups.Raymond Hettinger2011-01-301-0/+28
* #9124: mailbox now accepts binary input and uses binary internallyR. David Murray2011-01-304-141/+388
* List known build/install problems for OS X.Raymond Hettinger2011-01-301-1/+4
* Issue #10845: Improve compatibility between multiprocessing on Windows and pa...Nick Coghlan2011-01-302-1/+13
* Markup nits.Raymond Hettinger2011-01-301-3/+3
* Add section for http.client.Raymond Hettinger2011-01-301-6/+37
* Typos.Raymond Hettinger2011-01-301-2/+2
* Protect logging call against None argument (fixes #11045).Éric Araujo2011-01-292-1/+4
* Issue #10939: Make Internaldate2tuple test more robust.Alexander Belopolsky2011-01-291-6/+8
* Issue 11052: Correct IDLE menu accelerators on Mac OS X for SaveNed Deily2011-01-292-2/+5
* Issue #11054: Allow Mac OS X installer builds to again work on 10.5 withNed Deily2011-01-293-18/+34
* Issue #11053: Fix IDLE "Syntax Error" windows to behave as in 2.x,Ned Deily2011-01-292-2/+6
* Issue #10940: Workaround an IDLE hang on Mac OS X 10.6 when using theNed Deily2011-01-292-1/+10
* Issue #10939: Fixed imaplib.Internaldate2tuple(). Thanks Joe PetersonAlexander Belopolsky2011-01-293-3/+15
* fix reference to issue where the addition of select.PIPE_BUF was discussedGiampaolo Rodolà2011-01-291-1/+1
* Issue #10989: Fix a crash on SSLContext.load_verify_locations(None, True).Victor Stinner2011-01-293-1/+6
* Issue #11302: missing type check on _string.formatter_field_name_split and _s...Eric Smith2011-01-292-0/+62
* Add entry for str.format_map().Raymond Hettinger2011-01-291-37/+56
* Added a placeholder for str.format_map, as discussed with Raymond. My prose i...Eric Smith2011-01-281-0/+20
* Issue 10573: revert unittest docs to first / secondMichael Foord2011-01-282-36/+36
* #11027: documented how to override SECTCREŁukasz Langa2011-01-281-0/+32
* More source linksRaymond Hettinger2011-01-2745-7/+161
* Issue 11008: docs updated to show versionadded for dictConfig.Vinay Sajip2011-01-271-0/+2
* More typical sample invocation of tarfile.Raymond Hettinger2011-01-271-1/+1
* Add missing attributions.Raymond Hettinger2011-01-271-2/+16
* Update todo list.Raymond Hettinger2011-01-271-1/+3
* Add an entry for tarfile.Raymond Hettinger2011-01-271-0/+32
* More source links.Raymond Hettinger2011-01-2720-3/+71
* Issue #11020: Command-line pyclbr was broken because of missing 2-to-3Raymond Hettinger2011-01-272-1/+4
* Issue #11018: fix a test to not be a no-op in test_bz2.Antoine Pitrou2011-01-261-1/+1
* #11019: Make BytesGenerator handle Message with None body.R. David Murray2011-01-263-0/+12
* Issue #11014: Make 'filter' argument in tarfile.Tarfile.add() into aRaymond Hettinger2011-01-264-15/+24
* Markup nits.Raymond Hettinger2011-01-261-18/+26
* Revert r88197. I'll refix correctly once there is a test.R. David Murray2011-01-261-5/+2
* Add a few imports to examples.Raymond Hettinger2011-01-261-13/+25
* Fix BytesGenerator._handle_text() if the message has no payload (None)Victor Stinner2011-01-261-2/+5
* fix import in email.message_from_binary_file()Victor Stinner2011-01-251-1/+1
* Issue #11004: Repair edge case in deque.count().Raymond Hettinger2011-01-253-4/+18
* Tighten the restrictions on the test_sys test which triggers a fatal error whenBrett Cannon2011-01-251-2/+2
* Fix the description of PIPE_BUFAntoine Pitrou2011-01-252-4/+4
* Fix the doc for PIPE_BUFAntoine Pitrou2011-01-251-3/+5
* Typo.Raymond Hettinger2011-01-251-1/+1
* Add entries for select and site.Raymond Hettinger2011-01-251-0/+47
* Add math.erfc and turtledemo.Raymond Hettinger2011-01-251-2/+17
* Typo.Raymond Hettinger2011-01-251-1/+1
* Nits.Raymond Hettinger2011-01-251-5/+5