summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #10475: Don't hardcode compilers for LDSHARED/LDCXXSHARED on NetBSDAntoine Pitrou2011-01-024-280/+264
* Fix code indentation.Georg Brandl2011-01-021-18/+18
* Relax test condition a lotAntoine Pitrou2011-01-021-2/+3
* #1665333: add more docs for optparse.OptionGroup.Georg Brandl2011-01-021-25/+99
* Fix doctest to not rely on order of dictionary entries.Raymond Hettinger2011-01-021-11/+12
* Fix OrderedDic.pop() to work for subclasses that define __missing__().Raymond Hettinger2011-01-012-2/+27
* Make it easier to extend OrderedDict without breaking it.Raymond Hettinger2011-01-012-2/+10
* post release bumpGregory P. Smith2011-01-011-1/+1
* update copyright to 2011Benjamin Peterson2011-01-011-1/+1
* #10801: do not actually extract, just open() the files in the test zipfile.Georg Brandl2011-01-011-9/+4
* #10801: In zipfile, support different encodings for the header and the filena...Georg Brandl2011-01-014-1/+24
* Fix issue references.Georg Brandl2011-01-011-9/+9
* Issue 6285: add NEWS entry for 3.2.Terry Reedy2011-01-011-0/+3
* Issue 6285: catch missing IDLE help file.Terry Reedy2011-01-011-3/+11
* Typo.Raymond Hettinger2010-12-311-1/+1
* Fix OrderedDict.setdefault() to work for subclasses that define __missing__().Raymond Hettinger2010-12-313-1/+16
* Happy New Year! (CET edition)Georg Brandl2010-12-316-11/+11
* #9361: add some tests for calendar.leapdaysR. David Murray2010-12-311-0/+21
* Issue #10788: Changed test_logging setUp logic to provide more information.Vinay Sajip2010-12-301-2/+6
* Update README, remove empty directory.Georg Brandl2010-12-301-2/+4
* Add the missing __main__.py in the turtledemo package. It seems to have been...Georg Brandl2010-12-303-8/+269
* Remove mentions of the Demo directory.Georg Brandl2010-12-3010-30/+16
* Harmonize docstrings. Move redemo from Tools/scripts to Tools/demo. Add a R...Georg Brandl2010-12-3015-151/+196
* Remove the actual Demo dir.Georg Brandl2010-12-300-0/+0
* More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 demo...Georg Brandl2010-12-30164-12436/+25
* Issue 10786: unittest.TextTestRunner default stream no longer bound at import...Michael Foord2010-12-303-1/+24
* Fix NameErrors.Georg Brandl2010-12-301-3/+4
* Clean up tools: remove "world" and "framer", move single SSL script to scripts/.Georg Brandl2010-12-3015-1559/+0
* Remove some of the old demos. (Put a few somewhere else.)Georg Brandl2010-12-3069-7628/+47
* Build and install libpython3.so.Martin v. Löwis2010-12-304-1/+32
* Issue #10542: Document that identifiers use XID_Start XID_Continue*.Martin v. Löwis2010-12-301-1/+5
* Fix Issue10793 - hashlib documentation issue on return type of digestSenthil Kumaran2010-12-301-1/+1
* Fix same typo in docs.R. David Murray2010-12-291-1/+1
* Minor clarificationTerry Reedy2010-12-291-2/+2
* Fix a comment typo and update another comment to match Python3 realityR. David Murray2010-12-291-2/+2
* Fix Issue 10753 - Don't quote ;=, in the PATH_INFO envvar.Senthil Kumaran2010-12-293-1/+10
* Issue #10783: rephrase the changelog (new try)Victor Stinner2010-12-292-2/+2
* Close stdout, clear ResourceWarningBrian Curtin2010-12-291-0/+1
* Fix #9333 on Windows XP, where os.symlink is not a possibility.Brian Curtin2010-12-291-1/+1
* Rephrase PyUnicode_CompareWithASCIIString() documentationVictor Stinner2010-12-281-2/+3
* Issue #10783: rephrase the changelog (NEWS, What's new)Victor Stinner2010-12-282-3/+2
* Don't ignore pgen error (on "make Parser/pgen.stamp")Victor Stinner2010-12-281-1/+1
* Compile pgenmain.c and printgrammar.c with PGEN definedVictor Stinner2010-12-282-0/+4
* Does not install a logging handler. Fixes issue 10626.Brian Quinlan2010-12-282-12/+3
* Issue 10738: Fix webbrowser.Opera.raise_opts value.Terry Reedy2010-12-282-5/+3
* #9824: encode , and ; in cookie values so that browsers don't split on themR. David Murray2010-12-283-0/+16
* Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric...Georg Brandl2010-12-286-4/+14
* This file was obsolted by a number of adjustments to the os.symlink testsBrian Curtin2010-12-281-206/+0
* Minor doc update for #9333. Took out the phrasing about os.symlink notBrian Curtin2010-12-281-6/+9
* Fix Issue10759 - html.parser.unescape() fails on HTML entities with incorrect...Senthil Kumaran2010-12-282-7/+15