summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix wrong documentation, and correct the punktuation.Thomas Heller2007-06-081-2/+2
| | | | Closes [1700455].
* Added an optional timeout parameter to function urllib2.urlopen,Facundo Batista2007-06-061-3/+13
| | | | | | | with tests in test_urllib2net.py (must have network resource enabled to execute them). Also modified test_urllib2.py because testing mock classes must take it into acount. Docs are also updated.
* Patch #1731049: make threading.py use a proper "raise" when checking ↵Collin Winter2007-06-061-26/+38
| | | | internal state, rather than assert statements (which get stripped out by -O).
* Add some spaces in the example code.Neal Norwitz2007-05-311-3/+3
|
* Explain when groupby() issues a new group.Raymond Hettinger2007-05-281-0/+8
|
* Added errors argument to TarFile class that allows the user toLars Gustäbel2007-05-271-31/+135
| | | | | | | | | | | | | | | | | | | | specify an error handling scheme for character conversion. Additional scheme "utf-8" in read mode. Unicode input filenames are now supported by design. The values of the pax_headers dictionary are now limited to unicode objects. Fixed: The prefix field is no longer used in PAX_FORMAT (in conformance with POSIX). Fixed: In read mode use a possible pax header size field. Fixed: Strip trailing slashes from pax header name values. Fixed: Give values in user-specified pax_headers precedence when writing. Added unicode tests. Added pax/regtype4 member to testtar.tar all possible number fields in a pax header. Added two chapters to the documentation about the different formats tarfile.py supports and how unicode issues are handled.
* Applied patch 1669481, slightly modified: Support close_fds on Win32Peter Astrand2007-05-261-1/+4
|
* Fix typo.Walter Dörwald2007-05-261-1/+1
|
* Updated documentation for SysLogHandler (#1720726).Vinay Sajip2007-05-251-2/+5
|
* shlex.split() now has an optional "posix" parameter.Georg Brandl2007-05-241-2/+4
|
* Remove the "panel" module doc file which has been ignored since 1994.Georg Brandl2007-05-222-75/+0
|
* Document new params to HTTPSConnectionNeal Norwitz2007-05-221-1/+3
|
* Fix typo in example (should be backported, but my maintenance branch is ↵Nick Coghlan2007-05-201-1/+1
| | | | woefully out of date)
* Remove the rgbimg module. It has been deprecated since Python 2.5.Brett Cannon2007-05-202-55/+0
|
* Improvements to NamedTuple's implementation, tests, and documentationRaymond Hettinger2007-05-191-4/+15
|
* fix argument name in documentation; match the implementationFred Drake2007-05-171-2/+2
|
* Remove the gopherlib module. It has been raising a DeprecationWarning sinceBrett Cannon2007-05-164-61/+5
| | | | | | | Python 2.5. Also remove gopher support from urllib/urllib2. As both imported gopherlib the usage of the support would have raised a DeprecationWarning.
* Bug #1719995: don't use deprecated method in sets example.Georg Brandl2007-05-161-3/+3
|
* Remove references to stdwin which was removed long ago.Neal Norwitz2007-05-132-834/+0
|
* Remove Amoeba doc which was removed in version 1.0! according to Misc/HISTORY.Neal Norwitz2007-05-132-133/+0
| | | | Hopefully Guido won't shed a tear. :-)
* Update DDJ link.Georg Brandl2007-05-111-1/+1
|
* Patch #1714700: clarify os.linesep vs. tfiles opened in text mode.Georg Brandl2007-05-111-3/+6
| | | | (backport)
* Deprecate os.popen* and popen2 module in favor of the subprocess module. ↵Neal Norwitz2007-05-112-9/+13
| | | | (forgot the doc)
* Add markup for True/False. Will backportNeal Norwitz2007-05-091-4/+4
|
* Bug #1713535: typo in logging example.Georg Brandl2007-05-051-1/+1
|
* Deprecate BaseException.message as per PEP 352.Brett Cannon2007-05-051-16/+6
|
* Added documentation for new optional credentials argument to ↵Vinay Sajip2007-05-011-2/+5
| | | | SMTPHandler.__init__().
* fix some markup errorsFred Drake2007-04-264-5/+5
|
* Standardize on test.test_support.run_unittest() (as opposed to a mix of ↵Collin Winter2007-04-251-8/+14
| | | | run_unittest() and run_suite()). Also, add functionality to run_unittest() that admits usage of unittest.TestLoader.loadTestsFromModule().
* Fix markupRaymond Hettinger2007-04-241-1/+1
|
* Bug #1705717: error in sys.argv docs.Georg Brandl2007-04-241-2/+2
|
* Some new year updates.Georg Brandl2007-04-241-1/+1
|
* Fix SF #1703110, Incorrect example for add_password() (use uri, not host)Neal Norwitz2007-04-241-1/+4
|
* SF 1193128: Let str.translate(None) be an identity transformationRaymond Hettinger2007-04-122-1/+9
|
* Repair missing spaces after \UNIX.Georg Brandl2007-04-111-1/+1
|
* Describe undocumented third argument to touchline()Andrew M. Kuchling2007-04-111-2/+4
|
* Add window.chgat() method, submitted via e-mail by Fabian KreutzAndrew M. Kuchling2007-04-111-0/+10
|
* Repair a duplicate label and some obsolete uses of \setindexsubitem.Georg Brandl2007-04-105-40/+39
|
* Doc that file.next() has undefined behaviour when called on a file opened withBrett Cannon2007-04-081-8/+9
| | | | | | 'w'. Closes bug #1569057. To be backported once 2.5 branch is unfrozen.
* Some grammar fixesAndrew M. Kuchling2007-04-061-5/+5
|
* Now using unittest for the tests infraestructure. Also split theFacundo Batista2007-04-031-2/+3
| | | | tests in those who need the network, and that who doesn't.
* Fix the class name of strings.Georg Brandl2007-04-011-37/+37
|
* Remove bogus entry.Georg Brandl2007-04-011-3/+0
|
* Some semantic fixes.Georg Brandl2007-04-013-4/+3
|
* Lots of explicit class names for method and member descs.Georg Brandl2007-04-0141-484/+484
|
* Another fix.Georg Brandl2007-04-011-1/+1
|
* Fix a lot of markup and meta-information glitches.Georg Brandl2007-04-0120-142/+142
|
* Markup fix.Georg Brandl2007-03-311-1/+1
|
* repair string literal.Georg Brandl2007-03-311-1/+1
|
* Markup fix.Georg Brandl2007-03-301-1/+1
|