Jack Jansen
40b2e83924
We erronuously re-used the pimpinstaller object if there were multiple installs.
...
This lead to a duplication of error messages (and installs). Fixes #764615 .
2003-07-21 22:11:07 +00:00
Jack Jansen
a7203d1037
Because plistlib doesn't catch all possible errors that can
...
happen while parsing a plistfile feeding an ill-formatted file to
pimp may cause an exception. As a stopgap we use an unqualified except
and print an error message "Unspecified error, probably ill-formatted
database". Fixes #765621 .
2003-07-21 22:03:14 +00:00
Jack Jansen
749f481478
Backport from r23c1-branch:
...
Pimp crashed if you tried to install a non-installable package, in stead
of printing a decent error message. Fixes #773450..
2003-07-21 20:47:11 +00:00
Barry Warsaw
e676c5ef3e
test01_join(): Fix a test failure when run with "python -O". The
...
setting of sCursor happened in an assert.
2003-07-21 18:43:33 +00:00
Fred Drake
f239c6d537
Repair mis-application of Jeremy's patch. Thanks, Neal!
2003-07-21 17:22:43 +00:00
Fred Drake
01a4312a77
Added note about the pyexpat memory leak fix.
2003-07-21 17:17:10 +00:00
Fred Drake
7b6caffd70
Fix memory leak reported & discussed on the Python XML-SIG mailing list.
...
This patch was provided by Jeremy Kloth, and corresponds to pyexpat.c
1.77 in the PyXML CVS.
2003-07-21 17:05:56 +00:00
Fred Drake
55512dccb4
Clarify a statement regarding both shared and static library.
...
Closes SF bug #774480 .
2003-07-21 16:01:39 +00:00
Fred Drake
6c4970995a
Merge the old dumbdbm documetation into the new docs that have been added.
...
Make some module references hyperlinks.
2003-07-21 15:30:15 +00:00
Tim Peters
6a627250d2
Merge 23c1-branch back into the head. Barry will send email about the
...
New Plan (releases to be made off the head, ongoing random 2.4 stuff
to be done on a short-lived branch, provided anyone is motivated enough
to create one).
2003-07-21 14:25:23 +00:00
Andrew M. Kuchling
0ceb9b1603
Change \code to \verb, because TeX merges the two dashes into a
...
hyphen, resulting in the output '-list-classifiers', not the correct
'--list-classifiers'. I've verified that the line is now correct
in the DVI, PDF, HTML, and ASCII versions.
2003-07-21 12:49:46 +00:00
Barry Warsaw
d71a5511a4
Minor typo
2003-07-20 18:00:54 +00:00
Raymond Hettinger
476fcae4d7
SF bug #774411 : Typo in socket documentation
2003-07-20 01:10:15 +00:00
Tim Peters
6601b13933
Corrected release date for 2.3c1.
2003-07-18 21:12:21 +00:00
Tim Peters
0dc4b1064b
For my convenience in building installers, added a makes-sense-on-my-box
...
choice to the list of places MS redistributables might be found.
2003-07-18 21:11:36 +00:00
Jeremy Hylton
b434d49876
Oh, well.
2003-07-18 20:57:04 +00:00
Jeremy Hylton
0ed18c2917
Forgot the release date.
2003-07-18 20:10:02 +00:00
cvs2svn
6a66a68fe6
This commit was manufactured by cvs2svn to create tag 'r23c1'.
2003-07-18 17:45:33 +00:00
Jeremy Hylton
6d58bf69ee
Repair operator error.
2003-07-18 17:45:33 +00:00
Jeremy Hylton
bdf3b509ed
SF patch 773476: NameError when there are no prefixes.
2003-07-18 17:24:07 +00:00
Just van Rossum
a920a8895e
up the b/w compatibility requirement to 2.2
2003-07-18 15:31:40 +00:00
Jeremy Hylton
969a7003f9
Make sure mimetypes is reinitialized before running the tests.
...
If some other test comes along and uses mimetypes, it will be
initialized from the system files.
2003-07-18 15:13:37 +00:00
Jeremy Hylton
096d986f3b
Restore the locale to "C" on exit.
...
If this doesn't happen, it leaves the locale in a state that can cause
other tests to fail. For example, running test_strptime,
test_logging, and test_time in that order.
2003-07-18 03:19:20 +00:00
Andrew M. Kuchling
95be8bdab7
Add introductory paragraphs
...
Remove comment about MacOS changes; I'm not going to have time to figure
out what they are
Move PEP 273 section into numeric order
2003-07-18 02:12:16 +00:00
Andrew M. Kuchling
6e73f9e5db
Add a few more items
2003-07-18 01:15:51 +00:00
Andrew M. Kuchling
8744f12a2f
Complete the rewrite pass; add a few more items; bump version number to 0.90; remove comment about draft status
2003-07-17 23:56:58 +00:00
Jeremy Hylton
8aca417483
The rest of the news.
2003-07-17 19:19:05 +00:00
Jeremy Hylton
ed860039f5
SF patch 764470
2003-07-17 19:18:50 +00:00
Jeremy Hylton
fa2d0ebe3c
Update version label
2003-07-17 17:58:38 +00:00
Jeremy Hylton
ca9e21c9c6
Partial progress on NEWS.
2003-07-17 17:57:58 +00:00
Jeremy Hylton
dabc37ce7b
SF bug 770601.
2003-07-17 17:23:30 +00:00
Jeremy Hylton
fb509a36c8
Get socketmodule compiling on IRIX 6.5.10.
...
I don't think the fix here is very good, but I'm not sure what would
be better. In particular, we should not be defining _SGIAPI, but lots
of things break if we remove it.
2003-07-17 16:58:48 +00:00
Skip Montanaro
7f7e1371eb
fix for bug 773020 - splitting PATH should use os.pathsep
2003-07-17 16:45:43 +00:00
Jeremy Hylton
bd9f520907
Reflow long line.
2003-07-17 16:31:00 +00:00
Michael W. Hudson
afd43b5512
Remove inaccurate (and it turns out, entirely superfluous) declarations of
...
PyOS_InputHook and PyOS_ReadlineFunctionPointer).
The inaccuracies were causing problems in framework builds on Mac OS X.
2003-07-17 16:26:58 +00:00
Fred Drake
7a6b4f0284
more markup chages
2003-07-17 16:00:01 +00:00
Jeremy Hylton
032fffefe6
Remove unused variable.
2003-07-17 15:56:07 +00:00
Fred Drake
0106e1dd20
Include the GNU info format in the edist target since we're now
...
building a fair portion of the documentation as info.
2003-07-17 15:29:16 +00:00
Fred Drake
8836e567b9
- remove mention of the isprivate flag, since that isn't directly
...
documented here, and according to Tim, should never have been there
- misc. cleanups for consistency
2003-07-17 15:22:47 +00:00
Just van Rossum
2d4e988c35
back out the darwin supports_unicode_filenames patch; it causes deep problems with the tests
2003-07-17 15:11:49 +00:00
Tim Peters
29dfcd108d
Bump the release number to 2.3c1.
2003-07-17 14:48:26 +00:00
Raymond Hettinger
943277ecd3
Minor corrections.
2003-07-17 14:47:12 +00:00
Jeremy Hylton
e9a92aa03a
Patch from John Anderson to enable VC 7.1 support.
...
I tested against VC 7.0 and it caused no problems there.
2003-07-17 14:41:07 +00:00
Fred Drake
de7cdb26d1
- put the GNU info packages in the same place as everything else
...
- add a convenience target to create the package list directly
2003-07-17 11:55:18 +00:00
Fred Drake
e5f15ff8cb
- update the list of documents for which GNU info is built
...
- convert tabs to spaces
2003-07-17 05:36:19 +00:00
Fred Drake
7262ca8abf
Bump version numbers.
2003-07-17 05:30:38 +00:00
Fred Drake
ea690c4b25
- improve the description of how user-defined method
...
objects get made
- improve the description of attribute retrieval from
classes and class instances
- add brief documentation of static method and
class method objects.
2003-07-17 05:26:53 +00:00
Fred Drake
38d7c1bb78
Note that Unicode strings are now supported in sys.path.
...
SF patch #764594 .
2003-07-17 04:22:44 +00:00
Fred Drake
e8e241b732
Make the howto document class work properly with the pypaper.sty
...
paper-size hook.
SF patch #772550 .
2003-07-17 04:15:35 +00:00
Neil Schemenauer
af4c5059d5
Remove code that tried to warn about shadowing builtin names after a
...
module had been compiled. It gives too many spurious warnings.
2003-07-16 22:19:24 +00:00