Author: christian.heimes
Date: Sun Dec 2 15:44:17 2007
New Revision: 59273
Modified:
python/branches/py3k/Include/intobject.h
Log:
Changed #ifdef 0 to #if 0.
Modified: python/branches/py3k/Include/intobject.h
==
--- p
Author: christian.heimes
Date: Sun Dec 2 16:27:38 2007
New Revision: 59276
Removed:
python/branches/py3k/Lib/encodings/bz2_codec.py
Modified:
python/branches/py3k/Lib/encodings/aliases.py
Log:
The bz2 codec isn't supported any more. I've also commented out several codecs
which were removed
Author: christian.heimes
Date: Sun Dec 2 17:50:20 2007
New Revision: 59277
Modified:
python/branches/py3k/Lib/test/test_cmd.py
Log:
Fixed merge accident. Next time I'm going to run the entire test suite ...
Modified: python/branches/py3k/Lib/test/test_cmd.py
==
Author: christian.heimes
Date: Sun Dec 2 17:52:32 2007
New Revision: 59278
Modified:
python/branches/py3k/Doc/whatsnew/3.0.rst
python/branches/py3k/Include/Python.h
python/branches/py3k/Include/intobject.h
python/branches/py3k/Include/longobject.h
python/branches/py3k/Makefile.pre.
Author: georg.brandl
Date: Sun Dec 2 19:20:12 2007
New Revision: 59280
Modified:
python/branches/py3k/Doc/glossary.rst
python/branches/py3k/Doc/library/mmap.rst
Log:
Fix some 2.xisms in merged docs.
Modified: python/branches/py3k/Doc/glossary.rst
==
Author: georg.brandl
Date: Sun Dec 2 23:48:17 2007
New Revision: 59283
Modified:
python/branches/py3k/Doc/library/crypt.rst
python/branches/py3k/Doc/library/smtplib.rst
python/branches/py3k/Doc/library/telnetlib.rst
python/branches/py3k/Doc/library/termios.rst
python/branches/py3k/
Author: christian.heimes
Date: Sun Dec 2 23:43:00 2007
New Revision: 59282
Modified:
python/branches/py3k/Parser/asdl_c.py
Log:
Fixed a problem found by Bill Janssen on Mac OS X
There was one occurence of PyInt_FromLong left in Parser/asdl_c.py. The files
creates some C code.
Modified: pytho
Author: georg.brandl
Date: Mon Dec 3 00:08:39 2007
New Revision: 59284
Modified:
python/branches/py3k/Doc/c-api/concrete.rst
python/branches/py3k/Doc/extending/extending.rst
Log:
Remove PyInt API from the docs. Extend PyLong docs to cover all public
functions in longobject.c.
Modified: p
Author: georg.brandl
Date: Mon Dec 3 00:11:00 2007
New Revision: 59285
Modified:
python/branches/py3k/Doc/c-api/abstract.rst
python/branches/py3k/Doc/c-api/utilities.rst
Log:
Remove mentions of "long integer" in the API docs.
Modified: python/branches/py3k/Doc/c-api/abstract.rst
=
Author: georg.brandl
Date: Mon Dec 3 00:15:43 2007
New Revision: 59286
Modified:
python/branches/py3k/Doc/library/csv.rst
python/branches/py3k/Doc/library/decimal.rst
python/branches/py3k/Doc/library/exceptions.rst
python/branches/py3k/Doc/library/readline.rst
python/branches/py3k/
10 matches
Mail list logo