]>
git.ipfire.org Git - thirdparty/Python/cpython.git/log
Martin v. Löwis [Sun, 15 Feb 2004 20:54:13 +0000 (20:54 +0000)]
Patch #817379: Allow absolute paths in urllib2.
Martin v. Löwis [Sun, 15 Feb 2004 20:52:00 +0000 (20:52 +0000)]
Patch #817379: Allow for absolute ftp paths.
Fred Drake [Thu, 12 Feb 2004 14:34:42 +0000 (14:34 +0000)]
fix minor markup error: \code{for} --> \keyword{for}
Raymond Hettinger [Thu, 12 Feb 2004 09:52:43 +0000 (09:52 +0000)]
SF 895560: minor typo
Jeremy Hylton [Wed, 11 Feb 2004 19:10:40 +0000 (19:10 +0000)]
If there is no .pyc file, just compile the code directly.
Neal Norwitz [Tue, 10 Feb 2004 18:08:23 +0000 (18:08 +0000)]
SF #894428, fix typo
Brett Cannon [Tue, 10 Feb 2004 01:18:30 +0000 (01:18 +0000)]
Update "more info" link to http://www.poynton.com/ColorFAQ.html .
Thomas Heller [Mon, 9 Feb 2004 10:44:00 +0000 (10:44 +0000)]
Documentation for PyDescr_NewClassMethod was missing - here's at least
the function prototype.
Jim Fulton [Mon, 9 Feb 2004 02:57:18 +0000 (02:57 +0000)]
Fixed a bug in object.__reduce_ex__ (reduce_2) when using protocol
2. Failure to clear the error when attempts to get the __getstate__
attribute fail caused intermittent errors and odd behavior.
Raymond Hettinger [Sun, 8 Feb 2004 20:26:17 +0000 (20:26 +0000)]
SF patch #892821: example for urllib2 has SyntaxError
(Contributed by George Yoshida.)
Raymond Hettinger [Sun, 8 Feb 2004 20:19:42 +0000 (20:19 +0000)]
Fix misspelled name.
Raymond Hettinger [Sun, 8 Feb 2004 20:06:42 +0000 (20:06 +0000)]
Fix typo
Raymond Hettinger [Sun, 8 Feb 2004 19:26:13 +0000 (19:26 +0000)]
SF patch #880552: Fix typo in usage message(prechm.py)
(Contributed by George Yoshida.)
Raymond Hettinger [Sun, 8 Feb 2004 18:56:07 +0000 (18:56 +0000)]
SF patch #875689: >100k alloc wasted on startup
(Contributed by Mike Pall.)
Make sure fill_free_list() is called only once rather than 106 times
when pre-allocating small ints.
Raymond Hettinger [Sun, 8 Feb 2004 18:12:20 +0000 (18:12 +0000)]
SF bug #892854: typo in textwrap doc page
(Reported by Drew Perttula.)
Walter Dörwald [Fri, 6 Feb 2004 18:33:11 +0000 (18:33 +0000)]
Backport checkin:
Fix test failure message (from SF patch #885008)
Fred Drake [Fri, 6 Feb 2004 04:14:41 +0000 (04:14 +0000)]
added notes about weakref changes
Walter Dörwald [Thu, 5 Feb 2004 17:44:26 +0000 (17:44 +0000)]
Backport checkin:
Fix reallocation bug in unicode.translate(): The code was comparing
characters instead of character pointers to determine space requirements.
Fred Drake [Wed, 4 Feb 2004 23:13:43 +0000 (23:13 +0000)]
Allocating a new weakref object can cause existing weakref objects for
the same object to be collected by the cyclic GC support if they are
only referenced by a cycle. If the weakref being collected was one of
the weakrefs without callbacks, some local variables for the
constructor became invalid and have to be re-computed.
The test caused a segfault under a debug build without the fix applied.
Fred Drake [Tue, 3 Feb 2004 20:50:45 +0000 (20:50 +0000)]
Clarify minor point about the ref() and proxy() constructors.
This matches what is already documented for corresponding feature of the C API.
Fred Drake [Tue, 3 Feb 2004 20:18:20 +0000 (20:18 +0000)]
- add tests that exercise fixes for the PyWeakref_NewRef() and
PyWeakref_NewProxy() constructors from the C API
- elaborate the getweakrefcount() and getweakrefs() tests slightly,
including additional checks pulled from the trunk
Fred Drake [Tue, 3 Feb 2004 20:15:31 +0000 (20:15 +0000)]
Fix bug in interpretation of the "callback" argument in the constructors for
weakref ref and proxy objects; None was not being treated as identical to
NULL, though it was documented as equivalent.
Barry Warsaw [Mon, 26 Jan 2004 18:40:49 +0000 (18:40 +0000)]
Backporting revision 1.6:
don't wrap lines too late by default
closes SF bug #842213
But I think Fred meant "too long" :)
Fred Drake [Fri, 23 Jan 2004 04:08:14 +0000 (04:08 +0000)]
fix method name in example code
Fred Drake [Wed, 21 Jan 2004 18:31:16 +0000 (18:31 +0000)]
add direct link to the article in DDJ
closes SF bug #871402
Skip Montanaro [Wed, 21 Jan 2004 13:49:43 +0000 (13:49 +0000)]
backport some doc fixes
Barry Warsaw [Tue, 20 Jan 2004 21:23:46 +0000 (21:23 +0000)]
pwd_getpwuid(), pwd_getpwnam(): Patch # 868499, improvement to the error
messages.
Barry Warsaw [Tue, 20 Jan 2004 21:22:59 +0000 (21:22 +0000)]
grp_getgrgid(), grp_getgrnam(): Patch # 868499, improvement to the error
messages.
Fred Drake [Thu, 8 Jan 2004 15:00:36 +0000 (15:00 +0000)]
add link to the red-dove.com page about the logging package
Fred Drake [Thu, 8 Jan 2004 15:00:13 +0000 (15:00 +0000)]
add new reference macro: \seelink
Raymond Hettinger [Thu, 8 Jan 2004 00:33:04 +0000 (00:33 +0000)]
SF bug #872461: list.extend() described as experimental
Raymond Hettinger [Sun, 4 Jan 2004 03:12:46 +0000 (03:12 +0000)]
Fix small factual error.
Fred Drake [Thu, 1 Jan 2004 07:22:46 +0000 (07:22 +0000)]
in the section "The interpreter stack":
- rearranged a bit to avoid duplicated information
- provide more complete (and hopefully less confusing) descriptions of
the return values for most of these functions
(close SF bug #563298)
Fred Drake [Thu, 1 Jan 2004 05:46:30 +0000 (05:46 +0000)]
clean up indexing for None, NotImplemented
closes SF bug #820344
Fred Drake [Thu, 1 Jan 2004 03:40:57 +0000 (03:40 +0000)]
fix reference to File Object documentation
closes SF bug #825810
Jack Jansen [Sun, 28 Dec 2003 21:52:58 +0000 (21:52 +0000)]
(Tentative) files used for MacPython-OS9 2.3.3 distribution.
Andrew M. Kuchling [Tue, 23 Dec 2003 16:47:44 +0000 (16:47 +0000)]
[Bug #864029] Fix silly typo
Raymond Hettinger [Sat, 20 Dec 2003 20:31:08 +0000 (20:31 +0000)]
Backport rev 1.30 removing 'self' from the arg list for add_type()
Raymond Hettinger [Sat, 20 Dec 2003 20:16:11 +0000 (20:16 +0000)]
Undo one backport too many.
cvs2svn [Fri, 19 Dec 2003 02:06:06 +0000 (02:06 +0000)]
This commit was manufactured by cvs2svn to create tag 'r233'.
Anthony Baxter [Fri, 19 Dec 2003 02:06:06 +0000 (02:06 +0000)]
trace fix
Anthony Baxter [Fri, 19 Dec 2003 02:02:30 +0000 (02:02 +0000)]
updates for release
Fred Drake [Thu, 18 Dec 2003 20:57:20 +0000 (20:57 +0000)]
minor markup adjustment; will need to re-generate 2.3.3 docs
Thomas Heller [Thu, 18 Dec 2003 19:18:55 +0000 (19:18 +0000)]
Installer changes for Python 2.3.3.
Thomas Heller [Thu, 18 Dec 2003 19:17:18 +0000 (19:17 +0000)]
Windows build number for Python 2.3.3 is 51.
Thomas Heller [Thu, 18 Dec 2003 19:16:25 +0000 (19:16 +0000)]
Release date for Python 2.3.3 (final).
Fred Drake [Thu, 18 Dec 2003 15:11:05 +0000 (15:11 +0000)]
set release date
Fred Drake [Thu, 18 Dec 2003 15:06:58 +0000 (15:06 +0000)]
Bump version number for release.
Anthony Baxter [Thu, 18 Dec 2003 09:43:33 +0000 (09:43 +0000)]
Backport 1.13 through 1.15, after getting a begging letter from a certain
BDFL <wink>
The fullmodname() function chopped off the first character if the
module existed in the current directory.
Open results files, which contain binary pickles, in binary mode.
Remove fallback code that tries to read marshal data from a results
file, since this module never writes marshal data.
Fred Drake [Thu, 18 Dec 2003 06:26:15 +0000 (06:26 +0000)]
fix loss of a space after indexing markup
Fred Drake [Thu, 18 Dec 2003 06:24:13 +0000 (06:24 +0000)]
- use correct markup
- re-wrap resulting long lines
Fred Drake [Thu, 18 Dec 2003 06:11:37 +0000 (06:11 +0000)]
apply hackish work-arounds to make sure double hyphens aren't screwed
up in the generated HTML
(this won't be needed on the trunk)
Fred Drake [Thu, 18 Dec 2003 06:08:29 +0000 (06:08 +0000)]
apply hackish work-around to make sure double hyphens aren't screwed
up in the generated HTML
(this won't be needed on the trunk)
Fred Drake [Thu, 18 Dec 2003 06:03:53 +0000 (06:03 +0000)]
apply hackish work-arounds to make sure double hyphens aren't screwed
up in the generated HTML
(this won't be needed on the trunk)
Fred Drake [Thu, 18 Dec 2003 05:30:05 +0000 (05:30 +0000)]
fix weird sh-bang line
Fred Drake [Thu, 18 Dec 2003 05:27:25 +0000 (05:27 +0000)]
avoid bash-isms
Fred Drake [Wed, 17 Dec 2003 23:12:15 +0000 (23:12 +0000)]
fix typo
Fred Drake [Tue, 16 Dec 2003 02:01:22 +0000 (02:01 +0000)]
quick workaround to make "--" in a code sample not be treated wrongly
(converted to an en-dash) by LaTeX2HTML
Fred Drake [Mon, 15 Dec 2003 15:46:04 +0000 (15:46 +0000)]
fix typo
(backported from trunk revision 1.3)
Fred Drake [Mon, 15 Dec 2003 15:45:06 +0000 (15:45 +0000)]
- fix typo
(backported from trunk revision 1.10)
- wrap long lines
Fred Drake [Mon, 15 Dec 2003 15:43:39 +0000 (15:43 +0000)]
fix typo
(backported from trunk revision 1.22)
Fred Drake [Mon, 15 Dec 2003 15:40:28 +0000 (15:40 +0000)]
fix typo: added missing letter
(backported from trunk revision 1.21)
Fred Drake [Mon, 15 Dec 2003 15:34:11 +0000 (15:34 +0000)]
fix typo: added missing word
(backported from trunk revision 1.32)
Fred Drake [Thu, 11 Dec 2003 19:45:21 +0000 (19:45 +0000)]
fix typo and join two paragraphs
Thomas Heller [Mon, 8 Dec 2003 09:23:23 +0000 (09:23 +0000)]
Sigh. dsp files must be marked as binary files for cvs, otherwise
MSVC isn't able to read them. Thanks to David Rushby.
Raymond Hettinger [Sun, 7 Dec 2003 13:05:15 +0000 (13:05 +0000)]
SF patch #855195: fix typos
(Contributed by George Yoshida.)
Raymond Hettinger [Sun, 7 Dec 2003 12:47:00 +0000 (12:47 +0000)]
Fix double hyphen markup.
Raymond Hettinger [Sun, 7 Dec 2003 11:50:02 +0000 (11:50 +0000)]
Fixed unmatched paren.
Raymond Hettinger [Sun, 7 Dec 2003 11:43:56 +0000 (11:43 +0000)]
SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API)
(Contributed by Florent Rougon.)
Raymond Hettinger [Sun, 7 Dec 2003 11:15:16 +0000 (11:15 +0000)]
Backport various tutorial fixups (with permission from the RM).
Raymond Hettinger [Sun, 7 Dec 2003 11:06:31 +0000 (11:06 +0000)]
Backport various fixups (with permission from the RM).
Raymond Hettinger [Sun, 7 Dec 2003 11:03:08 +0000 (11:03 +0000)]
Backports:
* Put str() in alphabetical order
* Move apply(), buffer(), coerce(), and intern() to a separate section.
Raymond Hettinger [Sun, 7 Dec 2003 10:49:13 +0000 (10:49 +0000)]
SF bug #855317: unittest: 5.3.9 Getting Extended Error Information
The example code did not work and could not easily be made to work.
Since the docs were already complex and the feature was not used
(it took two years for the errors to surface), we decided to dedocument
it entirely, leaving unittest cleaner than before.
Fred Drake [Fri, 5 Dec 2003 18:55:46 +0000 (18:55 +0000)]
- fix markup in the bool() description
- note the behavior of bool() with no arg in the main body of the
description
Fred Drake [Fri, 5 Dec 2003 18:02:23 +0000 (18:02 +0000)]
One more backported patch related to the removal of version numbers from
the Doc/ tree on this branch.
Fred Drake [Fri, 5 Dec 2003 17:56:18 +0000 (17:56 +0000)]
Bump version number.
Fred Drake [Fri, 5 Dec 2003 17:42:06 +0000 (17:42 +0000)]
Add news about removal of the PendingDeprecationWarning from apply().
Fred Drake [Fri, 5 Dec 2003 17:33:55 +0000 (17:33 +0000)]
Remove the PendingDeprecationWarning from apply(). apply() will
remain deprecated in the documentation.
Fred Drake [Fri, 5 Dec 2003 16:44:01 +0000 (16:44 +0000)]
Anthony started backporting the changes needed to remove version numbers
from the Doc/ tree; this finishes the job. Version information is now
extracted from Python's Include/patchlevel.h.
Anthony Baxter [Fri, 5 Dec 2003 12:56:21 +0000 (12:56 +0000)]
copied from the trunk.
Raymond Hettinger [Fri, 5 Dec 2003 08:03:09 +0000 (08:03 +0000)]
Fix links and typos.
Raymond Hettinger [Fri, 5 Dec 2003 07:21:13 +0000 (07:21 +0000)]
Fix nits
Raymond Hettinger [Fri, 5 Dec 2003 06:38:06 +0000 (06:38 +0000)]
Fix typo
cvs2svn [Fri, 5 Dec 2003 04:34:04 +0000 (04:34 +0000)]
This commit was manufactured by cvs2svn to create tag 'r233c1'.
Anthony Baxter [Fri, 5 Dec 2003 04:34:04 +0000 (04:34 +0000)]
this wasn't on the branch. mea culpa
Anthony Baxter [Fri, 5 Dec 2003 04:30:10 +0000 (04:30 +0000)]
2.3.3c1
Raymond Hettinger [Thu, 4 Dec 2003 21:42:31 +0000 (21:42 +0000)]
Add newsitem for a bugfix backport.
Raymond Hettinger [Thu, 4 Dec 2003 21:30:05 +0000 (21:30 +0000)]
Backport library tour, glossary, and small fixups to the tutorial.
Thomas Heller [Thu, 4 Dec 2003 21:07:57 +0000 (21:07 +0000)]
Backported from the trunk, on Raymond's request:
SF bug #849662. Dramatically, improve comparison speed for "if shl == None".
Thomas Heller [Thu, 4 Dec 2003 20:45:50 +0000 (20:45 +0000)]
Release date for 2.3.3c1.
Thomas Heller [Thu, 4 Dec 2003 20:44:28 +0000 (20:44 +0000)]
Version number and release date for IDLE, the version now is 1.0.2.
Thomas Heller [Thu, 4 Dec 2003 20:43:18 +0000 (20:43 +0000)]
Version number and filename changes for the wise installer.
Thomas Heller [Thu, 4 Dec 2003 20:41:59 +0000 (20:41 +0000)]
The Windows build number for 2.3.3c1 is 50.
Thomas Heller [Thu, 4 Dec 2003 20:35:58 +0000 (20:35 +0000)]
The Windows build number for 2.3.3c1 is 50.
Thomas Heller [Thu, 4 Dec 2003 20:35:03 +0000 (20:35 +0000)]
Version numbers for Python 2.3.3.
Thomas Heller [Thu, 4 Dec 2003 20:33:58 +0000 (20:33 +0000)]
Version numbers for Python 2.3.3c1. PEP 101 is unclear about the exact
version number in the README file ;-(
Thomas Heller [Thu, 4 Dec 2003 20:25:10 +0000 (20:25 +0000)]
Version numbers for Python 2.3.3c1.
Fred Drake [Thu, 4 Dec 2003 18:27:24 +0000 (18:27 +0000)]
Bump some version numbers.
Guido van Rossum [Wed, 3 Dec 2003 15:25:10 +0000 (15:25 +0000)]
backport:
Reduce the size of Big String and Big Binary tests to 2**14 (minus one
for Big String). This should make the tests pass on Win98SE. Note
that the docs only promise lengths up to 2048. Unfortunately this no
longer tests for the segfault I was seeing earlier, but I'm confident
I've nailed that one. :-) Fixes SF 852281.
Walter Dörwald [Wed, 3 Dec 2003 10:36:15 +0000 (10:36 +0000)]
Backport checkin:
Fix typo. (From SF bug #853064)