Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Issue #10807: Remove base64, bz2, hex, quopri, rot13, uu and zlib codecs from | Victor Stinner | 2011-01-02 | 2 | -18/+21 | |
| | | | | the codec aliases. They are still accessible via codecs.lookup(). | |||||
* | Issue #10475: Don't hardcode compilers for LDSHARED/LDCXXSHARED on NetBSD | Antoine Pitrou | 2011-01-02 | 4 | -280/+264 | |
| | | | | and DragonFly BSD. Patch by Nicolas Joly. | |||||
* | Fix code indentation. | Georg Brandl | 2011-01-02 | 1 | -18/+18 | |
| | ||||||
* | Relax test condition a lot | Antoine Pitrou | 2011-01-02 | 1 | -2/+3 | |
| | ||||||
* | #1665333: add more docs for optparse.OptionGroup. | Georg Brandl | 2011-01-02 | 1 | -25/+99 | |
| | ||||||
* | Fix doctest to not rely on order of dictionary entries. | Raymond Hettinger | 2011-01-02 | 1 | -11/+12 | |
| | | | | Use super() instead of direct references to the dict superclass. | |||||
* | Fix OrderedDic.pop() to work for subclasses that define __missing__(). | Raymond Hettinger | 2011-01-01 | 2 | -2/+27 | |
| | ||||||
* | Make it easier to extend OrderedDict without breaking it. | Raymond Hettinger | 2011-01-01 | 2 | -2/+10 | |
| | ||||||
* | post release bump | Gregory P. Smith | 2011-01-01 | 1 | -1/+1 | |
| | ||||||
* | update copyright to 2011 | Benjamin Peterson | 2011-01-01 | 1 | -1/+1 | |
| | ||||||
* | #10801: do not actually extract, just open() the files in the test zipfile. | Georg Brandl | 2011-01-01 | 1 | -9/+4 | |
| | ||||||
* | #10801: In zipfile, support different encodings for the header and the ↵ | Georg Brandl | 2011-01-01 | 4 | -1/+24 | |
| | | | | filenames. Patch by MvL, test by Eli Bendersky. | |||||
* | Fix issue references. | Georg Brandl | 2011-01-01 | 1 | -9/+9 | |
| | ||||||
* | Issue 6285: add NEWS entry for 3.2. | Terry Reedy | 2011-01-01 | 1 | -0/+3 | |
| | ||||||
* | Issue 6285: catch missing IDLE help file. | Terry Reedy | 2011-01-01 | 1 | -3/+11 | |
| | ||||||
* | Typo. | Raymond Hettinger | 2010-12-31 | 1 | -1/+1 | |
| | ||||||
* | Fix OrderedDict.setdefault() to work for subclasses that define __missing__(). | Raymond Hettinger | 2010-12-31 | 3 | -1/+16 | |
| | ||||||
* | Happy New Year! (CET edition) | Georg Brandl | 2010-12-31 | 6 | -11/+11 | |
| | ||||||
* | #9361: add some tests for calendar.leapdays | R. David Murray | 2010-12-31 | 1 | -0/+21 | |
| | | | | Patch by John Chandler. | |||||
* | Issue #10788: Changed test_logging setUp logic to provide more information. | Vinay Sajip | 2010-12-30 | 1 | -2/+6 | |
| | ||||||
* | Update README, remove empty directory. | Georg Brandl | 2010-12-30 | 1 | -2/+4 | |
| | ||||||
* | Add the missing __main__.py in the turtledemo package. It seems to have ↵ | Georg Brandl | 2010-12-30 | 3 | -8/+269 | |
| | | | | been lost during some mass rename action (r86095). | |||||
* | Remove mentions of the Demo directory. | Georg Brandl | 2010-12-30 | 10 | -30/+16 | |
| | ||||||
* | Harmonize docstrings. Move redemo from Tools/scripts to Tools/demo. Add a ↵ | Georg Brandl | 2010-12-30 | 15 | -151/+196 | |
| | | | | README file to Tools/demo. | |||||
* | Remove the actual Demo dir. | Georg Brandl | 2010-12-30 | 0 | -0/+0 | |
| | ||||||
* | More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 ↵ | Georg Brandl | 2010-12-30 | 164 | -12436/+25 | |
| | | | | demo to Tools, and remove all the other Demo content. | |||||
* | Issue 10786: unittest.TextTestRunner default stream no longer bound at ↵ | Michael Foord | 2010-12-30 | 3 | -1/+24 | |
| | | | | import time | |||||
* | Fix NameErrors. | Georg Brandl | 2010-12-30 | 1 | -3/+4 | |
| | ||||||
* | Clean up tools: remove "world" and "framer", move single SSL script to scripts/. | Georg Brandl | 2010-12-30 | 15 | -1559/+0 | |
| | ||||||
* | Remove some of the old demos. (Put a few somewhere else.) | Georg Brandl | 2010-12-30 | 69 | -7628/+47 | |
| | ||||||
* | Build and install libpython3.so. | Martin v. Löwis | 2010-12-30 | 4 | -1/+32 | |
| | ||||||
* | Issue #10542: Document that identifiers use XID_Start XID_Continue*. | Martin v. Löwis | 2010-12-30 | 1 | -1/+5 | |
| | ||||||
* | Fix Issue10793 - hashlib documentation issue on return type of digest | Senthil Kumaran | 2010-12-30 | 1 | -1/+1 | |
| | ||||||
* | Fix same typo in docs. | R. David Murray | 2010-12-29 | 1 | -1/+1 | |
| | ||||||
* | Minor clarification | Terry Reedy | 2010-12-29 | 1 | -2/+2 | |
| | ||||||
* | Fix a comment typo and update another comment to match Python3 reality | R. David Murray | 2010-12-29 | 1 | -2/+2 | |
| | ||||||
* | Fix Issue 10753 - Don't quote ;=, in the PATH_INFO envvar. | Senthil Kumaran | 2010-12-29 | 3 | -1/+10 | |
| | ||||||
* | Issue #10783: rephrase the changelog (new try) | Victor Stinner | 2010-12-29 | 2 | -2/+2 | |
| | ||||||
* | Close stdout, clear ResourceWarning | Brian Curtin | 2010-12-29 | 1 | -0/+1 | |
| | ||||||
* | Fix #9333 on Windows XP, where os.symlink is not a possibility. | Brian Curtin | 2010-12-29 | 1 | -1/+1 | |
| | ||||||
* | Rephrase PyUnicode_CompareWithASCIIString() documentation | Victor Stinner | 2010-12-28 | 1 | -2/+3 | |
| | ||||||
* | Issue #10783: rephrase the changelog (NEWS, What's new) | Victor Stinner | 2010-12-28 | 2 | -3/+2 | |
| | ||||||
* | Don't ignore pgen error (on "make Parser/pgen.stamp") | Victor Stinner | 2010-12-28 | 1 | -1/+1 | |
| | ||||||
* | Compile pgenmain.c and printgrammar.c with PGEN defined | Victor Stinner | 2010-12-28 | 2 | -0/+4 | |
| | ||||||
* | Does not install a logging handler. Fixes issue 10626. | Brian Quinlan | 2010-12-28 | 2 | -12/+3 | |
| | ||||||
* | Issue 10738: Fix webbrowser.Opera.raise_opts value. | Terry Reedy | 2010-12-28 | 2 | -5/+3 | |
| | ||||||
* | #9824: encode , and ; in cookie values so that browsers don't split on them | R. David Murray | 2010-12-28 | 3 | -0/+16 | |
| | | | | | | | | There is a small chance of backward incompatibility here, but only for non-SimpleCookie applications reading SimpleCookie generated cookies. Even then, any such ap is likely to be handling escaped values already, and it would take a fairly perverse implementation of unescaping to fail to unescape these newly escaped chars, so the risk seems minimal. | |||||
* | Add sys.flags.quiet attribute for the new -q option, as noted missing by ↵ | Georg Brandl | 2010-12-28 | 6 | -4/+14 | |
| | | | | Eric in #1772833. | |||||
* | This file was obsolted by a number of adjustments to the os.symlink tests | Brian Curtin | 2010-12-28 | 1 | -206/+0 | |
| | | | | on Windows, and is no longer needed by any tests or Lib/test/support.py | |||||
* | Minor doc update for #9333. Took out the phrasing about os.symlink not | Brian Curtin | 2010-12-28 | 1 | -6/+9 | |
| | | | | existing and mentioned the OSError possibility. |