]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
22 years agopost-release. was going to hold off til Jack got a chance to decide on
Anthony Baxter [Sat, 4 Oct 2003 02:53:10 +0000 (02:53 +0000)] 
post-release. was going to hold off til Jack got a chance to decide on
a Mac release, but given the checkins of the last 12 hours, a bit late.

22 years agoGNUTranslations._parse(): Initialize local variable k so that if the
Barry Warsaw [Sat, 4 Oct 2003 02:39:11 +0000 (02:39 +0000)] 
GNUTranslations._parse(): Initialize local variable k so that if the
first line of a header section isn't an RFC-ish header, it's just
ignored instead of throwing an UnboundLocalError.

Backported.

22 years agoCheck for TclError when reading variables. Fixes #807314.
Martin v. Löwis [Fri, 3 Oct 2003 17:11:45 +0000 (17:11 +0000)] 
Check for TclError when reading variables. Fixes #807314.

22 years ago- don't re-write a SourceForge authenticated CVS root into the
Fred Drake [Fri, 3 Oct 2003 15:20:30 +0000 (15:20 +0000)] 
- don't re-write a SourceForge authenticated CVS root into the
  anonymous flavor unless the user asks for it on the command line
- decompose SourceForge authenticated CVS roots correctly

22 years agoPatch #813445: Add missing socket.IPPROTO_IPV6.
Martin v. Löwis [Fri, 3 Oct 2003 13:55:37 +0000 (13:55 +0000)] 
Patch #813445: Add missing socket.IPPROTO_IPV6.

22 years agoPatch #814764: Undefine xopen_source on OpenBSD 3.4.
Martin v. Löwis [Fri, 3 Oct 2003 13:48:28 +0000 (13:48 +0000)] 
Patch #814764: Undefine xopen_source on OpenBSD 3.4.

22 years agoThis commit was manufactured by cvs2svn to create tag 'r232'. v2.3.2
cvs2svn [Thu, 2 Oct 2003 12:50:18 +0000 (12:50 +0000)] 
This commit was manufactured by cvs2svn to create tag 'r232'.

22 years agotagging for tomorrows release
Anthony Baxter [Thu, 2 Oct 2003 12:50:18 +0000 (12:50 +0000)] 
tagging for tomorrows release

22 years agoPrepare for the release of 2.3.2.
Thomas Heller [Wed, 1 Oct 2003 18:24:06 +0000 (18:24 +0000)] 
Prepare for the release of 2.3.2.

Remove the Wise "Progress Message" when compiling Python files to pyc,
the DOS box is message enough.

22 years agoPrepare for the release of 2.3.2.
Thomas Heller [Wed, 1 Oct 2003 17:35:07 +0000 (17:35 +0000)] 
Prepare for the release of 2.3.2.

I hope 3-Oct-2003 will be the release date.

22 years agoupdated HPUX notes.
Anthony Baxter [Wed, 1 Oct 2003 07:25:31 +0000 (07:25 +0000)] 
updated HPUX notes.

22 years agodoing the dance of the release.
Anthony Baxter [Wed, 1 Oct 2003 06:47:48 +0000 (06:47 +0000)] 
doing the dance of the release.

22 years agopost 2.3.2c1 news
Anthony Baxter [Wed, 1 Oct 2003 06:07:32 +0000 (06:07 +0000)] 
post 2.3.2c1 news

22 years agoadded a warning from Greg about legacy mode with threads.
Anthony Baxter [Wed, 1 Oct 2003 06:02:05 +0000 (06:02 +0000)] 
added a warning from Greg about legacy mode with threads.

22 years agoRevert the last change to this script on the 2.3.x maint branch; the
Fred Drake [Tue, 30 Sep 2003 20:21:03 +0000 (20:21 +0000)] 
Revert the last change to this script on the 2.3.x maint branch; the
rest of the patches needed for that to work are giong to be saved for
post-2.3.2 to avoid introducing new risks in the documentation build
process.

22 years agoWork around minor markup issue: we don't want markup to escape into
Fred Drake [Tue, 30 Sep 2003 20:00:20 +0000 (20:00 +0000)] 
Work around minor markup issue: we don't want markup to escape into
the module index.

22 years agoBump version numbers for the coming release.
Fred Drake [Tue, 30 Sep 2003 16:22:28 +0000 (16:22 +0000)] 
Bump version numbers for the coming release.

22 years agoUpdate to CSS from trunk revision 1.35.
Fred Drake [Tue, 30 Sep 2003 15:43:49 +0000 (15:43 +0000)] 
Update to CSS from trunk revision 1.35.

22 years agoworkaround for openbsd overflow bug. will also apply to the trunk.
Anthony Baxter [Tue, 30 Sep 2003 14:56:50 +0000 (14:56 +0000)] 
workaround for openbsd overflow bug. will also apply to the trunk.

22 years agobackport tim's patch making -rb the default. This will be in 2.3.2 final.
Anthony Baxter [Tue, 30 Sep 2003 09:32:55 +0000 (09:32 +0000)] 
backport tim's patch making -rb the default. This will be in 2.3.2 final.

22 years agorest doesnt like empty sections
Anthony Baxter [Tue, 30 Sep 2003 09:15:55 +0000 (09:15 +0000)] 
rest doesnt like empty sections

22 years agoThis commit was manufactured by cvs2svn to create tag 'r232c1'. v2.3.2c1
cvs2svn [Tue, 30 Sep 2003 07:10:26 +0000 (07:10 +0000)] 
This commit was manufactured by cvs2svn to create tag 'r232c1'.

22 years agoupdates for 2.3.2c1
Anthony Baxter [Tue, 30 Sep 2003 07:10:26 +0000 (07:10 +0000)] 
updates for 2.3.2c1

22 years agonews for 2.3.2c1
Anthony Baxter [Tue, 30 Sep 2003 07:09:58 +0000 (07:09 +0000)] 
news for 2.3.2c1

22 years agoBackport changes from trunk needed to make the GNU info format build.
Fred Drake [Mon, 29 Sep 2003 17:22:33 +0000 (17:22 +0000)] 
Backport changes from trunk needed to make the GNU info format build.

22 years agoUpdated version numbers to 2.3.2.
Jack Jansen [Mon, 29 Sep 2003 15:11:32 +0000 (15:11 +0000)] 
Updated version numbers to 2.3.2.

22 years agoVersion numbers for 2.3.2c1 release.
Thomas Heller [Mon, 29 Sep 2003 10:09:38 +0000 (10:09 +0000)] 
Version numbers for 2.3.2c1 release.

22 years agoBackported from trunk revision 1.16:
Fred Drake [Sun, 28 Sep 2003 22:24:06 +0000 (22:24 +0000)] 
Backported from trunk revision 1.16:
- change computation of VERSION to use tools/getversioninfo; this is
  more reliable than using the $Revision$ expansion
- $RELEASE is no longer needed; we can just use $VERSION now

22 years ago- update pkglist.html more frequently, and explain why that's helpful
Fred Drake [Sun, 28 Sep 2003 16:25:09 +0000 (16:25 +0000)] 
- update pkglist.html more frequently, and explain why that's helpful
- add a comment explaining what pkglist.html is for

22 years agoThe windows build number for 2.3.2c1 is 48.
Thomas Heller [Sat, 27 Sep 2003 20:02:42 +0000 (20:02 +0000)] 
The windows build number for 2.3.2c1 is 48.

22 years agoVersion number 2.3.2c1
Thomas Heller [Sat, 27 Sep 2003 20:01:34 +0000 (20:01 +0000)] 
Version number 2.3.2c1

22 years agore.sub expands escape sequences in it's second argument.
Thomas Heller [Sat, 27 Sep 2003 19:38:25 +0000 (19:38 +0000)] 
re.sub expands escape sequences in it's second argument.

22 years agoTypo: documnetation -> documentation
Thomas Heller [Sat, 27 Sep 2003 19:36:26 +0000 (19:36 +0000)] 
Typo: documnetation -> documentation

22 years agobump the release info
Fred Drake [Sat, 27 Sep 2003 18:10:41 +0000 (18:10 +0000)] 
bump the release info

22 years agoMake sure LaTeX2HTML's $TEXINPUTS variable is initialized to include
Fred Drake [Sat, 27 Sep 2003 16:03:27 +0000 (16:03 +0000)] 
Make sure LaTeX2HTML's $TEXINPUTS variable is initialized to include
directories identified in the TEXINPUTS environment variable.
I think this is the last part of the fix for the version number
problems seen in the documentation for the 2.3.1 release.

22 years agofix for bug #811160 - autoconf vs. hp/ux system header files.
Anthony Baxter [Sat, 27 Sep 2003 08:58:55 +0000 (08:58 +0000)] 
fix for bug #811160 - autoconf vs. hp/ux system header files.

22 years agoupdate one more reference to a file that moved from texinputs/ to
Fred Drake [Sat, 27 Sep 2003 07:48:04 +0000 (07:48 +0000)] 
update one more reference to a file that moved from texinputs/ to
commontex/

22 years agoAdjust the organization a bit and update some of the comments to
Fred Drake [Sat, 27 Sep 2003 07:36:18 +0000 (07:36 +0000)] 
Adjust the organization a bit and update some of the comments to
better explain what's happening.

22 years agolocate the definition of the PWD variable in the same way as the
Fred Drake [Sat, 27 Sep 2003 07:24:22 +0000 (07:24 +0000)] 
locate the definition of the PWD variable in the same way as the
version on the trunk

22 years agoadd commontex/ to the list of directories described here
Fred Drake [Sat, 27 Sep 2003 07:19:59 +0000 (07:19 +0000)] 
add commontex/ to the list of directories described here

22 years agopoint to the new location of the license information
Fred Drake [Sat, 27 Sep 2003 07:16:09 +0000 (07:16 +0000)] 
point to the new location of the license information

22 years agoMove content input files shared among the documents into a new directory
Fred Drake [Sat, 27 Sep 2003 07:14:32 +0000 (07:14 +0000)] 
Move content input files shared among the documents into a new directory
(commontex/), leaving only style support files in texinputs/.  This makes
texinputs/ part of the formatting tools while commontex/ is strictly part
of the actual documentation.

22 years agoThis commit was manufactured by cvs2svn to create branch
cvs2svn [Sat, 27 Sep 2003 07:14:32 +0000 (07:14 +0000)] 
This commit was manufactured by cvs2svn to create branch
'release23-maint'.

22 years ago- use string methods
Fred Drake [Sat, 27 Sep 2003 07:05:44 +0000 (07:05 +0000)] 
- use string methods
- make TEXINPUTS work the way it's supposed to in TeX-ish tools

22 years ago- bump version info
Fred Drake [Sat, 27 Sep 2003 06:01:35 +0000 (06:01 +0000)] 
- bump version info
- backport changes from trunk revisions 1.265, 1.266 (separate
  definition of the mkhowto script location from the invocations of
  the script)

22 years agobump release info
Fred Drake [Sat, 27 Sep 2003 05:38:26 +0000 (05:38 +0000)] 
bump release info

22 years agothe release process, like a river, flows ever onwards
Anthony Baxter [Sat, 27 Sep 2003 05:05:47 +0000 (05:05 +0000)] 
the release process, like a river, flows ever onwards

22 years agobackport Typo: sys.prefex -> sys.prefix
Anthony Baxter [Fri, 26 Sep 2003 16:47:16 +0000 (16:47 +0000)] 
backport Typo: sys.prefex -> sys.prefix
Closes SF# 812152

22 years agobackport [Bug #812936] Correct the documentation for RotatingFileHandler.
Anthony Baxter [Fri, 26 Sep 2003 16:46:22 +0000 (16:46 +0000)] 
backport [Bug #812936] Correct the documentation for RotatingFileHandler.

22 years agobackport of HAVE_FSYNC fix
Skip Montanaro [Thu, 25 Sep 2003 15:21:00 +0000 (15:21 +0000)] 
backport of HAVE_FSYNC fix

22 years agoThis commit was manufactured by cvs2svn to create tag 'r231'. v2.3.1
cvs2svn [Wed, 24 Sep 2003 00:51:10 +0000 (00:51 +0000)] 
This commit was manufactured by cvs2svn to create tag 'r231'.

22 years agomore updates from Sean
Anthony Baxter [Wed, 24 Sep 2003 00:51:10 +0000 (00:51 +0000)] 
more updates from Sean

22 years agonote hp-ux borkage.
Anthony Baxter [Wed, 24 Sep 2003 00:45:38 +0000 (00:45 +0000)] 
note hp-ux borkage.

22 years agoChange the default window size to 1024x768. This shows at least the
Thomas Heller [Tue, 23 Sep 2003 20:34:40 +0000 (20:34 +0000)] 
Change the default window size to 1024x768. This shows at least the
whole main page.

22 years agoUpdate the windows version resource for 2.3.1.
Thomas Heller [Tue, 23 Sep 2003 20:25:43 +0000 (20:25 +0000)] 
Update the windows version resource for 2.3.1.

22 years agoUpdate the windows build number for 2.3.1 to 47.
Thomas Heller [Tue, 23 Sep 2003 20:24:21 +0000 (20:24 +0000)] 
Update the windows build number for 2.3.1 to 47.

22 years agoand another date
Anthony Baxter [Tue, 23 Sep 2003 08:12:13 +0000 (08:12 +0000)] 
and another date

22 years agoactually set the date
Anthony Baxter [Tue, 23 Sep 2003 08:00:34 +0000 (08:00 +0000)] 
actually set the date

22 years agoBinaries are build using openssl-0.9.7b.
Thomas Heller [Tue, 23 Sep 2003 07:14:39 +0000 (07:14 +0000)] 
Binaries are build using openssl-0.9.7b.
Short note about how the htmlhelp docs are built.

22 years agoNote from Anthony about Berkely DB 4.2 support.
Thomas Heller [Tue, 23 Sep 2003 07:07:20 +0000 (07:07 +0000)] 
Note from Anthony about Berkely DB 4.2 support.
Mention which openssl version was used for the windows installer.

22 years agobump version number
Fred Drake [Tue, 23 Sep 2003 05:25:09 +0000 (05:25 +0000)] 
bump version number

22 years agoupdate release info
Fred Drake [Tue, 23 Sep 2003 05:23:25 +0000 (05:23 +0000)] 
update release info

22 years agoadd entry for 2.3.1
Fred Drake [Tue, 23 Sep 2003 05:21:02 +0000 (05:21 +0000)] 
add entry for 2.3.1

22 years agobump version number
Anthony Baxter [Tue, 23 Sep 2003 02:41:50 +0000 (02:41 +0000)] 
bump version number

22 years agobump version macros
Anthony Baxter [Tue, 23 Sep 2003 02:36:16 +0000 (02:36 +0000)] 
bump version macros

22 years agoBackport Tim's fix to test_winsound.py
Raymond Hettinger [Mon, 22 Sep 2003 19:14:49 +0000 (19:14 +0000)] 
Backport Tim's fix to test_winsound.py

PlaySoundTest.test_alias_fallback():  Disabled this test, and explained
why in a new comment.  My home Win98SE box is one of the "real systems"
alluded to (my system "default sound" appears to have vanished sometime
in the last month, that's certainly not a Python bug, and the MS
PlaySound docs are correct in their explanation of what happens then).

22 years agoFix doubled word errors.
Raymond Hettinger [Mon, 22 Sep 2003 15:50:51 +0000 (15:50 +0000)] 
Fix doubled word errors.

22 years agoFix doubled word errors.
Raymond Hettinger [Mon, 22 Sep 2003 15:37:38 +0000 (15:37 +0000)] 
Fix doubled word errors.

22 years agoChanges for Python 2.3.1 release.
Thomas Heller [Mon, 22 Sep 2003 15:06:28 +0000 (15:06 +0000)] 
Changes for Python 2.3.1 release.
- Install docs in one HTMLHelp file, no longer lots of html pages
- Can optionally compile Python library modules to .pyc
- Remove the thanks to Wise Solutions for InstallMaster 8.1, since it is
  no longer used to create the installer.

22 years agoLet IDLE use the HTMLHelp docs, if found.
Thomas Heller [Mon, 22 Sep 2003 14:56:11 +0000 (14:56 +0000)] 
Let IDLE use the HTMLHelp docs, if found.

22 years agoSupport 2.3 docs in HTMLHelp format.
Thomas Heller [Mon, 22 Sep 2003 14:54:58 +0000 (14:54 +0000)] 
Support 2.3 docs in HTMLHelp format.

22 years agoBackport checkin:
Walter Dörwald [Mon, 22 Sep 2003 12:44:47 +0000 (12:44 +0000)] 
Backport checkin:
Avoid list as a variable name.

22 years agoClean-up example code: remove string module and backticks.
Raymond Hettinger [Mon, 22 Sep 2003 06:27:32 +0000 (06:27 +0000)] 
Clean-up example code:  remove string module and backticks.

22 years agoRemoved the PendingDeprecation warning from sets.py because it adds
Raymond Hettinger [Mon, 22 Sep 2003 04:42:56 +0000 (04:42 +0000)] 
Removed the PendingDeprecation warning from sets.py because it adds
little value while introducing incompatability with the version
being bugfixed.

22 years agoBackport fix for SF808594: leak on lambda with duplicate arguments.
Jeremy Hylton [Mon, 22 Sep 2003 04:41:21 +0000 (04:41 +0000)] 
Backport fix for SF808594: leak on lambda with duplicate arguments.

22 years agoRPM spec file updates from Sean Reifschneider.
Anthony Baxter [Mon, 22 Sep 2003 04:21:04 +0000 (04:21 +0000)] 
RPM spec file updates from Sean Reifschneider.

22 years agoAdd BerkeleyDB 4.2 library to the bsddb module search path
Gregory P. Smith [Mon, 22 Sep 2003 01:19:45 +0000 (01:19 +0000)] 
Add BerkeleyDB 4.2 library to the bsddb module search path
(backport 1.173)

22 years agominor correction. python 2.3 was released with the bsddb module 4.1.6 not 4.1.1
Gregory P. Smith [Sun, 21 Sep 2003 23:42:16 +0000 (23:42 +0000)] 
minor correction.  python 2.3 was released with the bsddb module 4.1.6 not 4.1.1
(port of 1.161->1.162)

22 years agosimplify some import statements and clean up a docstring and BerkeleyDB library
Gregory P. Smith [Sun, 21 Sep 2003 23:18:29 +0000 (23:18 +0000)] 
simplify some import statements and clean up a docstring and BerkeleyDB library
version check to mention that we support versions 3.2 - 4.2.

22 years agosupport for compiling with BerkeleyDB 4.2.x (soon to be released). this
Gregory P. Smith [Sun, 21 Sep 2003 23:10:23 +0000 (23:10 +0000)] 
support for compiling with BerkeleyDB 4.2.x (soon to be released).  this
is a partial version of the 1.18->1.19 patch.  i left out the ability for
the module to also load as _pybsddb in addition to _bsddb as that applies
more to pybsddb than python.

22 years agoport of 1.17->1.18 change. adds DBEnv.set_shm_key method.
Gregory P. Smith [Sun, 21 Sep 2003 23:06:20 +0000 (23:06 +0000)] 
port of 1.17->1.18 change.  adds DBEnv.set_shm_key method.

22 years agoBackport Greg's patch (1.7 to 1.8) for backwards code compatability.
Raymond Hettinger [Sun, 21 Sep 2003 04:51:46 +0000 (04:51 +0000)] 
Backport Greg's patch (1.7 to 1.8) for backwards code compatability.

22 years agoBackport Tim's fix to SF #809915.
Raymond Hettinger [Sun, 21 Sep 2003 04:38:33 +0000 (04:38 +0000)] 
Backport Tim's fix to SF #809915.
Creates a url that should always be invalid.

22 years agoCheck for declarations of fchdir and fsync. Fixes #800710.
Martin v. Löwis [Sat, 20 Sep 2003 15:29:42 +0000 (15:29 +0000)] 
Check for declarations of fchdir and fsync. Fixes #800710.

22 years agoPatch #805613: Fix usage of the PTH library.
Martin v. Löwis [Sat, 20 Sep 2003 11:13:18 +0000 (11:13 +0000)] 
Patch #805613: Fix usage of the PTH library.

22 years agoPatch #808362: Fix typos.
Martin v. Löwis [Sat, 20 Sep 2003 11:09:06 +0000 (11:09 +0000)] 
Patch #808362: Fix typos.

22 years agoPatch #713645: Fix typo.
Martin v. Löwis [Sat, 20 Sep 2003 11:04:44 +0000 (11:04 +0000)] 
Patch #713645: Fix typo.

22 years agoPatch #793559: Reset __starttext_tag. Fixes #709491.
Martin v. Löwis [Sat, 20 Sep 2003 10:58:03 +0000 (10:58 +0000)] 
Patch #793559: Reset __starttext_tag. Fixes #709491.

22 years agoPatch #805678: Add .so symlink during make install.
Martin v. Löwis [Sat, 20 Sep 2003 10:50:28 +0000 (10:50 +0000)] 
Patch #805678: Add .so symlink during make install.

22 years agoPatch #805604: Do not check for sem_init, do not use -Kthread,
Martin v. Löwis [Sat, 20 Sep 2003 10:47:28 +0000 (10:47 +0000)] 
Patch #805604: Do not check for sem_init, do not use -Kthread,
if configured --without-threads.

22 years agoMention improvement of detection of broken tzset() (patch #762934).
Brett Cannon [Fri, 19 Sep 2003 01:01:59 +0000 (01:01 +0000)] 
Mention improvement of detection of broken tzset() (patch #762934).

22 years agoImprove detection of broken implementations of tzset().
Brett Cannon [Fri, 19 Sep 2003 01:00:16 +0000 (01:00 +0000)] 
Improve detection of broken implementations of tzset().

22 years agoFix a typo found by Eric D. Moyer, closes SF 807813.
Thomas Heller [Wed, 17 Sep 2003 17:12:31 +0000 (17:12 +0000)] 
Fix a typo found by Eric D. Moyer, closes SF 807813.

Will backport to 2.3.

22 years agoBackport Tim's portability improvement and comments.
Jeremy Hylton [Wed, 17 Sep 2003 03:22:27 +0000 (03:22 +0000)] 
Backport Tim's portability improvement and comments.

22 years ago* Minor wording change
Raymond Hettinger [Tue, 16 Sep 2003 22:05:33 +0000 (22:05 +0000)] 
* Minor wording change
* Reference the doctest.DocTestSuite() conversion tool.

22 years agoFix documentation bugs.
Raymond Hettinger [Tue, 16 Sep 2003 21:42:13 +0000 (21:42 +0000)] 
Fix documentation bugs.
Add support for iterators and other mapping methods.
Convert tests to unittest format and expand their coverage.

22 years agoBackport: Double-fix of crash in Unicode freelist handling.
Jeremy Hylton [Tue, 16 Sep 2003 20:30:03 +0000 (20:30 +0000)] 
Backport: Double-fix of crash in Unicode freelist handling.

22 years agoFix leak in classobject.c. The leak surfaced on the error exit when
Raymond Hettinger [Tue, 16 Sep 2003 07:13:56 +0000 (07:13 +0000)] 
Fix leak in classobject.c.  The leak surfaced on the error exit when
hashing a class that does not define __hash__ but does define a
comparison.

22 years agoBackport Neal's fix for bug #789402 -- a memory leak in fileobject.c
Raymond Hettinger [Tue, 16 Sep 2003 05:29:50 +0000 (05:29 +0000)] 
Backport Neal's fix for bug #789402 -- a memory leak in fileobject.c

22 years agoBackport addition of the __all__ attribute for unittest.py
Raymond Hettinger [Tue, 16 Sep 2003 04:55:32 +0000 (04:55 +0000)] 
Backport addition of the __all__ attribute for unittest.py