summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Modules/_io/bufferedio.c (buffered_dealloc_warn): Make it static.Matthias Klose2010-11-161-1/+1
* Provide links to Python source where the code is short, readable andÉric Araujo2010-11-1629-0/+134
* Issue #10429: IMAP.starttls() stored the capabilities as bytes objects,Antoine Pitrou2010-11-163-11/+20
* Avoid some BytesWarnings when running test_imaplib in verbose modeAntoine Pitrou2010-11-161-2/+2
* Post-release bumps.Georg Brandl2010-11-162-1/+13
* Add stub for PEP 3148.Georg Brandl2010-11-161-0/+5
* Issue #10413: Updated comments to reflect code changesAlexander Belopolsky2010-11-161-18/+13
* Logging: added stack_info argument.Vinay Sajip2010-11-143-21/+113
* Issue 10410: An iterable is not necessarily a container.Raymond Hettinger2010-11-141-1/+1
* Tagging 3.2a4.Georg Brandl2010-11-131-0/+1
* Minor edits.v3.2a4Georg Brandl2010-11-131-108/+102
* Fix Issue5111 - Wrap the Ipv6 host with [] in the Host headerSenthil Kumaran2010-11-133-0/+28
* Streamline a cmath test (and fix some overlong lines into the bargain).Mark Dickinson2010-11-131-4/+2
* Make Fraction(-1).__hash__() return -2 rather than -1 (see issue 10356).Mark Dickinson2010-11-133-6/+9
* Bump to 3.2a4.Georg Brandl2010-11-136-7/+7
* Ignore suspicious-ignore file.Georg Brandl2010-11-131-6/+9
* Update pydoc topics.Georg Brandl2010-11-131-10/+10
* fix copy-editing level nitsFred Drake2010-11-131-103/+105
* use appropriate markupFred Drake2010-11-131-1/+1
* Switch from gmane to another provider for NNTP tests (as gmane isn't reliableAntoine Pitrou2010-11-131-32/+45
* And now for something completely different: Finish fixing #10252 again.Éric Araujo2010-11-121-1/+0
* Remove myself as a maintainer for curses and mailbox modules.Andrew M. Kuchling2010-11-121-2/+2
* Issue #4471: Add the IMAP.starttls() method to enable encryption onAntoine Pitrou2010-11-124-8/+63
* Add UUID for 3.2a4Martin v. Löwis2010-11-121-0/+1
* Add a deprecated-removed directive that allows to give the version of removal...Georg Brandl2010-11-121-0/+38
* Fix weird line block in table.Georg Brandl2010-11-121-1/+0
* Switch to Sphinx 1.0.5.Georg Brandl2010-11-123-3/+3
* #10008: Fix duplicate index entry.Georg Brandl2010-11-121-0/+1
* Build a PDF of the FAQs too.Georg Brandl2010-11-121-0/+2
* (no commit message)Terry Reedy2010-11-121-5/+6
* #7950: add warning about security implications of shell=True to subprocess docsR. David Murray2010-11-121-0/+18
* Issue #10389: Documented rules for use of case in section titles.Alexander Belopolsky2010-11-111-15/+58
* #1466065: add validate option to base64.b64decodeR. David Murray2010-11-114-9/+37
* configparser.py: changed PendingDeprecationWarnings to DeprecationWarnings, v...Łukasz Langa2010-11-111-9/+9
* Issue #10386: Added __all__ to token module; this simplifies importingAlexander Belopolsky2010-11-113-13/+14
* Review the new configparser docs.Georg Brandl2010-11-111-473/+475
* Disable test_python_builders in test_xmlrpc_net, following buildbot upgrade o...Antoine Pitrou2010-11-101-0/+1
* added myself as a maintainer of configparserŁukasz Langa2010-11-101-1/+1
* Issue #5412: extend configparser to support mapping accessŁukasz Langa2010-11-104-433/+1086
* getpath.c: fix test to detech PyUnicode_AsWideChar() failureVictor Stinner2010-11-101-4/+4
* Issue #10372: Import the warnings module only after the IO library isAntoine Pitrou2010-11-103-7/+29
* Followup to r86383: it seems that in some cases (buildbots), the serverAntoine Pitrou2010-11-101-3/+9
* Fix typo.Georg Brandl2010-11-101-1/+1
* Forward port r86386 after it fixed the 3.1 buildbot issuesAntoine Pitrou2010-11-101-3/+6
* Issue #4471: Properly shutdown socket in IMAP.shutdown(). Patch byAntoine Pitrou2010-11-094-0/+6
* Fix IMAP.login() to work properly.Antoine Pitrou2010-11-093-6/+48
* Preserve the original environment (e.g. LD_LIBRARY_PATH)Antoine Pitrou2010-11-091-4/+5
* Remove uneeded NEWS entries for minor documentation updates.Ask Solem2010-11-091-6/+0
* Issue #8028: multiprocessing: Documented that ``Process.terminate``Ask Solem2010-11-092-3/+6
* Issue #7707: Documented that multiprocessing.Queue operations duringAsk Solem2010-11-092-1/+6