summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Better wording for integer ref entry.Georg Brandl2005-09-121-2/+2
|
* Shorten run-on sentenceAndrew M. Kuchling2005-09-121-1/+1
|
* Update linkAndrew M. Kuchling2005-09-121-4/+2
|
* Update linkAndrew M. Kuchling2005-09-121-1/+1
|
* Add FAQ entry regarding non-expoential representation.Raymond Hettinger2005-09-111-2/+11
|
* Minor cleanup.Raymond Hettinger2005-09-111-2/+1
|
* Corrected version of 1.170Raymond Hettinger2005-09-101-6/+3
|
* Revert 1.170. Add tests.Raymond Hettinger2005-09-102-3/+12
|
* Simplify and speed-up unquote().Raymond Hettinger2005-09-101-15/+10
|
* Simplify and speed-up quote_plus().Raymond Hettinger2005-09-101-6/+3
|
* SF #1285086: urllib.quote is too slowRaymond Hettinger2005-09-091-24/+12
| | | | Simplify and speed-up quote() function.
* Added _handlerList to allow shutdown to flush and close handlers in reverse ↵Vinay Sajip2005-09-081-1/+4
| | | | order of creation (see SF# 1282539)
* Quote docstring with r"" to keep '\r\n' in example code.Hye-Shik Chang2005-09-071-1/+1
|
* note that the return and yield statements cannot be used at the top level inFred Drake2005-09-071-1/+6
| | | | | exec statements; people coming from certain other languages seem to be confused by this on a regular basis
* - fix typo report by email, only 1.5 years lateFred Drake2005-09-071-7/+7
| | | | - fix several consistency nits relating to \method{...()}
* break sets a breakpoint rather than stopping the loop.Neal Norwitz2005-09-051-2/+3
| | | | | | | It *appears* a flag is necessary instead. This was tested in gdb 6.0. Backport candidate
* Clarify what is meant with "whole numbers".Georg Brandl2005-09-041-1/+2
|
* bug [ 1274069 ] bz2module.c compiler warningGeorg Brandl2005-09-031-5/+12
|
* - Correct PyBool_FromLong's return type and its description.Georg Brandl2005-09-031-251/+251
| | | | - Unify function description mode ("Return X" vs "Returns X")
* Changed _srcfile determination to support py2exe.Vinay Sajip2005-09-021-1/+3
|
* Remove statement about meaning of constants; arguably it's incorrectAndrew M. Kuchling2005-09-011-2/+1
|
* Fix rest markup and typos.Walter Dörwald2005-09-011-2/+2
|
* SF bug #1235646: codecs.StreamRecoder.next() now reencodes the data it readsWalter Dörwald2005-09-012-1/+6
| | | | | from the input stream, so that the output is a byte string in the correct encoding instead of a unicode string.
* Reverting previous checkin. This breaks too much of HTMLParser to be appliedGeorg Brandl2005-09-011-1/+1
| | | | | without thought. Anyway, such malformed HTML is better handled by something like BeautifulSoup.
* No need to import exceptions, they are builtinsNeal Norwitz2005-09-013-7/+4
|
* Remove unused importNeal Norwitz2005-09-011-1/+0
|
* Fix bug in last checkin (2.231). To match previous behavior, unicodeNeil Schemenauer2005-08-311-0/+5
| | | | | subclasses should be substituted as-is and not have tp_str called on them.
* patch [ 1242454 ] shutil.copytree() quits too soon after an error.Georg Brandl2005-08-311-0/+4
|
* Whitespace normalization.Georg Brandl2005-08-311-7/+7
|
* bug [ 761452 ] HTMLParser chokes on my.yahoo.com outputGeorg Brandl2005-08-311-1/+1
|
* Typo fixAndrew M. Kuchling2005-08-311-1/+1
|
* From c.l.py comments: link to zlib manual, and disclaim completenessAndrew M. Kuchling2005-08-311-2/+9
|
* Update URLsAndrew M. Kuchling2005-08-312-15/+21
|
* Explain what file descriptors are; this change has been sitting in my tree ↵Andrew M. Kuchling2005-08-311-2/+9
| | | | for a while
* SF bug #1277016: Turn sentence fragment into a complete sentence.Walter Dörwald2005-08-311-3/+3
|
* updated __version__Piers Lauder2005-08-311-1/+1
|
* changed select() so readonly flag is treated as a booleanPiers Lauder2005-08-311-4/+4
|
* SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complainWalter Dörwald2005-08-306-5/+173
| | | | | about illegal code points. The codec now supports PEP 293 style error handlers. (This is a variant of the Nik Haldimann's patch that detects truncated data)
* SF #1275796, fix distutils typo "sortcut" -> "shortcut"Neal Norwitz2005-08-301-1/+1
|
* Add to-do listAndrew M. Kuchling2005-08-301-0/+13
|
* Remove rexec howto; it's kind of pointless nowAndrew M. Kuchling2005-08-301-61/+0
|
* Commit the howto source to the main Python repository, with Fred's approvalAndrew M. Kuchling2005-08-309-0/+4340
|
* Fix logic error introduced in last commit. Also add a comment to explain whatBrett Cannon2005-08-291-2/+5
| | | | the code is doing.
* Add missing \end, noted by George YoshidaAndrew M. Kuchling2005-08-291-0/+1
|
* fix bug where str.find() was being misused where __contains__ should have beenBrett Cannon2005-08-271-1/+1
| | | | used.
* Write section on PEP 342Andrew M. Kuchling2005-08-271-10/+112
|
* patch [ 1274550 ] libtarfile.tex: external URL changedGeorg Brandl2005-08-271-2/+2
|
* patch [ 1274630 ] documentation fixesGeorg Brandl2005-08-273-7/+10
|
* patch [ 1274630 ] documentation fixesGeorg Brandl2005-08-271-1/+1
|
* Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128.Martin v. Löwis2005-08-273-14/+49
| | | | Will backport to 2.4.