]> granicus.if.org Git - python/log
python
20 years agoComment for performance measurement.
Raymond Hettinger [Thu, 18 Nov 2004 05:51:53 +0000 (05:51 +0000)]
Comment for performance measurement.

20 years agoRemove tempfile after use in test_call_string.
Peter Astrand [Wed, 17 Nov 2004 20:06:35 +0000 (20:06 +0000)]
Remove tempfile after use in test_call_string.
In test_args_string, remove the tempfile before assertEqual.

20 years agosplit functionality into pystack and pystackv commands. The former will
Skip Montanaro [Wed, 17 Nov 2004 16:04:15 +0000 (16:04 +0000)]
split functionality into pystack and pystackv commands.  The former will
work with core dumps because it avoids calling any Python API routines.  The
latter prints all the local variable values as well as the stack frames but
won't work with core dumps because it relies on _PyObject_Dump to print
variables.

20 years agoSaving a Keyset w/o making changes (by using the "Save as New Custom Key Set"
Kurt B. Kaiser [Tue, 16 Nov 2004 21:31:08 +0000 (21:31 +0000)]
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.

20 years agoSaving a Keyset w/o making changes (by using the "Save as New Custom Key Set"
Kurt B. Kaiser [Tue, 16 Nov 2004 21:28:36 +0000 (21:28 +0000)]
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 configDialog.py

20 years agopreparing for rc1
Anthony Baxter [Mon, 15 Nov 2004 15:03:25 +0000 (15:03 +0000)]
preparing for rc1

20 years agoFix pprint to be able to handle objects that don't have a __repr__
Walter Dörwald [Mon, 15 Nov 2004 13:51:41 +0000 (13:51 +0000)]
Fix pprint to be able to handle objects that don't have a __repr__
attribute. Fixes SF bug #1065456.

20 years agoSF bug 1066438: datetime.replace method description error
Tim Peters [Mon, 15 Nov 2004 03:50:16 +0000 (03:50 +0000)]
SF bug 1066438:  datetime.replace method description error

Repair typo in example.

20 years agoBack out rev 1.96; see #1009389.
Martin v. Löwis [Sun, 14 Nov 2004 10:21:04 +0000 (10:21 +0000)]
Back out rev 1.96; see #1009389.

20 years agoavoid applying :active to anchors that are only link targets
Fred Drake [Sat, 13 Nov 2004 21:58:01 +0000 (21:58 +0000)]
avoid applying :active to anchors that are only link targets
(no href attribute)

20 years agoThe change in the linecache.checkcache() signature at rev 1.13 caused IDLE to exit
Kurt B. Kaiser [Sat, 13 Nov 2004 21:05:58 +0000 (21:05 +0000)]
The change in the linecache.checkcache() signature at rev 1.13 caused IDLE to exit
when an exception was raised while running w/o the subprocess.  Python Bug 1063840

M NEWS.txt
M PyShell.py

20 years agoadd another way to specify an alternate name for the documentation set,
Fred Drake [Sat, 13 Nov 2004 17:45:39 +0000 (17:45 +0000)]
add another way to specify an alternate name for the documentation set,
so that this is harder to forget to do for development of new styles

20 years agoSF bug 1065388: calendar day/month name lookup too slow
Tim Peters [Sat, 13 Nov 2004 16:18:32 +0000 (16:18 +0000)]
SF bug 1065388:  calendar day/month name lookup too slow

__getitem__() methods:  compute only the new spellings needed to satisfy
the given indexing object.  This is purely an optimization (it should
have no effect on visible semantics).

20 years agoPatch #1050475: Fix various x86_64 build issues
Martin v. Löwis [Sat, 13 Nov 2004 11:13:35 +0000 (11:13 +0000)]
Patch #1050475: Fix various x86_64 build issues
regrtest.py: skip rgbimg and imageop as they are not built on 64-bit systems.
_tkinter.c: replace %.8x with %p for printing pointers.
setup.py: add lib64 into the library directories.

20 years agoif we treat \LaTeX specially, we need to do the same for \TeX
Fred Drake [Sat, 13 Nov 2004 05:46:18 +0000 (05:46 +0000)]
if we treat \LaTeX specially, we need to do the same for \TeX

20 years ago- wrap a long line
Fred Drake [Sat, 13 Nov 2004 04:41:01 +0000 (04:41 +0000)]
- wrap a long line
- add directory information for the "What's New" document

20 years agoavoid the inane markup generated by LaTeX2HTML for \LaTeX; that simply
Fred Drake [Sat, 13 Nov 2004 01:20:24 +0000 (01:20 +0000)]
avoid the inane markup generated by LaTeX2HTML for \LaTeX; that simply
doesn't look right in HTML

20 years agoAdd options to regrtest.py to make it possible to specify where to put
Walter Dörwald [Fri, 12 Nov 2004 18:51:27 +0000 (18:51 +0000)]
Add options to regrtest.py to make it possible to specify where to put
the coverage files when -T is used.

20 years agoSF bug 1054821: difflib HtmlDiff() extra space on inserted 1 character lines
Tim Peters [Fri, 12 Nov 2004 16:12:15 +0000 (16:12 +0000)]
SF bug 1054821:  difflib HtmlDiff() extra space on inserted 1 character lines

Simple correction from the code's author (Dan Gass).

20 years agoUse os.chdir/os.getcwd instead of os.path.realpath, to support Tru64
Peter Astrand [Fri, 12 Nov 2004 15:51:48 +0000 (15:51 +0000)]
Use os.chdir/os.getcwd instead of os.path.realpath, to support Tru64
TEMP dirs with {memb} strings. Fixes #1063571.

20 years agoOn second thought: "Errors should never pass silently", so barf when a
Just van Rossum [Fri, 12 Nov 2004 09:36:12 +0000 (09:36 +0000)]
On second thought: "Errors should never pass silently", so barf when a
string contains control chars that are illegal for XML

20 years agotesting control chars and non-dict root objects
Just van Rossum [Fri, 12 Nov 2004 08:34:32 +0000 (08:34 +0000)]
testing control chars and non-dict root objects

20 years ago- \f is not a valid XML character
Just van Rossum [Fri, 12 Nov 2004 08:14:49 +0000 (08:14 +0000)]
- \f is not a valid XML character
- reformatted regex pattern, use r"" consistently

20 years agoreordered a couple of things
Just van Rossum [Fri, 12 Nov 2004 08:02:35 +0000 (08:02 +0000)]
reordered a couple of things

20 years agoSF bug 1060644. Better explanation of min() and max() methods. Thanks Raymond Hetting...
Facundo Batista [Fri, 12 Nov 2004 02:03:36 +0000 (02:03 +0000)]
SF bug 1060644. Better explanation of min() and max() methods. Thanks Raymond Hettinger and Tim Peters.

20 years agoSF #1063757: fix markup error (had LaTeX markup in the reST source,
Greg Ward [Fri, 12 Nov 2004 01:20:17 +0000 (01:20 +0000)]
SF #1063757: fix markup error (had LaTeX markup in the reST source,
oops!).

20 years agoMinor grammatical errors fixed
Vinay Sajip [Thu, 11 Nov 2004 13:54:48 +0000 (13:54 +0000)]
Minor grammatical errors fixed

20 years agoremove some generated cruft now that we avoid the removal of elements
Fred Drake [Thu, 11 Nov 2004 08:05:34 +0000 (08:05 +0000)]
remove some generated cruft now that we avoid the removal of elements
with no content (due to the text_cleanup() override in l2hinit.perl)

20 years agoFix SF bug #1061770: Manual typesets bit-shift operators as guillemet
Fred Drake [Thu, 11 Nov 2004 06:14:05 +0000 (06:14 +0000)]
Fix SF bug #1061770: Manual typesets bit-shift operators as guillemet

20 years agoadd a comment explaining a particular text transformation
Fred Drake [Thu, 11 Nov 2004 05:42:13 +0000 (05:42 +0000)]
add a comment explaining a particular text transformation

20 years agoReplace last two uses of the "list" environment with "description"
Fred Drake [Thu, 11 Nov 2004 05:04:55 +0000 (05:04 +0000)]
Replace last two uses of the "list" environment with "description"
environments.

Closes SF bug #692442: Konqueror can't render docs because of
malformed HTML.  While the generated HTML is still terrible, the cited
cases of <DL COMPACT> have been removed.  The general problem of XHTML
conformance has not been solved, but is endemic to LaTeX2HTML output.

20 years agoremove unhelpful property setting that overrides the right setting for
Fred Drake [Thu, 11 Nov 2004 04:41:24 +0000 (04:41 +0000)]
remove unhelpful property setting that overrides the right setting for
text-align in .realtable cells; fix suggested by Richard Brodie

20 years ago- remove use of a "list" environment (replace with a table)
Fred Drake [Thu, 11 Nov 2004 04:39:56 +0000 (04:39 +0000)]
- remove use of a "list" environment (replace with a table)
- fix minor markup nits

20 years agoUpdate compatibility comments to 2.1, corresponding to PEP 291 1.13.
Martin v. Löwis [Wed, 10 Nov 2004 22:23:15 +0000 (22:23 +0000)]
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.

20 years ago- hack for MSIE5 to make (real) tables center
Fred Drake [Wed, 10 Nov 2004 19:22:05 +0000 (19:22 +0000)]
- hack for MSIE5 to make (real) tables center
- remove last <center> element (long deprecated in HTML)

20 years agomore HTML styling detail changes
Fred Drake [Wed, 10 Nov 2004 17:56:29 +0000 (17:56 +0000)]
more HTML styling detail changes

20 years agomove table formatting for grammar productions from HTML to CSS
Fred Drake [Wed, 10 Nov 2004 17:02:43 +0000 (17:02 +0000)]
move table formatting for grammar productions from HTML to CSS

20 years agominor markup nits; fix missing whitespace
Fred Drake [Wed, 10 Nov 2004 16:51:17 +0000 (16:51 +0000)]
minor markup nits; fix missing whitespace

20 years agoremove unreachable cruft
Fred Drake [Wed, 10 Nov 2004 15:54:46 +0000 (15:54 +0000)]
remove unreachable cruft

20 years agoadd a comment about one of the remaining warts in the table
Fred Drake [Wed, 10 Nov 2004 15:49:25 +0000 (15:49 +0000)]
add a comment about one of  the remaining warts in the table
formatting

20 years agoremove comment that seems to be wrong after all; browsers do implement
Fred Drake [Wed, 10 Nov 2004 15:39:50 +0000 (15:39 +0000)]
remove comment that seems to be wrong after all; browsers do implement
this, but I was misled by a LaTeX2HTML wart that I worked around
yesterday

20 years agomove much of the table styling out of the HTML and into the CSS;
Fred Drake [Wed, 10 Nov 2004 15:37:54 +0000 (15:37 +0000)]
move much of the table styling out of the HTML and into the CSS;
this also makes some constructs more XHTML friendly (including adding in
some missing </tr> tags)

20 years agoSF patch 1062495: Modules/zipimport.c does not compile on solaris (Contributed by...
Raymond Hettinger [Wed, 10 Nov 2004 13:13:05 +0000 (13:13 +0000)]
SF patch 1062495: Modules/zipimport.c does not compile on solaris (Contributed by Niki W. Waibel.)

Simple renaming to avoid a conflict that prevented compilation on Solaris.

20 years agoSF patch 1062495: Modules/zipimport.c does not compile on solaris
Raymond Hettinger [Wed, 10 Nov 2004 13:08:35 +0000 (13:08 +0000)]
SF patch 1062495: Modules/zipimport.c does not compile on solaris
(Contributed by Niki W. Waibel.)

Simple renaming to avoid a conflict that prevented compilation on Solaris.

20 years agoAvoid a linker warning: MSVC 7 doesn't support /pdb:None, the debug
Thomas Heller [Wed, 10 Nov 2004 09:01:41 +0000 (09:01 +0000)]
Avoid a linker warning: MSVC 7 doesn't support /pdb:None, the debug
info will always be in a .pdb file.

20 years agomore more styling to the CSS
Fred Drake [Wed, 10 Nov 2004 08:08:26 +0000 (08:08 +0000)]
more more styling to the CSS

20 years agomore XHTML friendliness: <dl compact> becomes well-formed
Fred Drake [Wed, 10 Nov 2004 08:07:00 +0000 (08:07 +0000)]
more XHTML friendliness: <dl compact> becomes well-formed

20 years agooverride a bit of LaTeX2HTML so empty table cells don't disappear from
Fred Drake [Wed, 10 Nov 2004 07:48:17 +0000 (07:48 +0000)]
override a bit of LaTeX2HTML so empty table cells don't disappear from
the output

20 years agoSF patch #1062279: deque pickling problems
Raymond Hettinger [Tue, 9 Nov 2004 07:27:35 +0000 (07:27 +0000)]
SF patch #1062279:  deque pickling problems
(Contributed by Dima Dorfman.)

* Support pickling of dictionaries in instances of deque subclasses.
* Support pickling of recursive deques.

20 years agoSF 1062353: set pickling problems
Raymond Hettinger [Tue, 9 Nov 2004 07:25:31 +0000 (07:25 +0000)]
SF 1062353:  set pickling problems

Support automatic pickling of dictionaries in instance of set subclasses.

20 years agoBump version number
Andrew M. Kuchling [Tue, 9 Nov 2004 02:58:02 +0000 (02:58 +0000)]
Bump version number
Add doctest section
Wordsmithing

20 years agoAnd delete a useless comment.
Tim Peters [Mon, 8 Nov 2004 22:31:09 +0000 (22:31 +0000)]
And delete a useless comment.

20 years ago_OutputRedirectingPdb.trace_dispatch(): Return the base class's
Tim Peters [Mon, 8 Nov 2004 22:30:28 +0000 (22:30 +0000)]
_OutputRedirectingPdb.trace_dispatch():  Return the base class's
trace_dispatch() result in a more obvious, and more robust way.

20 years agotest_doctest.py test_pdb_set_trace_nested(): A new test from Jim Fulton
Tim Peters [Mon, 8 Nov 2004 22:07:37 +0000 (22:07 +0000)]
test_doctest.py test_pdb_set_trace_nested():  A new test from Jim Fulton
showing that doctest's pdb.set_trace() support was dramatically broken.

doctest.py _OutputRedirectingPdb.trace_dispatch():  Return a local trace
function instead of (implicitly) None.  Else interaction with pdb was
bizarre, noticing only 'call' events.  Amazingly, the existing set_trace()
tests didn't care.

20 years agotest for fixedness of bug #1057835.
Michael W. Hudson [Mon, 8 Nov 2004 16:46:02 +0000 (16:46 +0000)]
test for fixedness of bug #1057835.
(thanks to Raymond for the prod).

20 years agoFix bug
Michael W. Hudson [Mon, 8 Nov 2004 12:17:34 +0000 (12:17 +0000)]
Fix bug

1057835 ] compiler.transformer, "from module import *"

20 years agoSF #1062190. Removed an assertion that rendered trace.py unnecessarily
Raymond Hettinger [Mon, 8 Nov 2004 06:36:42 +0000 (06:36 +0000)]
SF #1062190.  Removed an assertion that rendered trace.py unnecessarily
inflexibile.

20 years agoSF bug 1061968: threads: segfault or Py_FatalError at exit
Tim Peters [Mon, 8 Nov 2004 04:30:21 +0000 (04:30 +0000)]
SF bug 1061968: threads: segfault or Py_FatalError at exit

PyGILState_Ensure():  The fix in 2.4a3 for bug 1010677 reintroduced thread
shutdown race bug 225673.  Repaired by (once again) ensuring the GIL is
held whenever deleting a thread state.

Alas, there's no useful test case for this shy bug.  Four years ago, only
Guido could provoke it, on his box, and today only Armin can provoke it
on his box.  I've never been able to provoke it (but not for lack of
trying!).

This is a critical fix for 2.3.5 too, since the fix for 1010677 got
backported there already and so also reintroduced 225673.  I don't intend to
backport this fix.  For whoever (if anyone) does, there are other thread
fixes in 2.4 that need backporting too, and I bet they need to happen first
for this patch to apply cleanly.

20 years agoStop printing listdir bytestring output, as the precise list of strings
Martin v. Löwis [Sun, 7 Nov 2004 20:01:56 +0000 (20:01 +0000)]
Stop printing listdir bytestring output, as the precise list of strings
returned depends on the filesystem encoding.

20 years agoTry a different filename if the Latin-1 file name cannot
Martin v. Löwis [Sun, 7 Nov 2004 19:57:35 +0000 (19:57 +0000)]
Try a different filename if the Latin-1 file name cannot
be represented in the file system. Fixes #989338.

20 years agoPatch #1062033 / bug #1027771: clarify what happens when calling
Johannes Gijsbers [Sun, 7 Nov 2004 19:55:18 +0000 (19:55 +0000)]
Patch #1062033 / bug #1027771: clarify what happens when calling
insertBefore() with refChild=None.

20 years agoPatch #1062018 / bug #1038693: comment out dead link in tkinter docs.
Johannes Gijsbers [Sun, 7 Nov 2004 19:36:48 +0000 (19:36 +0000)]
Patch #1062018 / bug #1038693: comment out dead link in tkinter docs.

20 years agoPatch #1061931 / bug #971872: factor out part of spillproperties, so
Johannes Gijsbers [Sun, 7 Nov 2004 19:16:05 +0000 (19:16 +0000)]
Patch #1061931 / bug #971872: factor out part of spillproperties, so
properties are also documented if help(Class.<property>) is called
instead of help(Class).

20 years agoAdded more documentation about the executable argument.
Peter Astrand [Sun, 7 Nov 2004 16:38:08 +0000 (16:38 +0000)]
Added more documentation about the executable argument.
Fixes #1056441.

20 years agoFix for SF bug 988120 via patch 1061941.
Jeremy Hylton [Sun, 7 Nov 2004 16:13:49 +0000 (16:13 +0000)]
Fix for SF bug 988120 via patch 1061941.

If read() returned less than the number of bytes request, the full amount was subtracted from length instead of the actually read amount.

20 years agoPatch #1061924: add documentation for BaseRotatingHandler and correct
Johannes Gijsbers [Sun, 7 Nov 2004 16:11:35 +0000 (16:11 +0000)]
Patch #1061924: add documentation for BaseRotatingHandler and correct
reference to non-existent function 'setRollover()'.

20 years agoClarify that it's not necessary to subclass from TestCase to create a
Johannes Gijsbers [Sun, 7 Nov 2004 16:02:07 +0000 (16:02 +0000)]
Clarify that it's not necessary to subclass from TestCase to create a
test case. As Jeremy put it: "subclassing is an implementation
technique, not a type declaration".

20 years agoPatch #1061904 / bug #878275: give a nicer error message when someone
Johannes Gijsbers [Sun, 7 Nov 2004 15:46:25 +0000 (15:46 +0000)]
Patch #1061904 / bug #878275: give a nicer error message when someone
accidentally derives from TestSuite instead of TestCase.

20 years agoWhen using shell=True on Windows, don't display a shell window by default. Fixes...
Peter Astrand [Sun, 7 Nov 2004 14:30:34 +0000 (14:30 +0000)]
When using shell=True on Windows, don't display a shell window by default. Fixes #1057061.

20 years agoFix apparently trivial buffer overflow (SF bug 1060396).
Jeremy Hylton [Sun, 7 Nov 2004 14:24:25 +0000 (14:24 +0000)]
Fix apparently trivial buffer overflow (SF bug 1060396).

memset() wrote one past the end of the buffer, which was likely to be unused padding or a yet-to-be-initialized local variable.  This routine is already tested by test_socket.

20 years agoIf close() fails in file_dealloc, then print an error message to
Peter Astrand [Sun, 7 Nov 2004 14:15:28 +0000 (14:15 +0000)]
If close() fails in file_dealloc, then print an error message to
stderr. close() can fail if the user is out-of-quota, for example.
Fixes #959379.

20 years agoPatch #1061857: add documentation for previously undocumented
Johannes Gijsbers [Sun, 7 Nov 2004 14:14:27 +0000 (14:14 +0000)]
Patch #1061857: add documentation for previously undocumented
TimedRotatingFileHandler class. Thanks Jeroen Vloothuis!

20 years agoSF patch 1025636: Check for NULL returns in compile.c:com_import_stmt
Jeremy Hylton [Sun, 7 Nov 2004 14:04:00 +0000 (14:04 +0000)]
SF patch 1025636: Check for NULL returns in compile.c:com_import_stmt

There is no test for this change, because there is no way to provoke memory errors on demand.  Test suite passes, though.

20 years agoBug #1055168: calling pdb.set_trace() calls Bdb.set_trace, which made
Johannes Gijsbers [Sun, 7 Nov 2004 11:35:30 +0000 (11:35 +0000)]
Bug #1055168: calling pdb.set_trace() calls Bdb.set_trace, which made
the debugger enter inside pdb.set_trace.

Patch #1061767: make pdb.set_trace enter enter at the stack frame
calling pdb.set_trace().

20 years agoBump version for 2.4c1
Martin v. Löwis [Sun, 7 Nov 2004 10:08:29 +0000 (10:08 +0000)]
Bump version for 2.4c1

20 years agoSF bug #1061457: spelling error in win installer
Raymond Hettinger [Sun, 7 Nov 2004 07:08:25 +0000 (07:08 +0000)]
SF bug #1061457:  spelling error in win installer

20 years agoSF patch #1061780: use a new -m option in pdb and profile invocations
Raymond Hettinger [Sun, 7 Nov 2004 06:18:37 +0000 (06:18 +0000)]
SF patch #1061780:  use a new -m option in pdb and profile invocations

Doc patch submitted by Ilya Sandler.

20 years agoWhitespace normalization.
Tim Peters [Sun, 7 Nov 2004 04:52:29 +0000 (04:52 +0000)]
Whitespace normalization.

20 years agoMove the AC_MSG_RESULT function call for checking for pthread options up into
Brett Cannon [Sun, 7 Nov 2004 01:24:12 +0000 (01:24 +0000)]
Move the AC_MSG_RESULT function call for checking for pthread options up into
the 'if' statement that performed the test.  Not all platforms run the test and
on those tests configure outputted a rogue 'no' line.

20 years agoAdd comment about removal of CoreServices/CoreFoundation compilation against
Brett Cannon [Sun, 7 Nov 2004 01:19:00 +0000 (01:19 +0000)]
Add comment about removal of CoreServices/CoreFoundation compilation against
the core on OS X (also specifically mention removal of
PyMac_GetAppletScriptFile() ).

20 years agoEssentially SF patch 1061679: add missing __all__ to pickletools.py.
Tim Peters [Sat, 6 Nov 2004 23:45:48 +0000 (23:45 +0000)]
Essentially SF patch 1061679:  add missing __all__ to pickletools.py.
Harmless.

20 years agoComment cleanup.
Brett Cannon [Sat, 6 Nov 2004 19:56:45 +0000 (19:56 +0000)]
Comment cleanup.

20 years agoregenerated configure from configure.in
Anthony Baxter [Sat, 6 Nov 2004 04:45:33 +0000 (04:45 +0000)]
regenerated configure from configure.in

20 years agoDon't choke on modes like rb or wb.
Raymond Hettinger [Sat, 6 Nov 2004 00:31:51 +0000 (00:31 +0000)]
Don't choke on modes like rb or wb.

20 years agoget_boundary(): Fix for SF bug #1060941. RFC 2046 says boundaries may begin
Barry Warsaw [Sat, 6 Nov 2004 00:04:52 +0000 (00:04 +0000)]
get_boundary(): Fix for SF bug #1060941.  RFC 2046 says boundaries may begin
-- but not end -- with whitespace.

I will backport to Python 2.3.

20 years agotest_boundary_with_leading_space(): Test case for SF bug #1060941. RFC 2046
Barry Warsaw [Sat, 6 Nov 2004 00:04:20 +0000 (00:04 +0000)]
test_boundary_with_leading_space(): Test case for SF bug #1060941.  RFC 2046
says boundaries may begin -- but not end -- with whitespace.

I will backport to Python 2.3.

20 years agoSF bug #1060825: Error in difflib docs
Raymond Hettinger [Fri, 5 Nov 2004 16:38:08 +0000 (16:38 +0000)]
SF bug #1060825:  Error in difflib docs

20 years agoSF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core
Raymond Hettinger [Fri, 5 Nov 2004 07:02:59 +0000 (07:02 +0000)]
SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core
(Contributed by Bob Ippolito.)

This patch trims down the Python core on Darwin by making it
independent of CoreFoundation and CoreServices. It does this by:

Changed linker flags in configure/configure.in
Removed the unused PyMac_GetAppletScriptFile
Moved the implementation of PyMac_StrError to the MacOS module
Moved the implementation of PyMac_GetFullPathname to the
Carbon.File module

20 years ago- remove some bogus <meta> tags from the document head
Fred Drake [Fri, 5 Nov 2004 06:42:22 +0000 (06:42 +0000)]
- remove some bogus <meta> tags from the document head
- clean up some of the generated markup

20 years agogenerate the "type" attribute on the favicon link
Fred Drake [Fri, 5 Nov 2004 05:06:08 +0000 (05:06 +0000)]
generate the "type" attribute on the favicon link

20 years agoswitch remaining icon references to the PNG icons
Fred Drake [Fri, 5 Nov 2004 04:51:05 +0000 (04:51 +0000)]
switch remaining icon references to the PNG icons

20 years agoadd encouragement to contribute without learning LaTeX
Fred Drake [Fri, 5 Nov 2004 04:23:25 +0000 (04:23 +0000)]
add encouragement to contribute without learning LaTeX
(closes SF bug #948517)

20 years ago- make the default image type PNG, to match mkhowto
Fred Drake [Fri, 5 Nov 2004 04:05:06 +0000 (04:05 +0000)]
- make the default image type PNG, to match mkhowto
- add a command-line option to control the image type

20 years agoPoint out some platform vagaries in stat() and utime().
Tim Peters [Thu, 4 Nov 2004 21:27:48 +0000 (21:27 +0000)]
Point out some platform vagaries in stat() and utime().

Bugfix candidate (the vagaries aren't new <wink>), but I don't intend to
backport this.

20 years agoMistakes in the "sequence types" page:
Armin Rigo [Thu, 4 Nov 2004 11:29:09 +0000 (11:29 +0000)]
Mistakes in the "sequence types" page:

* explanation for example with lists of lists made confusing use of
  the word "contains" to mean "is built out of".

* wrong formula for slices with step.  Is it ok to use LaTeX formulas
  (which become images in the html document)?  This version needs one
  because it's based on a fraction.  Just writing "\code{(j-i)/k}" here would
  be ambiguous because it looks like a rounding-down-to-the-previous-integer
  division, which is not what we need here.  Of course we could write
  "\code{float(j-i)/k}" but it just looks confusing.

20 years agomarkup nit
Fred Drake [Thu, 4 Nov 2004 05:45:44 +0000 (05:45 +0000)]
markup nit

20 years agopost-release
Anthony Baxter [Thu, 4 Nov 2004 05:23:17 +0000 (05:23 +0000)]
post-release

20 years agoFix bug 1052242. Also includes rewrite of test case using unittest and
Skip Montanaro [Thu, 4 Nov 2004 04:31:30 +0000 (04:31 +0000)]
Fix bug 1052242.  Also includes rewrite of test case using unittest and
avoiding use of popen.

20 years agofix markup in "title" attribute for \citetitle{}
Fred Drake [Thu, 4 Nov 2004 03:23:04 +0000 (03:23 +0000)]
fix markup in "title" attribute for \citetitle{}
(closes SF patch #1054715; backporting to release23-maint branch)

20 years agoThis commit was manufactured by cvs2svn to create tag 'r24b2'. v2.4b2
cvs2svn [Wed, 3 Nov 2004 06:21:37 +0000 (06:21 +0000)]
This commit was manufactured by cvs2svn to create tag 'r24b2'.