- 28 Ara, 2005 1 kayıt (commit)
-
-
Skip Montanaro yazdı
last field was empty it would strip the delimiter and incorrectly guess that "" was the delimiter. Reported in c.l.py by Laurent Laporte. Will backport.
-
- 27 Ara, 2005 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 26 Ara, 2005 9 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Armin Rigo yazdı
precisely the motivation and the differences. Added links to www.python.org/doc/newstyle.html and a footnote to warn against the statement "x[i] is equivalent to x.__getitem__(i)", which already caused many invalid bug reports on SF.
-
Tim Peters yazdı
should depend on the pythoncore project.
-
- 25 Ara, 2005 6 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
All the --all test pass using -O on WinXP now.
-
Tim Peters yazdı
- Get rid of pgen.c and tokenizer_pgen.c. - Include tokenizer.c. All the -uall tests pass on my WinXP VC7.1 box now.
-
Fredrik Lundh yazdı
-
Fredrik Lundh yazdı
cast first PyUnicode_Decode argument to proper type (why is "char *" used for encoded byte streams, btw? shouldn't that be "void *" or, if necessary, "unsigned char *"?)
-
Fredrik Lundh yazdı
-
- 24 Ara, 2005 3 kayıt (commit)
-
-
Tim Peters yazdı
compiler warnings about mixing signed and unsigned types in comparisons.
-
Tim Peters yazdı
in _winreg.c.
-
Neal Norwitz yazdı
-
- 23 Ara, 2005 5 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
cookielib.LWPCookieJar and .MozillaCookieJar are documented to raise cookielib.LoadError on attempt to load an invalid cookies file, but raise IOError instead. Compromise by having LoadError subclass IOError.
-
- 22 Ara, 2005 8 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
Fred approved just checking it in; he may make further fixes. The change shrinks the 'Generic OS' and other OS chapters, which had become something of a dumping ground for random modules. It differs from the last version of the patch: 1) I've added introductions for the new chapters (still missing a few -- search for 'intro') 2) a few modules have been rearranged slightly from the version in the patch
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
-
- 21 Ara, 2005 1 kayıt (commit)
-
-
Thomas Heller yazdı
Fix the definition of BUILD in the VC project settings.
-
- 19 Ara, 2005 3 kayıt (commit)
-
-
Barry Warsaw yazdı
use of $(srcdir) in Makefile.pre.in so builds outside the source dir still work.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-