Author: georg.brandl
Date: Tue Sep 4 09:07:56 2007
New Revision: 57949
Modified:
python/branches/py3k/Doc/library/pdb.rst
python/branches/py3k/Lib/pdb.py
Log:
Add "print" command to pdb, "print s" previously invoked the print statement.
Modified: python/branches/py3k/Doc/library/pdb.rst
=
Author: georg.brandl
Date: Tue Sep 4 09:23:09 2007
New Revision: 57951
Modified:
python/branches/py3k/Doc/library/types.rst
Log:
Fix up the types module docs.
Modified: python/branches/py3k/Doc/library/types.rst
==
-
Author: georg.brandl
Date: Tue Sep 4 09:27:54 2007
New Revision: 57952
Modified:
python/branches/py3k/Doc/library/string.rst
Log:
Fix the string formatting docs for now; if the feature is changed again, the
docs can be changed too.
Modified: python/branches/py3k/Doc/library/string.rst
=
Author: georg.brandl
Date: Tue Sep 4 10:11:03 2007
New Revision: 57953
Added:
python/branches/py3k/Doc/library/abc.rst
Modified:
python/branches/py3k/Doc/library/python.rst
Log:
Initial documentation for the `abc` module.
Added: python/branches/py3k/Doc/library/abc.rst
===
Author: thomas.wouters
Date: Tue Sep 4 11:03:59 2007
New Revision: 57956
Modified:
python/branches/py3k/Doc/reference/expressions.rst
Log:
Update ref docs on slicing.
Modified: python/branches/py3k/Doc/reference/expressions.rst
==
Author: martin.v.loewis
Date: Tue Sep 4 11:18:06 2007
New Revision: 57957
Modified:
python/branches/py3k/Include/parsetok.h
python/branches/py3k/Include/pythonrun.h
python/branches/py3k/Parser/parsetok.c
python/branches/py3k/Parser/tokenizer.c
python/branches/py3k/Parser/tokenizer.
Author: thomas.heller
Date: Tue Sep 4 13:27:47 2007
New Revision: 57959
Modified:
python/branches/py3k/Lib/os.py
Log:
Make the _wrap_close type (which is returned by os.popen) iterable.
This should fix the Lib\test\test_uuid.py test on Windows.
Modified: python/branches/py3k/Lib/os.py
===
Author: georg.brandl
Date: Tue Sep 4 17:45:25 2007
New Revision: 57963
Modified:
python/branches/py3k/Doc/library/abc.rst
python/branches/py3k/Doc/library/os.rst
Log:
More abc docs.
Modified: python/branches/py3k/Doc/library/abc.rst
Author: guido.van.rossum
Date: Tue Sep 4 18:23:16 2007
New Revision: 57966
Modified:
python/branches/py3k/Doc/whatsnew/3.0.rst
Log:
Correction an issue reported by Mark Summerfeld.
Modified: python/branches/py3k/Doc/whatsnew/3.0.rst
===
Author: fred.drake
Date: Tue Sep 4 19:33:11 2007
New Revision: 57968
Modified:
python/branches/py3k/Doc/howto/functional.rst
python/branches/py3k/Doc/library/itertools.rst
python/branches/py3k/Doc/library/stdtypes.rst
python/branches/py3k/Doc/library/userdict.rst
python/branches/py
Author: georg.brandl
Date: Tue Sep 4 19:43:37 2007
New Revision: 57969
Modified:
python/branches/py3k/Doc/library/stdtypes.rst
Log:
Docs on dictviews.
Modified: python/branches/py3k/Doc/library/stdtypes.rst
==
--- py
Author: georg.brandl
Date: Tue Sep 4 19:50:40 2007
New Revision: 57970
Modified:
python/branches/py3k/Doc/library/functions.rst
Log:
Change docs for builtins that now return iterators.
Modified: python/branches/py3k/Doc/library/functions.rst
==
Author: georg.brandl
Date: Tue Sep 4 19:58:02 2007
New Revision: 57971
Modified:
python/branches/py3k/Doc/library/stdtypes.rst
Log:
Add a dict view usage example.
Modified: python/branches/py3k/Doc/library/stdtypes.rst
=
Author: fred.drake
Date: Tue Sep 4 21:43:19 2007
New Revision: 57974
Modified:
python/branches/py3k/setup.py
Log:
fix typo
Modified: python/branches/py3k/setup.py
==
--- python/branches/py3k/setup.py (original)
Author: eric.smith
Date: Wed Sep 5 01:04:22 2007
New Revision: 57976
Modified:
python/branches/py3k/Lib/string.py
python/branches/py3k/Lib/test/test_unicode.py
python/branches/py3k/Objects/stringlib/string_format.h
Log:
Changed some ValueError's to KeyError and IndexError.
Corrected code
Author: eric.smith
Date: Wed Sep 5 04:02:43 2007
New Revision: 57982
Modified:
python/branches/py3k/Objects/stringlib/string_format.h
Log:
Simplified recursion logic. Modified variable name to match string.Formatter.
Modified: python/branches/py3k/Objects/stringlib/string_format.h
==
Author: guido.van.rossum
Date: Wed Sep 5 05:26:38 2007
New Revision: 57983
Modified:
python/branches/py3k/Lib/test/test_doctest.py
Log:
Fix doctest failure introduced by r57949.
The formatting of errors from pdb's own print command is different
from the formatting of errors when pdb exec's an
17 matches
Mail list logo