Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mention multiprocessing.Queue in the queue docs | Antoine Pitrou | 2011-01-07 | 1 | -4/+9 |
| | |||||
* | Group seealsos | Antoine Pitrou | 2011-01-07 | 2 | -8/+4 |
| | |||||
* | Put those "seealso"s together | Antoine Pitrou | 2011-01-07 | 3 | -12/+5 |
| | |||||
* | Put those source links together | Antoine Pitrou | 2011-01-07 | 1 | -5/+3 |
| | |||||
* | atexit.py doesn't exist | Antoine Pitrou | 2011-01-07 | 1 | -5/+1 |
| | |||||
* | Put link to source at the end. There's nothing edificating in threading.py. | Antoine Pitrou | 2011-01-07 | 1 | -5/+6 |
| | |||||
* | #10856: document (Base)Exception.args better. | Georg Brandl | 2011-01-07 | 1 | -12/+26 |
| | |||||
* | Undo an accidental commit in r87812. | Brett Cannon | 2011-01-06 | 1 | -1/+1 |
| | |||||
* | Get --coverage to be an acceptable flag for test.regrtest again. | Brett Cannon | 2011-01-06 | 1 | -1/+1 |
| | |||||
* | Typo. | Raymond Hettinger | 2011-01-06 | 1 | -2/+2 |
| | |||||
* | #10846: fix typo. | Georg Brandl | 2011-01-06 | 1 | -3/+3 |
| | |||||
* | Elaborate about the GIL. | Antoine Pitrou | 2011-01-06 | 2 | -13/+35 |
| | |||||
* | Add acks where acks are due. | Georg Brandl | 2011-01-06 | 1 | -0/+1 |
| | |||||
* | Fix various issues (mostly Python 2 relics) found by Jacques Ducasse. | Georg Brandl | 2011-01-06 | 9 | -56/+47 |
| | |||||
* | itertools, operator and functools are not really "numeric" modules; move ↵ | Georg Brandl | 2011-01-06 | 3 | -3/+16 |
| | | | | them into their own "functional" chapter. | ||||
* | Issue #10840: make it explicit that "s*" and friends provide contiguous memory. | Antoine Pitrou | 2011-01-06 | 1 | -3/+4 |
| | |||||
* | Nits | Raymond Hettinger | 2011-01-06 | 1 | -5/+4 |
| | |||||
* | Add PEP 3333 to whatsnew. | Raymond Hettinger | 2011-01-06 | 1 | -1/+32 |
| | |||||
* | Add more porting notes. | Raymond Hettinger | 2011-01-05 | 1 | -0/+7 |
| | |||||
* | Remove mention of codes pending further discussion on transform()/untransform(). | Raymond Hettinger | 2011-01-05 | 1 | -10/+0 |
| | |||||
* | RC1 updates to whatsnew | Raymond Hettinger | 2011-01-05 | 1 | -26/+86 |
| | |||||
* | Overhaul the documentation about socket timeouts. | Antoine Pitrou | 2011-01-05 | 1 | -49/+84 |
| | |||||
* | Update tests and whatsnew for the 'quiet' flag | Raymond Hettinger | 2011-01-05 | 1 | -1/+8 |
| | |||||
* | Issue #5485: Add doc for expat.xmlparser.SetParamEntityParsing. | Antoine Pitrou | 2011-01-05 | 1 | -0/+7 |
| | |||||
* | #10130: Prepare for building epub-format docs. | Georg Brandl | 2011-01-05 | 3 | -0/+23 |
| | |||||
* | Fix duplicate end tag. | Georg Brandl | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | #10790: make append work when output codec is different from input codec | R. David Murray | 2011-01-05 | 1 | -8/+9 |
| | | | | | There's still a bug here (the encode call shouldn't use the 'errors' paramter), but I'll fix that later. | ||||
* | Issue #8013: time.asctime and time.ctime no longer call system asctime | Alexander Belopolsky | 2011-01-04 | 1 | -1/+1 |
| | | | | | | | and ctime functions. The year range for time.asctime is now 1900 through maxint. The range for time.ctime is the same as for time.localtime. The string produced by these functions is longer than 24 characters when year is greater than 9999. | ||||
* | logging HOWTO: fixed markup for numbered handler list. | Vinay Sajip | 2011-01-04 | 1 | -19/+15 |
| | |||||
* | Enable unittest.TestCase to be instantiated without providing a method name. | Michael Foord | 2011-01-03 | 1 | -0/+5 |
| | | | | Changed unittestgui to show number of discovered tests in the status bar. | ||||
* | Issue 10502: addition of unittestgui to Tools/ | Michael Foord | 2011-01-03 | 1 | -0/+7 |
| | |||||
* | Issue 10786: unittest documentation update. | Michael Foord | 2011-01-03 | 1 | -4/+10 |
| | |||||
* | Some nits. | Antoine Pitrou | 2011-01-02 | 2 | -9/+12 |
| | |||||
* | Add a shutdown() call in the server example. | Antoine Pitrou | 2011-01-02 | 1 | -0/+1 |
| | |||||
* | Clarify behaviour of close() and shutdown() on sockets. | Antoine Pitrou | 2011-01-02 | 1 | -0/+6 |
| | |||||
* | Fix code indentation. | Georg Brandl | 2011-01-02 | 1 | -18/+18 |
| | |||||
* | #1665333: add more docs for optparse.OptionGroup. | Georg Brandl | 2011-01-02 | 1 | -25/+99 |
| | |||||
* | Happy New Year! (CET edition) | Georg Brandl | 2010-12-31 | 3 | -5/+5 |
| | |||||
* | Remove mentions of the Demo directory. | Georg Brandl | 2010-12-30 | 6 | -22/+5 |
| | |||||
* | Remove some of the old demos. (Put a few somewhere else.) | Georg Brandl | 2010-12-30 | 1 | -0/+47 |
| | |||||
* | 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 |
| | |||||
* | Issue #10783: rephrase the changelog (new try) | Victor Stinner | 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 | 1 | -1/+1 |
| | |||||
* | Add sys.flags.quiet attribute for the new -q option, as noted missing by ↵ | Georg Brandl | 2010-12-28 | 1 | -0/+5 |
| | | | | Eric in #1772833. | ||||
* | 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. | ||||
* | Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8 | Victor Stinner | 2010-12-28 | 2 | -27/+26 |
| | | | | | | | * Replace "bytes" by "bytes object" in struct error messages * Document the API change in What's new in Python 3.2 * Fix test_wave * Remove also ugly implicit conversions in test_struct | ||||
* | #10609: fix non-working dbm example. | Georg Brandl | 2010-12-28 | 1 | -4/+2 |
| |