[Python-3000-checkins] r59273 - python/branches/py3k/Include/intobject.h

2007-12-02 Thread christian.heimes
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

[Python-3000-checkins] r59276 - python/branches/py3k/Lib/encodings/aliases.py python/branches/py3k/Lib/encodings/bz2_codec.py

2007-12-02 Thread christian.heimes
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

[Python-3000-checkins] r59277 - python/branches/py3k/Lib/test/test_cmd.py

2007-12-02 Thread christian.heimes
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 ==

[Python-3000-checkins] r59278 - in python/branches/py3k: Doc/whatsnew/3.0.rst Include/Python.h Include/intobject.h Include/longobject.h Makefile.pre.in Misc/NEWS

2007-12-02 Thread christian.heimes
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.

[Python-3000-checkins] r59280 - in python/branches/py3k/Doc: glossary.rst library/mmap.rst

2007-12-02 Thread georg.brandl
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 ==

[Python-3000-checkins] r59283 - in python/branches/py3k/Doc: library/crypt.rst library/smtplib.rst library/telnetlib.rst library/termios.rst library/traceback.rst tutorial/stdlib2.rst

2007-12-02 Thread georg.brandl
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/

[Python-3000-checkins] r59282 - python/branches/py3k/Parser/asdl_c.py

2007-12-02 Thread christian.heimes
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

[Python-3000-checkins] r59284 - in python/branches/py3k/Doc: c-api/concrete.rst extending/extending.rst

2007-12-02 Thread georg.brandl
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

[Python-3000-checkins] r59285 - python/branches/py3k/Doc/c-api/abstract.rst python/branches/py3k/Doc/c-api/utilities.rst

2007-12-02 Thread georg.brandl
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 =

[Python-3000-checkins] r59286 - 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/r

2007-12-02 Thread georg.brandl
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/