- 07 Kas, 2004 2 kayıt (commit)
-
-
Brett Cannon yazdı
the 'if' statement that performed the test. Not all platforms run the test and on those tests configure outputted a rogue 'no' line.
-
Brett Cannon yazdı
the core on OS X (also specifically mention removal of PyMac_GetAppletScriptFile() ).
-
- 06 Kas, 2004 6 kayıt (commit)
-
-
Tim Peters yazdı
Harmless.
-
Brett Cannon yazdı
-
Anthony Baxter yazdı
-
Raymond Hettinger yazdı
-
Barry Warsaw yazdı
-- but not end -- with whitespace. I will backport to Python 2.3.
-
Barry Warsaw yazdı
says boundaries may begin -- but not end -- with whitespace. I will backport to Python 2.3.
-
- 05 Kas, 2004 7 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
(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
-
Fred Drake yazdı
- clean up some of the generated markup
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
(closes SF bug #948517)
-
Fred Drake yazdı
- add a command-line option to control the image type
-
- 04 Kas, 2004 6 kayıt (commit)
-
-
Tim Peters yazdı
Bugfix candidate (the vagaries aren't new <wink>), but I don't intend to backport this.
-
Armin Rigo yazdı
* 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.
-
Fred Drake yazdı
-
Anthony Baxter yazdı
-
Skip Montanaro yazdı
avoiding use of popen.
-
Fred Drake yazdı
(closes SF patch #1054715; backporting to release23-maint branch)
-
- 03 Kas, 2004 2 kayıt (commit)
-
-
cvs2svn yazdı
-
Anthony Baxter yazdı
-
- 02 Kas, 2004 10 kayıt (commit)
-
-
Martin v. Löwis yazdı
Fixes #1049003.
-
Martin v. Löwis yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
(SF bug #829073)
-
Fred Drake yazdı
(SF bug #829073)
-
Fred Drake yazdı
(SF bug #798652)
-
Fred Drake yazdı
(closes SF bug #621057) - add missing whitespace around assignment operator
-
Anthony Baxter yazdı
-
Raymond Hettinger yazdı
everytime a LOAD_CONSTANT is encountered, created, or overwritten. Added two tests to cover cases affected by the patch.
-
Raymond Hettinger yazdı
-
- 01 Kas, 2004 7 kayıt (commit)
-
-
Raymond Hettinger yazdı
reliably on WinME with FAT32. * Native speaker rewrite of the comment block. * Removed unnecessary backslashes from the multi-line function defintions.
-
Walter Dörwald yazdı
Add function names to various PyArg_ParseTuple calls in bz2module.c.
-
Tim Peters yazdı
nothing in gc currently cares, the original coding could screw up if, e.g., you tried to move a node to the list it's already in, and the node was already the last in its list.
-
Raymond Hettinger yazdı
No longer assumes that the input is NOP free.
-
Hye-Shik Chang yazdı
in some platforms.
-
Barry Warsaw yazdı
containing these functions. (I will backport to Python 2.3)
-
Barry Warsaw yazdı
raise a ValueError for dangling delimiters (the delimiter itself is returned).
-