summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Mention multiprocessing.Queue in the queue docsAntoine Pitrou2011-01-071-4/+9
|
* Group seealsosAntoine Pitrou2011-01-072-8/+4
|
* Put those "seealso"s togetherAntoine Pitrou2011-01-073-12/+5
|
* Put those source links togetherAntoine Pitrou2011-01-071-5/+3
|
* atexit.py doesn't existAntoine Pitrou2011-01-071-5/+1
|
* Put link to source at the end. There's nothing edificating in threading.py.Antoine Pitrou2011-01-071-5/+6
|
* #10856: document (Base)Exception.args better.Georg Brandl2011-01-071-12/+26
|
* Undo an accidental commit in r87812.Brett Cannon2011-01-061-1/+1
|
* Get --coverage to be an acceptable flag for test.regrtest again.Brett Cannon2011-01-061-1/+1
|
* Typo.Raymond Hettinger2011-01-061-2/+2
|
* #10846: fix typo.Georg Brandl2011-01-061-3/+3
|
* Elaborate about the GIL.Antoine Pitrou2011-01-062-13/+35
|
* Add acks where acks are due.Georg Brandl2011-01-061-0/+1
|
* Fix various issues (mostly Python 2 relics) found by Jacques Ducasse.Georg Brandl2011-01-069-56/+47
|
* itertools, operator and functools are not really "numeric" modules; move ↵Georg Brandl2011-01-063-3/+16
| | | | them into their own "functional" chapter.
* Issue #10840: make it explicit that "s*" and friends provide contiguous memory.Antoine Pitrou2011-01-061-3/+4
|
* NitsRaymond Hettinger2011-01-061-5/+4
|
* Add PEP 3333 to whatsnew.Raymond Hettinger2011-01-061-1/+32
|
* Add more porting notes.Raymond Hettinger2011-01-051-0/+7
|
* Remove mention of codes pending further discussion on transform()/untransform().Raymond Hettinger2011-01-051-10/+0
|
* RC1 updates to whatsnewRaymond Hettinger2011-01-051-26/+86
|
* Overhaul the documentation about socket timeouts.Antoine Pitrou2011-01-051-49/+84
|
* Update tests and whatsnew for the 'quiet' flagRaymond Hettinger2011-01-051-1/+8
|
* Issue #5485: Add doc for expat.xmlparser.SetParamEntityParsing.Antoine Pitrou2011-01-051-0/+7
|
* #10130: Prepare for building epub-format docs.Georg Brandl2011-01-053-0/+23
|
* Fix duplicate end tag.Georg Brandl2011-01-051-1/+1
|
* #10790: make append work when output codec is different from input codecR. David Murray2011-01-051-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 asctimeAlexander Belopolsky2011-01-041-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 Sajip2011-01-041-19/+15
|
* Enable unittest.TestCase to be instantiated without providing a method name.Michael Foord2011-01-031-0/+5
| | | | Changed unittestgui to show number of discovered tests in the status bar.
* Issue 10502: addition of unittestgui to Tools/Michael Foord2011-01-031-0/+7
|
* Issue 10786: unittest documentation update.Michael Foord2011-01-031-4/+10
|
* Some nits.Antoine Pitrou2011-01-022-9/+12
|
* Add a shutdown() call in the server example.Antoine Pitrou2011-01-021-0/+1
|
* Clarify behaviour of close() and shutdown() on sockets.Antoine Pitrou2011-01-021-0/+6
|
* Fix code indentation.Georg Brandl2011-01-021-18/+18
|
* #1665333: add more docs for optparse.OptionGroup.Georg Brandl2011-01-021-25/+99
|
* Happy New Year! (CET edition)Georg Brandl2010-12-313-5/+5
|
* Remove mentions of the Demo directory.Georg Brandl2010-12-306-22/+5
|
* Remove some of the old demos. (Put a few somewhere else.)Georg Brandl2010-12-301-0/+47
|
* 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
|
* Issue #10783: rephrase the changelog (new try)Victor Stinner2010-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-281-1/+1
|
* Add sys.flags.quiet attribute for the new -q option, as noted missing by ↵Georg Brandl2010-12-281-0/+5
| | | | Eric in #1772833.
* Minor doc update for #9333. Took out the phrasing about os.symlink notBrian Curtin2010-12-281-6/+9
| | | | existing and mentioned the OSError possibility.
* Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8Victor Stinner2010-12-282-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 Brandl2010-12-281-4/+2
|