summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - fix typo report by email, only 1.5 years lateFred Drake2005-09-071-7/+7
| | | | | - fix several consistency nits relating to \method{...()} (backport of trunk revision 1.130)
* Clarify what is meant with "whole numbers".Georg Brandl2005-09-041-1/+2
|
* use a test for PDF support that is more portable across teTeX major versionsMatthias Klose2005-09-042-4/+8
| | | | (closes SF bug #1238210)
* bug [ 1274069 ] bz2module.c compiler warningGeorg Brandl2005-09-031-5/+12
|
* - Correct PyBool_FromLong's return type and its description.Georg Brandl2005-09-031-226/+226
| | | | | | | | | | | | | - Unify function description mode ("Return X" vs "Returns X") CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: Doc/api/concrete.tex CVS: ----------------------------------------------------------------------
* Backport checkin:Walter Dörwald2005-09-012-1/+6
| | | | | | SF bug #1235646: codecs.StreamRecoder.next() now reencodes the data it reads 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. CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: Lib/HTMLParser.py CVS: ----------------------------------------------------------------------
* patch [ 1242454 ] shutil.copytree() quits too soon after an error.Georg Brandl2005-08-311-0/+4
|
* backport bug [ 761452 ] HTMLParser chokes on my.yahoo.com outputGeorg Brandl2005-08-311-1/+1
|
* Backport checkin:Walter Dörwald2005-08-311-3/+3
| | | | SF bug #1277016: Turn sentence fragment into a complete sentence.
* Make testing a bit easierAnthony Baxter2005-08-301-1/+1
|
* Backport checkin:Walter Dörwald2005-08-306-5/+173
| | | | | | SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain about illegal code points. The codec now supports PEP 293 style error handlers. (This is a variant of the patch by Nik Haldimann that detects truncated data)
* SF #1275796, fix distutils typo "sortcut" -> "shortcut"Neal Norwitz2005-08-301-1/+1
|
* Fix logic error introduced in last commit.Brett Cannon2005-08-291-2/+2
|
* Fix bug where __contains__ should have been used over str.find()Brett Cannon2005-08-272-1/+4
|
* patch [ 1274550 ] libtarfile.tex: external URL changedGeorg Brandl2005-08-271-2/+2
|
* patch [ 1274630 ] documentation fixesGeorg Brandl2005-08-271-6/+6
|
* Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128.Martin v. Löwis2005-08-273-14/+49
|
* Add list() around xreadlines()Georg Brandl2005-08-261-1/+1
|
* __new__ is a static methodGeorg Brandl2005-08-261-1/+1
|
* Important typoGeorg Brandl2005-08-261-1/+1
|
* backport patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieveGeorg Brandl2005-08-263-17/+103
|
* SF bug #1072182: bad arg type to isspace in struct moduleRaymond Hettinger2005-08-261-3/+3
|
* backport patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on WindowsGeorg Brandl2005-08-263-7/+17
|
* Disallow keyword arguments for type constructors that don't use themGeorg Brandl2005-08-2613-13/+100
| | | | (fixes #1119418).
* backport bug [ 1248199 ] shelve .sync operation not documentedGeorg Brandl2005-08-251-0/+8
|
* backport bug [ 1262320 ] minidom.py alternate newl support is brokenGeorg Brandl2005-08-251-4/+11
|
* backport bug [ 1262320 ] minidom.py alternate newl support is brokenGeorg Brandl2005-08-251-6/+6
|
* backport bug [ 1261229 ] __new__ is class methodGeorg Brandl2005-08-251-1/+1
|
* Backport fixes for bugs #1191043 and #1215928.Georg Brandl2005-08-253-8/+52
|
* Make IDNA return an empty string when the input is empty. Fixes #1163178.Martin v. Löwis2005-08-253-0/+14
|
* Patch #1160164: Use ReleaseItanium for zlib build.Martin v. Löwis2005-08-252-2/+4
|
* Backport bug #735248: fix urllib2.parse_http_list().Georg Brandl2005-08-242-39/+44
|
* Backport bug #1016563: Bug in urllib2 proxy authGeorg Brandl2005-08-241-1/+1
|
* Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494.Martin v. Löwis2005-08-242-1/+3
|
* Forward UnicodeDecodeError into SyntaxError for source encoding errors.Martin v. Löwis2005-08-242-5/+9
|
* Return complete lines from codec stream readersMartin v. Löwis2005-08-243-4/+26
| | | | | even if there is an exception in later lines, resulting in correct line numbers for decoding errors in source code. Fixes #1178484.
* backport bug [ 1192315 ] 'clear -1' in pdbGeorg Brandl2005-08-242-1/+6
|
* backport bug [ 1190204 ] 3.29 site is confusing re site-packages on WindowsGeorg Brandl2005-08-242-2/+4
|
* backport bug [ 1193849 ] os.path.expanduser documentation wrt. empty $HOMEGeorg Brandl2005-08-242-8/+18
|
* backport bug [ 728515 ] mmap's resize method resizes the file in win32 but ↵Georg Brandl2005-08-244-1/+23
| | | | not unix
* SF bug #1100368: Wrong "type()" syntax in docsRaymond Hettinger2005-08-241-17/+21
| | | | | | Docs were missing the name/bases/dict form of type(). (Much of the wording contributed by Steven Bethard.)
* Revert previous checkin.Martin v. Löwis2005-08-242-9/+20
|
* Patch #1262036: Make tarfile name absolute. Fixes #1257255.Martin v. Löwis2005-08-242-20/+9
|
* Backport 1.74Raymond Hettinger2005-08-241-7/+16
|
* SF bug #1168135: Python 2.5a0 Tutorial errors and observationsRaymond Hettinger2005-08-231-24/+25
| | | | (Contributed by Michael R Bax.)
* - Mac line endings were incorrect when pasting code from some browsersKurt B. Kaiser2005-08-232-0/+10
| | | | | | | when using X11 and the Fink distribution. Python Bug 1263656. Modified Files: Tag: release24-maint NEWS.txt ScriptBinding.py
* SF bug #1168135: Python 2.5a0 Tutorial errors and observationsRaymond Hettinger2005-08-231-57/+65
| | | | (Contributed by Michael R Bax.)
* ord() documentation update; this is what remains applicable fromFred Drake2005-08-231-4/+9
| | | | | | SF patch #1057588; other changes make the rest of the patch out of date or otherwise unnecessary (backported from trunk revision 1.188)
* add note about "markupbase" not being intended for direct useFred Drake2005-08-231-1/+7
| | | | (closes SF bug #736659, patch #901369; backport of Lib/markupbase.py 1.11)