summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* #10739: document that on Windows, socket.makefile() does not make a file ↵Georg Brandl2010-12-282-8/+15
| | | | that has a true file descriptor usable where such a thing is expected.
* Rewrap.Georg Brandl2010-12-281-13/+13
|
* #10781: clarify that *encoding* is not a parameter for Node objects in general.Georg Brandl2010-12-281-3/+3
|
* #10742: document readonly attribute of memoryviews.Georg Brandl2010-12-281-0/+4
|
* Issue #9738: Fix typo, ASCII-encoding string => ASCII-encoded stringVictor Stinner2010-12-281-1/+1
|
* Fix advice: call PyType_Ready to fill in ob_type of custom types.Georg Brandl2010-12-281-3/+3
|
* Remove confusing paragraph -- this is relevant only to advanced users anyway ↵Georg Brandl2010-12-281-8/+0
| | | | and does not belong into the tutorial.
* Replace sys.maxint mention by sys.maxsize.Georg Brandl2010-12-281-1/+1
|
* Issue #8966: Remove the documentation of ctypes.set_conversion_mode()Victor Stinner2010-12-281-16/+0
| | | | Function removed by r83195.
* Issue #10780: PyErr_SetFromWindowsErrWithFilename() andVictor Stinner2010-12-281-2/+3
| | | | | PyErr_SetExcFromWindowsErrWithFilename() decode the filename from the filesystem encoding instead of UTF-8.
* Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystemVictor Stinner2010-12-271-2/+3
| | | | encoding instead of UTF-8.
* Issue #9738: Document encodings of AST, compiler, parser and PyRun functionsVictor Stinner2010-12-271-11/+20
|
* Issue #9738: document encodings of unicode functionsVictor Stinner2010-12-271-1/+2
|
* Issue #9738: Document encodings of error and warning functionsVictor Stinner2010-12-271-9/+16
|
* Added logging documentation cross-references.Vinay Sajip2010-12-262-4/+30
|
* Improved logging cookbook for logging with multiprocessing.Vinay Sajip2010-12-261-0/+100
|
* Fix typo (#10770)Éric Araujo2010-12-261-1/+1
|
* Remove unexistent parameter (#3216)Éric Araujo2010-12-261-1/+1
|
* Fix typo spotted by Rodrigo Bernardo Pimentel (#9891)Éric Araujo2010-12-261-1/+1
|
* Adopt symmetric names for arguments (actual/expected --> first/second).Raymond Hettinger2010-12-241-5/+5
|
* Logging documentation updates.Vinay Sajip2010-12-241-8/+7
|
* Added an XXX note to describe timedelta/timedelta feature.Alexander Belopolsky2010-12-241-0/+3
|
* Fix docs and comment for r87454.Raymond Hettinger2010-12-241-1/+1
|
* Issue #9063: Corrected the tzinfo example.Alexander Belopolsky2010-12-241-1/+1
|
* Issue #10587: Document the meaning of str methods.Alexander Belopolsky2010-12-231-9/+23
|
* Another trivial typo correction in whatsnewMichael Foord2010-12-221-1/+1
|
* Logging documentation updates.Vinay Sajip2010-12-223-47/+48
|
* Minor typo corrections in whatsnewMichael Foord2010-12-221-3/+3
|
* Add todoRaymond Hettinger2010-12-221-0/+2
|