summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Collapse)AuthorAgeFilesLines
* Backed out r65069, pending fixing it in Windows.Eric Smith2008-07-172-6/+5
|
* Issue 3382: Make '%F' and float.__format__('F') convert results to upper case.Eric Smith2008-07-172-5/+6
|
* Complete issue 3083: add alternate (#) formatting to bin, oct, hex in ↵Eric Smith2008-07-161-2/+6
| | | | str.format().
* Move label to correct heading.Georg Brandl2008-07-151-3/+2
|
* Issue #3008: add instance method float.hex and class method float.fromhexMark Dickinson2008-07-151-0/+69
| | | | to convert floats to and from hexadecimal strings respectively.
* Typo fixAndrew M. Kuchling2008-07-141-1/+1
|
* Typo fixAndrew M. Kuchling2008-07-141-1/+1
|
* Typo fixesAndrew M. Kuchling2008-07-141-3/+4
|
* Re-wordAndrew M. Kuchling2008-07-131-2/+2
|
* Add turtle into the module index.Martin v. Löwis2008-07-131-0/+4
|
* Correct a couple of errors in the updated catch_warning documentation (the ↵Nick Coghlan2008-07-131-2/+2
| | | | Py3k version was fixed before being checked in)
* Make test.test_support.catch_warnings more robust as discussed on ↵Nick Coghlan2008-07-131-9/+24
| | | | python-dev. Also add explicit tests for itto test_warnings.
* Fixed typo.Alexandre Vassalotti2008-07-121-1/+1
|
* fix various doc typos #3320Benjamin Peterson2008-07-1215-26/+26
|
* Doc that robotparse has been renamed urllib.robotparser in Python 3.0.Brett Cannon2008-07-111-0/+6
|
* Doc that urlparse is named urllib.parse in Python 3.0.Brett Cannon2008-07-111-0/+6
|
* Document the fact that urllib2 spans multiple modules with new names in PythonBrett Cannon2008-07-111-0/+7
| | | | 3.0.
* Added garbage collector overhead and optional default return value toRobert Schuppenies2008-07-101-2/+9
| | | | sys.getsizeof.
* Add missing ABCs to list.Georg Brandl2008-07-081-36/+44
|
* Wording fixAndrew M. Kuchling2008-07-061-1/+1
|
* - Issue #2862: Make int and float freelist management consistent with otherGregory P. Smith2008-07-062-16/+6
| | | | | freelists. Changes their CompactFreeList apis into ClearFreeList apis and calls them via gc.collect().
* #2663: support an *ignore* argument to shutil.copytree(). Patch by Tarek Ziade.Georg Brandl2008-07-051-12/+66
| | | | This is a new feature, but Barry authorized adding it in the beta period.
* Give the pickle special methods a signature.Georg Brandl2008-07-041-118/+117
|
* let the term be linkedBenjamin Peterson2008-07-031-2/+2
|
* Patch #1622: Correct interpretation of various ZIP header fields.Martin v. Löwis2008-07-031-1/+7
| | | | | | | | | Also fixes - Issue #1526: Allow more than 64k files to be added to Zip64 file. - Issue #1746: Correct handling of zipfile archive comments (previously archives with comments over 4k were flagged as invalid). Allow writing Zip files with archives by setting the 'comment' attribute of a ZipFile.
* Tweak wordingAndrew M. Kuchling2008-07-031-3/+3
|
* Issue #449227: Now with the rlcompleter module, callable objects areFacundo Batista2008-07-021-3/+3
| | | | added a '(' when completed.
* Handle urllib's renaming for Python 3.0:Brett Cannon2008-07-021-0/+11
| | | | | | | | * Deprecate urllib.urlopen() in favor of urllib2.urlopen() for 3.0. * Update docs to mention split/rename of the module and deprecation of urlopen(). Changes to lib2to3 are in a separate commit. Work is for issue #2885.
* add ABC to the glossaryBenjamin Peterson2008-07-011-4/+4
|
* #1523853: add note about fread().Georg Brandl2008-07-011-0/+4
|
* #3216: fix Execute's parameter description.Georg Brandl2008-07-011-5/+4
|
* Add a link to PEP 324.Georg Brandl2008-07-011-0/+4
|
* various SSL fixes; issues 1251, 3162, 3212Bill Janssen2008-06-281-1/+33
|
* edit multiprocessing docsBenjamin Peterson2008-06-271-90/+83
|
* Fix whitespace in example code.Raymond Hettinger2008-06-271-2/+2
|
* Issue #3197: rework documentation for fractions module.Mark Dickinson2008-06-271-33/+59
|
* Add a version tag for shutdown().Georg Brandl2008-06-261-0/+2
|
* Remove references to Py3k in __floor__, __ceil__ and __round__ documentation.Mark Dickinson2008-06-241-6/+3
|
* Write out "phi" consistently.Georg Brandl2008-06-221-5/+5
|
* #3085: Fix syntax error.Georg Brandl2008-06-221-2/+2
|
* Turn section references into proper cross-references.Georg Brandl2008-06-223-15/+12
|
* In the deprecated functions I added an alert to reviewFacundo Batista2008-06-212-7/+16
| | | | | specially a section of the subprocess documentation that helps with the replacing of those functionss.
* Now a from submitted via POST that also has a query stringFacundo Batista2008-06-211-0/+2
| | | | | | will contain both FieldStorage and MiniFieldStorage items. Fixes #1817.
* Fixed issue #2888. Now the behaviour of pprint when working with nestedFacundo Batista2008-06-211-1/+1
| | | | structures follows the common sense (and works like in 2.5 and 3.0).
* Reviewed and updated the documentation. Fixes #3017.Facundo Batista2008-06-211-9/+241
|
* Documentation fix.Georg Brandl2008-06-211-1/+1
|
* Correct two versionchanged directives, to improve the 'changes' outputAndrew M. Kuchling2008-06-212-8/+7
|
* Grammar fixesAndrew M. Kuchling2008-06-202-2/+2
|
* Remove request for e-mail; it's unlikely these classes will be savedAndrew M. Kuchling2008-06-201-3/+1
|
* rephraseBenjamin Peterson2008-06-201-1/+1
|