- 10 Mar, 2003 4 kayıt (commit)
- 09 Mar, 2003 7 kayıt (commit)
-
-
Greg Ward yazdı
Two spaces between sentences. Fix em-dashes -- should be "---" not " - ". Spelling fix.
-
Greg Ward yazdı
Initial revision supplied by Nicholas FitzRoy-Dale <wzdd@lardcave.net> (emailed to me [gward@python.net] 2003-03-08 23:37 +1100).
-
Raymond Hettinger yazdı
Contributed by Brett Cannon. To prevent code duplication, I patched _strptime to use datetime's date object to do Julian day, Gregorian, and day of the week calculations. Patch also includes new regression tests to test results and the calculation gets triggered. Very minor comment changes and the contact email are also changed.
-
Raymond Hettinger yazdı
Contributed by Hye-Shik Chang.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
* Adds missing pop() methods to weakref.py * Expands test suite to broaden coverage of objects with a mapping interface. Contributed by Sebastien Keim.
-
Raymond Hettinger yazdı
Contributed by Brett Cannon.
-
- 08 Mar, 2003 2 kayıt (commit)
-
-
Just van Rossum yazdı
-
Martin v. Löwis yazdı
-
- 07 Mar, 2003 25 kayıt (commit)
-
-
Barry Warsaw yazdı
since we'll be adding our own continuation whitespace later.
-
Barry Warsaw yazdı
from Jason Mastaler :)
-
Barry Warsaw yazdı
language without including any single quotes.
-
Barry Warsaw yazdı
both the charset and language without including any single quotes.
-
Tim Peters yazdı
Quoting the path doesn't work on Win2K (cmd.exe) regardless, this is just a hack to let the test pass again on Win2K (so long as Python isn't installed in a path that does contain an embedded space). On Win2K it looks like we'd also have to add a second pair of double quotes, around the entire command line.
-
Tim Peters yazdı
-
Barry Warsaw yazdı
-
Tim Peters yazdı
Evil.
-
Skip Montanaro yazdı
clear from recent discussions on c.l.py that people are a bit confused about the differences between the old bsddb, the new bssdb, the bsddb3/PyBSDDB package and changes to file formats. Tried to clarify the issues.
-
Barry Warsaw yazdı
long header lines is now (properly) in the Header class. So we no longer need _split_header() and we'll just defer to Header.encode() when we have a plain string.
-
Barry Warsaw yazdı
_encode_chunks(): Pass maxlinelen in instead of always using self._maxlinelen, so we can adjust for shorter initial lines. Pass this value through to _max_append(). encode(): Weave maxlinelen through to the _encode_chunks() call. _split_ascii(): When recursively splitting a line on spaces (i.e. lower level syntactic split), don't append the whole returned string. Instead, split it on linejoiners and extend the lines up to the last line (for proper packing). Calculate the linelen based on the last element in the this list.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Tim Peters yazdı
a fatal tab/space inconsistency under -tt.
-
Jack Jansen yazdı
Got PythonStandalone to work again, mainly for debugging purposes (it's much easier to debug GUSI errors in a static build).
-
Barry Warsaw yazdı
-
Guido van Rossum yazdı
classes defined by Python code using a class statement) is now exported from object.h as PyHeapTypeObject. (SF patch #696193.)
-
Fred Drake yazdı
-
Jack Jansen yazdı
Make tarfile raise ImportError on MacOS9. The pathname handling needs work, and I don't have time to fix it. I'll file a bug report.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
- the test was sloppy about filenames: "0-REGTYPE-TEXT" was used where the archive held "/0-REGTYPE-TEXT". - tarfile extracts all files in binary mode, but the test expected to be able to read and compare text files in text mode. Use universal text mode.
-
Jack Jansen yazdı
-
Guido van Rossum yazdı
would have required refraining from using string methods -- too painful.) Changed the -s option so that multiple -s options are cumulative.
-
Skip Montanaro yazdı
-
- 06 Mar, 2003 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
(contributed by Michael Stone.)
-
Tim Peters yazdı
-