- 20 Jun, 2003 9 commits
-
-
Raymond Hettinger authored
It depended on the previously removed basic block checker to prevent a jump into the middle of the transformed block. Clears SF 757818: tuple assignment -- SystemError: unknown opcode
-
Jack Jansen authored
-
Jack Jansen authored
of type .py, .pyw and .pyc. If not, post a warning.
-
Jack Jansen authored
the DESTDIR patch. Fixed.
-
Fred Drake authored
-
Fred Drake authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Gustavo Niemeyer authored
From gcov's output (based on a locally changed _sre.c): 82.07% of 1372 source lines executed in file ./Modules/_sre.c
-
- 19 Jun, 2003 9 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
extensions on top of Python 2.2 no longer seems feasible.
-
Jack Jansen authored
and not part of a normal frameworkinstall) that installs Demo and Tools and a readme file into /Applications/MacPython-2.3/Extras. This will give people access to the demos and tools if they instal Python through the binary installer.
-
Jack Jansen authored
-
Skip Montanaro authored
paths.
-
Walter Dörwald authored
aligned.
-
Walter Dörwald authored
From SF patch #757058.
-
Tim Peters authored
explaining what's wrong with the two simpler variants.
-
Tim Peters authored
some of this code because useless, and (worse) could return a long instead of int (in Zope that's important, because a long can't be used as a key in an IOBTree or IIBTree).
-
- 18 Jun, 2003 13 commits
-
-
Jack Jansen authored
- Cleaned up the HTML.
-
Jack Jansen authored
- Set the installer to use our permissions, not influenced by the umask.
-
Raymond Hettinger authored
* Updated comment on design of imap() * Added untraversed object in izip() structure * Replaced the pairwise() example with a more general window() example
-
Fred Drake authored
as default values of function/method parameters.
-
Walter Dörwald authored
Move the constructor tests from test_builtin to test_complex. Add a bunch of tests (code coverage is a 94%). From SF patch #736962.
-
Jack Jansen authored
we don't get infinite recursion for suites that don't have an application class. Also got rid of some tabs.
-
Jack Jansen authored
class.
-
Walter Dörwald authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Patch contributed by Steven Taschuk.
-
Raymond Hettinger authored
Check the argument to classmethod for callability. Backport candidate.
-
Greg Ward authored
-
Greg Ward authored
This is a patch for Bug 755031: If a null byte appears in a file name, Python zipfile.py retains it, but InfoZip terminates the name. Null bytes in file names are used as a trick by viruses. I tested WinZip, and it also truncates the file name at the null byte. The patch also fixes a buglet: If a zipfile incorrectly uses a directory separator other than '/', there was an invalid complaint that the central directory name does not match the file header name. I also removed my name from the top of the file. It was there for legal reasons which I believe no longer apply. Many people have worked on this file besides me.
-
- 17 Jun, 2003 9 commits
-
-
Raymond Hettinger authored
-
Brett Cannon authored
capitalize in AbstractHTTPHandler before inserting headers into HTTP instance. Closes bug #649742, again.
-
Walter Dörwald authored
-
Walter Dörwald authored
huge start and stop arguments. Add tests.
-
Ken Manheimer authored
evil - if the last grubbed buffer didn't happen to be the right one, you couldn't remedy. Mainline emacs compat - don't use third arg to buffer-substring (which was for explicitly identifying the buffer in which to seek the substring, and which turns out to be unnecessary).
-
Raymond Hettinger authored
-
Walter Dörwald authored
-
Walter Dörwald authored
-
Jack Jansen authored
administrators can still not add packages.
-