- 14 Nov, 2002 4 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
If you have source files srcdir1/foo.c and srcdir2/foo.c, the temporary .o for both files is written to build/temp.<platform>/foo.o. This patch sets strip_dir to false for both calls to object_filename, so now the object files are written to temp.<platform>/srcdir1/foo.o and .../srcdir2/foo.o. 2.2 bugfix candidate
-
- 13 Nov, 2002 28 commits
-
-
Eric S. Raymond authored
present and the caller has not specified a name/password pair. This change makes it less likely that a lazy coder will expose sensitive information in a word-readable script. Also, make the test a bit smarter. If NNTPSERVER is defined in the environment it will go talk to that server rather than look for a possibly nonexistent local one named 'news'. Maybe the osession initializer ought to look at NNTPSERVER rather than requiring a host arg? Must look around and see how universal this convention is first.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Add some simple tests of the persistence hooks.
-
Jeremy Hylton authored
-
Guido van Rossum authored
-
Andrew M. Kuchling authored
-
Jeremy Hylton authored
-
Fred Drake authored
This includes SF patch #590352 and additional support for more of the custom markup.
-
Fred Drake authored
time in http://www.python.org/dev/doc/. There have been no bug reports on these for a long time now. - Remove local "use" statement that duplicates a top-level "use".
-
Fred Drake authored
-
Fred Drake authored
that are processed before their arguments. Closes SF bug #637807.
-
Fred Drake authored
Closes SF bug #637807.
-
Jeremy Hylton authored
The buggy yahoo server was fixed, and the opalgroup test files are gone.
-
Jeremy Hylton authored
Also, remove unused local variable noted by pychecker.
-
Andrew M. Kuchling authored
The two long lines have been reflowed differently; hopefully someone on BeOS can test them. Rev. 1.53 also converted string.atoi() to int(); I've left that alone.
-
Guido van Rossum authored
-
-
Guido van Rossum authored
-
Fred Drake authored
Closes SF bug #637810.
-
Fred Drake authored
(including the implied call using back-ticks) of a recursive object, but this is no longer the case. Reported by Manus Hand via email.
-
Raymond Hettinger authored
Added design notes in comments. Used better variable names. Eliminated the unsavory "pool[-k:]" which was an aspiring bug (for k==0). Used if/else to show the two algorithms in parallel style. Added one more test assertion.
-
Fred Drake authored
add any package support structure even if a dotted-name is passed for the module. Closes SF bug #424106.
-
Fred Drake authored
Fix a number of markup consistency buglets.
-
Fred Drake authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
Add random.sample()
-
Martin v. Löwis authored
-
- 12 Nov, 2002 8 commits
-
-
Neal Norwitz authored
Use universal newline support when opening a file for freezing.
-
Fred Drake authored
Closes SF bug #635595.
-
Neal Norwitz authored
Pass co_freevars and co_cellvars to new.code(). Will backport.
-
Neal Norwitz authored
When mwh added extended slicing, strings and unicode became mappings. Thus, dict was set which prevented an error when doing: newstr = 'format without a percent' % string_value This fix raises an exception again when there are no formats and % with a string value.
-
Fred Drake authored
contains options, drop them to get the major/minor content type. Modified from the supplied patch to support more whitespace variation. Closes SF patch #613605.
-
Tim Peters authored
Armin Rigo's Draconian but effective fix for SF bug 453523: list.sort crasher slightly fiddled to catch more cases of list mutation. The dreaded internal "immutable list type" is gone! OTOH, if you look at a list *while* it's being sorted now, it will appear to be empty. Better than a core dump.
-
Fred Drake authored
Closes SF bug #635656.
-
Andrew M. Kuchling authored
Remove an XXX item: I'm not going to write a section on the email package at this point
-