]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
19 years agoparsedate_tz(): Return a 1 in the tm_yday field so that the value is
Barry Warsaw [Fri, 3 Feb 2006 04:41:24 +0000 (04:41 +0000)] 
parsedate_tz(): Return a 1 in the tm_yday field so that the value is
acceptable to Python 2.4's time.strftime().  This fix mirrors the behavior in
email 3.0.  That field is documented as being "not useable" so it might as
well not be buggy too <wink>.

Add a test for this behavior and update a few tests that were expecting a 0 in
this field.  After committing I will run the entire Python 2.3 test suite to
ensure this doesn't break any Python tests.

19 years agoUpdated docs for email.Message.get_filename()
Barry Warsaw [Tue, 17 Jan 2006 05:17:29 +0000 (05:17 +0000)] 
Updated docs for email.Message.get_filename()

19 years agoSF bug #1403349 solution for email 2.5; some MUAs use the 'file' parameter
Barry Warsaw [Tue, 17 Jan 2006 04:34:54 +0000 (04:34 +0000)] 
SF bug #1403349 solution for email 2.5; some MUAs use the 'file' parameter
name in the Content-Distribution header, so Message.get_filename() should fall
back to using that.  Will port both to email 3.0 and Python 2.5 trunk.

Also, bump the email package version to 2.5.7 for eventual release.  Of
course, add a test case too.

XXX Need to update the documentation.

20 years agoBegin 2.3.6 news section; record PCRE fix
Andrew M. Kuchling [Wed, 31 Aug 2005 12:58:09 +0000 (12:58 +0000)] 
Begin 2.3.6 news section; record PCRE fix

20 years agoFor reference, add tests for PCRE fix; the tests aren't run by default because I...
Andrew M. Kuchling [Wed, 31 Aug 2005 12:56:50 +0000 (12:56 +0000)] 
For reference, add tests for PCRE fix; the tests aren't run by default because I wanted to minimize upheaval to the 2.3 test suite

20 years agoApply fix for potential heap overflow in PCRE code (CAN-2005-2491)
Andrew M. Kuchling [Wed, 31 Aug 2005 12:55:21 +0000 (12:55 +0000)] 
Apply fix for potential heap overflow in PCRE code (CAN-2005-2491)

20 years ago[Bug #1194249] Fix duplicate assignment in example code
Andrew M. Kuchling [Wed, 1 Jun 2005 15:28:01 +0000 (15:28 +0000)] 
[Bug #1194249] Fix duplicate assignment in example code

20 years agoget_filename(), get_content_charset(): It's possible that the charset named in
Barry Warsaw [Fri, 29 Apr 2005 12:12:02 +0000 (12:12 +0000)] 
get_filename(), get_content_charset(): It's possible that the charset named in
an RFC 2231-style header could be bogus or unknown to Python.  In that case,
we return the the text part of the parameter undecoded.  However, in
get_content_charset(), if that is not ascii, then it is an illegal charset and
so we return failobj.

Test cases and a version bump are included.

Committing this to the Python 2.3 branch because I need to generate an email
2.5.6 release that contains these patches.  I will port these fixes to Python
2.4 and 2.5 for email 3.x.

20 years agoStarted on MacPython additions for Tiger.
Jack Jansen [Fri, 22 Apr 2005 22:38:13 +0000 (22:38 +0000)] 
Started on MacPython additions for Tiger.

20 years agocorrect ontosys url - closes 1167329
Skip Montanaro [Mon, 21 Mar 2005 19:42:52 +0000 (19:42 +0000)] 
correct ontosys url - closes 1167329

20 years agoThis commit was manufactured by cvs2svn to create tag 'r235'. v2.3.5
cvs2svn [Tue, 8 Feb 2005 13:27:52 +0000 (13:27 +0000)] 
This commit was manufactured by cvs2svn to create tag 'r235'.

20 years ago2.3.5 final
Anthony Baxter [Tue, 8 Feb 2005 13:27:52 +0000 (13:27 +0000)] 
2.3.5 final

20 years agodamn
Anthony Baxter [Tue, 8 Feb 2005 13:24:28 +0000 (13:24 +0000)] 
damn

20 years ago2.3.5 final
Anthony Baxter [Tue, 8 Feb 2005 12:57:55 +0000 (12:57 +0000)] 
2.3.5 final

20 years ago2.3.5 final
Anthony Baxter [Tue, 8 Feb 2005 11:37:01 +0000 (11:37 +0000)] 
2.3.5 final

20 years agoset release date in the docs
Fred Drake [Tue, 8 Feb 2005 06:13:18 +0000 (06:13 +0000)] 
set release date in the docs

20 years agoadd 2.3.5 to the history and licensing info
Fred Drake [Tue, 8 Feb 2005 06:01:50 +0000 (06:01 +0000)] 
add 2.3.5 to the history and licensing info

20 years agobump version number
Fred Drake [Tue, 8 Feb 2005 05:58:05 +0000 (05:58 +0000)] 
bump version number

20 years agonews update for 2.3.5 final
Anthony Baxter [Tue, 8 Feb 2005 05:57:20 +0000 (05:57 +0000)] 
news update for 2.3.5 final

20 years agosligtly strengthen unit tests for copy.py
Alex Martelli [Mon, 7 Feb 2005 12:18:26 +0000 (12:18 +0000)] 
sligtly strengthen unit tests for copy.py

20 years agotiny backport from 2.4, fix a leak in _testcapi
Alex Martelli [Mon, 7 Feb 2005 12:04:22 +0000 (12:04 +0000)] 
tiny backport from 2.4, fix a leak in _testcapi

20 years agofix bug 1114776
Alex Martelli [Sun, 6 Feb 2005 07:56:18 +0000 (07:56 +0000)] 
fix bug 1114776

20 years agofix XMLFilterBase.resolveEntity() so the caller gets the result
Fred Drake [Thu, 3 Feb 2005 17:29:32 +0000 (17:29 +0000)] 
fix XMLFilterBase.resolveEntity() so the caller gets the result
(PyXML bug #1112052)

20 years agoSecurity fix PSF-2005-001 for SimpleXMLRPCServer.py.
Guido van Rossum [Thu, 3 Feb 2005 14:59:43 +0000 (14:59 +0000)] 
Security fix PSF-2005-001 for SimpleXMLRPCServer.py.

20 years agoFix typo in verbose output for RLock when the initial lock acquisition occurs.
Brett Cannon [Thu, 27 Jan 2005 22:52:09 +0000 (22:52 +0000)] 
Fix typo in verbose output for RLock when the initial lock acquisition occurs.

Closes bug #1110998.

20 years agoPartially revert #1074011; don't try to fflush stdin.
Martin v. Löwis [Thu, 27 Jan 2005 18:55:06 +0000 (18:55 +0000)] 
Partially revert #1074011; don't try to fflush stdin.

20 years agoThis commit was manufactured by cvs2svn to create tag 'r235c1'. v2.3.5c1
cvs2svn [Wed, 26 Jan 2005 04:55:57 +0000 (04:55 +0000)] 
This commit was manufactured by cvs2svn to create tag 'r235c1'.

20 years agoadded 2.3.5
Anthony Baxter [Wed, 26 Jan 2005 04:55:57 +0000 (04:55 +0000)] 
added 2.3.5

20 years agoRecompiled after source changes.
Thomas Heller [Tue, 25 Jan 2005 22:09:01 +0000 (22:09 +0000)] 
Recompiled after source changes.

20 years agoInstaller changes for 2.3.5c1.
Thomas Heller [Tue, 25 Jan 2005 22:07:51 +0000 (22:07 +0000)] 
Installer changes for 2.3.5c1.

20 years agoBuild number for 2.3.5c1 is 61.
Thomas Heller [Tue, 25 Jan 2005 22:05:22 +0000 (22:05 +0000)] 
Build number for 2.3.5c1 is 61.

20 years agoRunning a bdist_wininst installer, built with Python 2.3, installing
Thomas Heller [Tue, 25 Jan 2005 20:46:48 +0000 (20:46 +0000)] 
Running a bdist_wininst installer, built with Python 2.3, installing
for Python 2.4 caused a segfault when post_install_script was used.

The reason was that the file handle passed to PyRun_SimpleFile() was
created with MSVCRT.DLL, but Python 2.4 uses MSVCR71.DLL.

So, I replaced PyRun_SimpleFile() with PyRun_SimpleString().  The
segfault is gone, but the output of the postinstall script doesn't
show up, because still freopen() from MSVCRT is used.

(I would be very gratefull if someone proofreads the patch, at least).

20 years agoSet PYTHONHOME before loading Python, so that sys.path will be set correctly.
Thomas Heller [Tue, 25 Jan 2005 19:47:48 +0000 (19:47 +0000)] 
Set PYTHONHOME before loading Python, so that sys.path will be set correctly.

20 years agoset the release date
Fred Drake [Tue, 25 Jan 2005 15:16:49 +0000 (15:16 +0000)] 
set the release date

20 years ago1.0.5, to match the python patchlevel
Anthony Baxter [Tue, 25 Jan 2005 13:08:15 +0000 (13:08 +0000)] 
1.0.5, to match the python patchlevel

20 years agocopy.py fixed to first lookup __copy__ from the instance being copied,
Anthony Baxter [Tue, 25 Jan 2005 12:52:18 +0000 (12:52 +0000)] 
copy.py fixed to first lookup __copy__ from the instance being copied,
rather than only looking at the type - this was broken in 2.3.

20 years agopre-release bits
Anthony Baxter [Tue, 25 Jan 2005 12:51:43 +0000 (12:51 +0000)] 
pre-release bits

20 years agohappy new year!
Anthony Baxter [Tue, 25 Jan 2005 12:39:22 +0000 (12:39 +0000)] 
happy new year!

20 years agobump version number to prepare for a release
Fred Drake [Tue, 25 Jan 2005 07:53:30 +0000 (07:53 +0000)] 
bump version number to prepare for a release

20 years agoFlush std{in,out,err} before closing it. Fixes #1074011.
Martin v. Löwis [Sun, 23 Jan 2005 09:50:32 +0000 (09:50 +0000)] 
Flush std{in,out,err} before closing it. Fixes #1074011.

20 years agoAt least one bug has been fixed in distutils, so increment the last part of
Thomas Heller [Thu, 20 Jan 2005 19:28:44 +0000 (19:28 +0000)] 
At least one bug has been fixed in distutils, so increment the last part of
the version number.  For the distutils version numbering scheme, see
http://mail.python.org/pipermail/distutils-sig/2005-January/004368.html

20 years agodistutils/command/install.py change.
Thomas Heller [Thu, 20 Jan 2005 19:22:12 +0000 (19:22 +0000)] 
distutils/command/install.py change.

20 years agoFix [ 1103844 ] fix distutils.install.dump_dirs() with negated options.
Thomas Heller [Thu, 20 Jan 2005 19:16:27 +0000 (19:16 +0000)] 
Fix [ 1103844 ] fix distutils.install.dump_dirs() with negated options.

Backport from trunk.

20 years agofix typeset of vertical bar for PDF format
Fred Drake [Wed, 19 Jan 2005 07:22:13 +0000 (07:22 +0000)] 
fix typeset of vertical bar for PDF format
(closes SF bug #1008998)

20 years agoOn OpenBSD, terminating IDLE with ctrl-c from the command line caused a
Kurt B. Kaiser [Wed, 19 Jan 2005 06:23:51 +0000 (06:23 +0000)] 
On OpenBSD, terminating IDLE with ctrl-c from the command line caused a
stuck subprocess MainThread because only the SocketThread was exiting.

M NEWS.txt
M run.py

20 years agodocumentation for the zipimport module using contributed patch
Fred Drake [Wed, 19 Jan 2005 06:03:29 +0000 (06:03 +0000)] 
documentation for the zipimport module using contributed patch
(closes SF bug #853800; markup adjusted)

20 years agoBackport configDialog.py rev 1.60:
Kurt B. Kaiser [Wed, 19 Jan 2005 05:53:32 +0000 (05:53 +0000)] 
Backport configDialog.py rev 1.60:

Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set"
button) caused IDLE to fail on restart (no new keyset was created in
config-keys.cfg).  Also true for Theme/highlights.  Python Bug 1064535.

M NEWS.txt
M configDialog.py

20 years agoThis commit was manufactured by cvs2svn to create branch
cvs2svn [Wed, 19 Jan 2005 05:42:50 +0000 (05:42 +0000)] 
This commit was manufactured by cvs2svn to create branch
'release23-maint'.

20 years agoDescription of args to IMAP4.store() in imaplib
Fred Drake [Wed, 19 Jan 2005 04:49:26 +0000 (04:49 +0000)] 
Description of args to IMAP4.store() in imaplib
(closes SF patch #1084092; modified per comments in SF)

20 years agoBackport EditorWindow rev 1.60 configHelpSourceEdit rev 1.7 15Jul04
Kurt B. Kaiser [Wed, 19 Jan 2005 04:12:38 +0000 (04:12 +0000)] 
Backport EditorWindow rev 1.60  configHelpSourceEdit rev 1.7  15Jul04

checking sys.platform for substring 'win' was breaking IDLE docs on Mac
(darwin).  Also, Mac Safari browser requires full file:// URIs.  SF 900580.

M EditorWindow.py
M NEWS.txt
M configHelpSourceEdit.py

20 years agofix a bunch of spelling errors
Fred Drake [Wed, 19 Jan 2005 03:45:39 +0000 (03:45 +0000)] 
fix a bunch of spelling errors
(closes SF patch #1104868)

20 years agoremove spurious line from widget variables example
Fred Drake [Wed, 19 Jan 2005 03:27:18 +0000 (03:27 +0000)] 
remove spurious line from widget variables example
(closes SF patch #1094815)

20 years agoBackport rpc.py rev 1.28 dating from 21Jan04
Kurt B. Kaiser [Wed, 19 Jan 2005 01:44:06 +0000 (01:44 +0000)] 
Backport rpc.py rev 1.28 dating from 21Jan04

rpc.py:SocketIO - Large modules were generating large pickles when downloaded
to the execution server.  The return of the OK response from the subprocess
initialization was interfering and causing the sending socket to be not
ready.  Add an IO ready test to fix this.  Moved the polling IO ready test
into pollpacket().

Fix typo in rpc.py, s/b "pickle.PicklingError" not "pickle.UnpicklingError".

idlever.py should be 1.0.4 to align with NEWS.txt.  There was no IDLE release
at 2.3.1 which accounts for the unsync.

M NEWS.txt
M idlever.py
M rpc.py

20 years agoBackport Patch #850977: Detect Tk on FreeBSD and OpenBSD.
Kurt B. Kaiser [Mon, 17 Jan 2005 21:07:52 +0000 (21:07 +0000)] 
Backport Patch #850977: Detect Tk on FreeBSD and OpenBSD.

20 years agoIf an extension can't be loaded, print warning and skip it instead of
Kurt B. Kaiser [Mon, 17 Jan 2005 20:34:49 +0000 (20:34 +0000)] 
If an extension can't be loaded, print warning and skip it instead of
erroring out.

20 years agoImprove error handling when .idlerc can't be created. This is a partial
Kurt B. Kaiser [Mon, 17 Jan 2005 20:06:47 +0000 (20:06 +0000)] 
Improve error handling when .idlerc can't be created.  This is a partial
backport of configHandler.py, Revision 1.36,  11Jan05.

20 years agoupdate in readiness for 2.3.5 release
Andrew MacIntyre [Mon, 17 Jan 2005 13:06:27 +0000 (13:06 +0000)] 
update in readiness for 2.3.5 release

20 years agobackport: make thread stack size compile-time tunable on OS/2, incr main stack
Andrew MacIntyre [Mon, 17 Jan 2005 12:22:38 +0000 (12:22 +0000)] 
backport: make thread stack size compile-time tunable on OS/2, incr main stack

20 years agobackport: make thread stack size compile-time tunable on OS/2
Andrew MacIntyre [Mon, 17 Jan 2005 12:21:28 +0000 (12:21 +0000)] 
backport: make thread stack size compile-time tunable on OS/2

20 years agoBackport of fixes for #887242 and #1097739:
Jack Jansen [Tue, 11 Jan 2005 13:49:02 +0000 (13:49 +0000)] 
Backport of fixes for #887242 and #1097739:

If $MACOSX_DEPLOYMENT_TARGET is set, and >= 10.3, during configure we
setup extensions to link with dynamic lookup. We also record the
value in the Makefile, and distutils uses the same value to build extension
modules. If MACOSX_DEPLOYMENT_TARGET is not set it defaults to the
current OSX version.

If we cannot use -undefined dynamic_lookup (such as on 10.2 or earlier)
we link extensions directly against the dynamic library in the framework in
stead of against the framework. This will fix building extensions for 2.3
after 2.4 has been installed too.

20 years agoBackport latest version of whatsnew23: fix typos, remove a GC-related item; add an...
Andrew M. Kuchling [Fri, 7 Jan 2005 14:43:39 +0000 (14:43 +0000)] 
Backport latest version of whatsnew23: fix typos, remove a GC-related item; add an item

20 years agoBackport of 1.38:
Jack Jansen [Fri, 7 Jan 2005 13:48:53 +0000 (13:48 +0000)] 
Backport of 1.38:
Allow relative URLs for included databases and packages.

20 years agoBackport of 1.20:
Jack Jansen [Fri, 7 Jan 2005 12:57:08 +0000 (12:57 +0000)] 
Backport of 1.20:
Workaround for the fact that urllib2 doesn't default to "file:" urls.

20 years agoMerging the current development changes for the idle wrapper.
Sean Reifschneider [Wed, 5 Jan 2005 04:59:29 +0000 (04:59 +0000)] 
Merging the current development changes for the idle wrapper.

20 years agoMac news items.
Jack Jansen [Tue, 4 Jan 2005 16:07:04 +0000 (16:07 +0000)] 
Mac news items.

20 years agoBackport of 1.55 and 1.57:
Jack Jansen [Tue, 4 Jan 2005 16:05:33 +0000 (16:05 +0000)] 
Backport of 1.55 and 1.57:
- Added quotes around the destroot arguments, so empty destroot works.
- Run fixapplepython23 script to check whether Apple's Python 2.3 needs
  to be patched.

20 years agoFix for #1076490 submitted by Neil Mayhew: a serious typo means
Jack Jansen [Tue, 4 Jan 2005 15:25:48 +0000 (15:25 +0000)] 
Fix for #1076490 submitted by Neil Mayhew: a serious typo means
BuildApplication has never worked in 2.3. I guess that shows how
popular MacOS9 is:-)

20 years agoAdded one-liner about pimp 0.5
Jack Jansen [Mon, 3 Jan 2005 16:00:28 +0000 (16:00 +0000)] 
Added one-liner about pimp 0.5

20 years agoBackport of 1.37:
Jack Jansen [Mon, 3 Jan 2005 15:46:30 +0000 (15:46 +0000)] 
Backport of 1.37:
- Added an "installer" flavor, which uses the "open" command to install
  something (overridable through Install-command entry)
- Hidden status is now determined by flavor == hidden, not by
  missing Download-URL. Hidden packages behave like installer packages.
- Made some error messages a bit more understandable.

Because there's new functionality the version has been upped to 0.5.

20 years agoGetting things in place for the MacPython additions build 3.
Jack Jansen [Sun, 2 Jan 2005 23:19:40 +0000 (23:19 +0000)] 
Getting things in place for the MacPython additions build 3.

20 years agoBackported from the trunk.
Jack Jansen [Sun, 2 Jan 2005 23:18:07 +0000 (23:18 +0000)] 
Backported from the trunk.

20 years agoThis commit was manufactured by cvs2svn to create branch
cvs2svn [Sun, 2 Jan 2005 23:18:07 +0000 (23:18 +0000)] 
This commit was manufactured by cvs2svn to create branch
'release23-maint'.

20 years agoAdded a band-aid to make this script work with the older 2.3.0
Jack Jansen [Sun, 2 Jan 2005 23:17:06 +0000 (23:17 +0000)] 
Added a band-aid to make this script work with the older 2.3.0
buildtools if no destroot option is given. That makes life for the
additions installer a lot simpler.

20 years agoBackport:
Jack Jansen [Fri, 31 Dec 2004 10:44:41 +0000 (10:44 +0000)] 
Backport:
Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destroot
option to various tools, and do the right thing when we're doing a destroot
install.

20 years agoSpaces in stead of tabs.
Jack Jansen [Thu, 30 Dec 2004 22:43:29 +0000 (22:43 +0000)] 
Spaces in stead of tabs.

20 years agoPatch 728330: Fix compilation problems on IRIX.
Martin v. Löwis [Thu, 30 Dec 2004 13:52:17 +0000 (13:52 +0000)] 
Patch 728330: Fix compilation problems on IRIX.

20 years agoBackport of 1.36:
Jack Jansen [Tue, 28 Dec 2004 21:53:15 +0000 (21:53 +0000)] 
Backport of 1.36:
- getDefaultDatabase wasn't listed in __all__.
- using a different database for non-final releases should only be done
  for X.Y.0. Non-final micro releases can use the default database just fine,
  as they are required to be backward compatible.

20 years ago[Bug #1083110] calling .flush() on decompress objects causes a segfault due to an...
Andrew M. Kuchling [Tue, 28 Dec 2004 20:31:27 +0000 (20:31 +0000)] 
[Bug #1083110] calling .flush() on decompress objects causes a segfault due to an uninitialized pointer: fixes the problem and adds a test case

20 years agoUse zlib test suite from the trunk (rev. 2.67) on the 2.3 maintenance branch
Andrew M. Kuchling [Tue, 28 Dec 2004 20:26:00 +0000 (20:26 +0000)] 
Use zlib test suite from the trunk (rev. 2.67) on the 2.3 maintenance branch

20 years ago- Changed version numbers to get ready for 2.3.5
Jack Jansen [Mon, 27 Dec 2004 16:41:57 +0000 (16:41 +0000)] 
- Changed version numbers to get ready for 2.3.5
- Various of the mods to build the 3rd MacPython additions (but not all).

20 years agoFix mention of TextEdit so that it mentions it can save in plaintext.
Brett Cannon [Fri, 24 Dec 2004 02:42:19 +0000 (02:42 +0000)] 
Fix mention of TextEdit so that it mentions it can save in plaintext.

20 years agoBump idle version.
Kurt B. Kaiser [Thu, 23 Dec 2004 04:33:50 +0000 (04:33 +0000)] 
Bump idle version.

20 years agoThe GUI was hanging if the shell window was closed while a raw_input()
Kurt B. Kaiser [Thu, 23 Dec 2004 04:26:55 +0000 (04:26 +0000)] 
The GUI was hanging if the shell window was closed while a raw_input()
was pending.  Restored the quit() of the readline() mainloop().
http://mail.python.org/pipermail/idle-dev/2004-December/002307.html

M NEWS.txt
M PyShell.py

20 years agoRecompiled after source file changes.
Thomas Heller [Wed, 22 Dec 2004 16:11:32 +0000 (16:11 +0000)] 
Recompiled after source file changes.

20 years agoDocument bdist_wininst changes.
Thomas Heller [Wed, 22 Dec 2004 16:10:33 +0000 (16:10 +0000)] 
Document bdist_wininst changes.

20 years agoClose stdout and stderr, which are redirected into a temp file, before
Thomas Heller [Wed, 22 Dec 2004 15:46:01 +0000 (15:46 +0000)] 
Close stdout and stderr, which are redirected into a temp file, before
trying to remove this file - the file was never removed before.

Completes the fix for [ 1067732 ] wininst --install-script leaves
residual files on C:\\

20 years agoBackport a patch from Mark Hammond.
Thomas Heller [Wed, 22 Dec 2004 15:35:20 +0000 (15:35 +0000)] 
Backport a patch from Mark Hammond.

Partial fix for [1067732] - "wininst --install-script leaves residual
files on C:\"

'tempnam()' is used rather than 'tmpnam()' - 'tmpnam' creates a temp
file on the root of the current drive, and if this is readonly
explains the 'freopen' errors occasionally reported. 'tempnam' creates
the temp file in the %TEMP% directory.

20 years agoBackport from trunk, rev. 1.11 and 1.12. Don't hardcode the Python
Thomas Heller [Wed, 22 Dec 2004 15:12:46 +0000 (15:12 +0000)] 
Backport from trunk, rev. 1.11 and 1.12.  Don't hardcode the Python
version number.

20 years ago* closes SF bug/patch 967763
Gregory P. Smith [Sun, 19 Dec 2004 23:59:51 +0000 (23:59 +0000)] 
* closes SF bug/patch 967763
  - fixes various memory leaks found by valgrind and a follup closer
    code inspection of the bsddb module.  (merges r1.32 of _bsddb.c
    and an associated test case)
  - also merges the one line r1.37 _bsddb.c fix that fixes a leak on
    the rare DBEnv creation failed error path.

20 years agoIn 1.17.6.4 part of the patch committed in 1.17.6.3 got reapplied to
Gregory P. Smith [Sun, 19 Dec 2004 23:27:48 +0000 (23:27 +0000)] 
In 1.17.6.4 part of the patch committed in 1.17.6.3 got reapplied to
the end of a second function whos code was identical enough for patch
not to reject the patch.  this reverses that misapplication (only the
DBC_set_range method needed modification, not DBC_set as well).  This
problem only exists in the release32-maint branch.

20 years agoredo this patch on release23-maint rather than release23-branch:
Gregory P. Smith [Sun, 19 Dec 2004 22:39:01 +0000 (22:39 +0000)] 
redo this patch on release23-maint rather than release23-branch:
  revision 1.17.4.1
  date: 2003/11/03 21:37:43;  author: greg;  state: Exp;  lines: +9 -9
  * SF patch 835100 - C++ // comments are not allowed.  use /* */

20 years agoBackport of fix for bug #1083645; skip test_imp if threading is not available.
Brett Cannon [Sat, 18 Dec 2004 21:09:04 +0000 (21:09 +0000)] 
Backport of fix for bug #1083645; skip test_imp if threading is not available.

20 years agofix unterminated comment
Andrew MacIntyre [Sat, 18 Dec 2004 09:46:18 +0000 (09:46 +0000)] 
fix unterminated comment

20 years agoOS/2 specific fixes related to SF bug # 1003471.
Andrew MacIntyre [Sun, 12 Dec 2004 08:37:08 +0000 (08:37 +0000)] 
OS/2 specific fixes related to SF bug # 1003471.

Also revise a related function to minimise file handle/pipe leakage
and improve reliability.

Backported from -HEAD.

20 years agobackport of OS/2 specific fixes related to SF bug # 1003471
Andrew MacIntyre [Sun, 12 Dec 2004 08:36:02 +0000 (08:36 +0000)] 
backport of OS/2 specific fixes related to SF bug # 1003471

20 years agoFix typo about what method to call when expand_tabs is true.
Brett Cannon [Sat, 11 Dec 2004 09:56:08 +0000 (09:56 +0000)] 
Fix typo about what method to call when expand_tabs is true.

20 years agobackport weekheader() doc fix to 2.3
Skip Montanaro [Mon, 6 Dec 2004 21:27:29 +0000 (21:27 +0000)] 
backport weekheader() doc fix to 2.3

20 years agoDon't have test_mkalias_relative exexute if sys.prefix does not exist.
Brett Cannon [Mon, 6 Dec 2004 06:19:24 +0000 (06:19 +0000)] 
Don't have test_mkalias_relative exexute if sys.prefix does not exist.
Backport of fix for bug #1077302.

20 years agoremove comment that's about to become obsolete
Fred Drake [Sun, 5 Dec 2004 07:50:14 +0000 (07:50 +0000)] 
remove comment that's about to become obsolete

20 years agoTaken from 2.4/HEAD:
Matthias Klose [Wed, 1 Dec 2004 07:36:58 +0000 (07:36 +0000)] 
Taken from 2.4/HEAD:

- Bug #875692: Improve signal handling, especially when using threads, by
  forcing an early re-execution of PyEval_EvalFrame() "periodic" code when
  things_to_do is not cleared by Py_MakePendingCalls().