summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update test of "why is Python installed" FAQ.Antoine Pitrou2011-02-051-5/+5
* Mention Cython and remove obsolete alternativesAntoine Pitrou2011-02-053-12/+11
* Update info in the GUI FAQAntoine Pitrou2011-02-051-12/+18
* There was a possibility that the initialization of _sqlite, when it failed,Brett Cannon2011-02-042-1/+3
* Mention that seek and tell over a TextIOWrapper can be very slow.Antoine Pitrou2011-02-041-0/+2
* Issue #11118: Fix bogus export of None in python3.dll.Martin v. Löwis2011-02-043-12/+4
* use 3-space indents.Brett Cannon2011-02-031-69/+69
* Add a HOWTO on how to port from Python 2 to Python 3.Brett Cannon2011-02-032-0/+582
* Remove lots of spaces within exception message.Georg Brandl2011-02-031-2/+2
* Punctuation typos.Georg Brandl2011-02-031-2/+2
* Punctuation typo.Raymond Hettinger2011-02-021-1/+1
* Get command-line doctest of Lib/decimal.py to work again.Raymond Hettinger2011-02-011-2/+2
* Add a svn:ignore for PC/python3dll.objAntoine Pitrou2011-02-010-0/+0
* Wording fix.Eric Smith2011-02-011-1/+1
* Issue #8275: Fix passing of callback arguments with ctypes under Win64.Antoine Pitrou2011-01-315-1/+55
* #11083 typo: RuntimeException -> RuntimeErrorBrian Curtin2011-01-311-1/+1
* Issue #11081: Fixed struct.__all__. Reviewed by Georg Brandl.Alexander Belopolsky2011-01-311-1/+1
* Post-release updates.Georg Brandl2011-01-312-1/+13
* Recommend use of the tracker during the RC phase or just before a beta.Raymond Hettinger2011-01-311-1/+4
* Fix minor grammar nits.Raymond Hettinger2011-01-311-27/+20
* Mention new parameter and attributes of the difflib.SequenceMatcher class add...Eli Bendersky2011-01-311-0/+9
* Fix PEP-8 violation in argparse usage example (similar examples in argparse.r...Eli Bendersky2011-01-311-9/+9
* Fix some grammar and typosEli Bendersky2011-01-311-6/+6
* Tagging release 3.2 rc 2.Georg Brandl2011-01-301-0/+1
* Bump version.v3.2rc2Georg Brandl2011-01-306-7/+7
* Update suspicious ignore file.Georg Brandl2011-01-301-0/+18
* Update pydoc topics.Georg Brandl2011-01-301-1/+1
* #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