- 25 Ara, 2005 3 kayıt (commit)
-
-
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 6 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ı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Most of these can be backported.
-
Neal Norwitz yazdı
-
- 18 Ara, 2005 14 kayıt (commit)
-
-
Barry Warsaw yazdı
Subversion revision number. First, in an svn export, there will be no .svn directory, so use an in-file $Revision$ keyword string with the keyword chrome stripped off. Also, use $(srcdir) in the Makefile.pre.in to handle the case where Python is build outside the source tree.
-
Neal Norwitz yazdı
-
Fredrik Lundh yazdı
-
Fredrik Lundh yazdı
added refcount information for PyObject_Call
-
Fredrik Lundh yazdı
-
Fredrik Lundh yazdı
Norwitz)
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
This code generated a C assertion: assert 1, ([s for s in x] + [s for s in x]) pass assert was completely broken, it needed to use the proper block. compiler_use_block() is now no longer used, so remove it.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Needs backport.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-