- 26 Dec, 2005 1 commit
-
-
Tim Peters authored
should depend on the pythoncore project.
-
- 25 Dec, 2005 6 commits
-
-
Tim Peters authored
-
Tim Peters authored
All the --all test pass using -O on WinXP now.
-
Tim Peters authored
- 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 authored
-
Fredrik Lundh authored
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 authored
-
- 24 Dec, 2005 3 commits
-
-
Tim Peters authored
compiler warnings about mixing signed and unsigned types in comparisons.
-
Tim Peters authored
in _winreg.c.
-
Neal Norwitz authored
-
- 23 Dec, 2005 5 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
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 Dec, 2005 8 commits
-
-
Andrew M. Kuchling authored
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 authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Georg Brandl authored
-
- 21 Dec, 2005 1 commit
-
-
Thomas Heller authored
Fix the definition of BUILD in the VC project settings.
-
- 19 Dec, 2005 6 commits
-
-
Barry Warsaw authored
use of $(srcdir) in Makefile.pre.in so builds outside the source dir still work.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
Most of these can be backported.
-
Neal Norwitz authored
-
- 18 Dec, 2005 10 commits
-
-
Barry Warsaw authored
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 authored
-
Fredrik Lundh authored
-
Fredrik Lundh authored
added refcount information for PyObject_Call
-
Fredrik Lundh authored
-
Fredrik Lundh authored
Norwitz)
-
Neal Norwitz authored
-
Neal Norwitz authored
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 authored
-
Neal Norwitz authored
-