- 23 Şub, 2008 22 kayıt (commit)
-
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Andrew M. Kuchling yazdı
Fix by Malte Helmert
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
Remove automatic handling of datetime.date and datetime.time. This breaks backward compatibility, but python-dev discussion was strongly against this automatic conversion; see the bug for a link.
-
Eric Smith yazdı
-
Andrew M. Kuchling yazdı
Call setupterm() first so that we get a Python exception instead of just existing.
-
Georg Brandl yazdı
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Facundo Batista yazdı
wrapper around the system call with the same name. Also added test cases, doc changes and NEWS entry. Thanks Jason and Ralf Schmitt.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Christian Heimes yazdı
with some help from Georg
-
Facundo Batista yazdı
DEFAULT section any more, because it duplicated sections with the rest of the machinery. Thanks Tim Lesher and Manuel Kaufmann.
-
Facundo Batista yazdı
Thanks Alan McIntyre.
-
Facundo Batista yazdı
a test for this (and because of this test you'll see in stderr a message that parser.c sends before raising MemoryError). Thanks Ralf Schmitt.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Eric Smith yazdı
-
Raymond Hettinger yazdı
* Fix-up issues pointed-out by Neal Norwitz. * Add extensive comments. * The lz->result variable is now a tuple instead of a list. * Use fast macro getitem/setitem calls so most code is in-line. * Re-use the result tuple if available (modify in-place instead of copy).
-
- 22 Şub, 2008 8 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Eric Smith yazdı
-
Eric Smith yazdı
Added bin() builtin. I'm going to check in the tests in a seperate checkin, because the builtin doesn't need to be ported to py3k, but the tests are missing in py3k and need to be merged there.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Nick Coghlan yazdı
Try to make command line error messages from runpy easier to understand (and suppress traceback cruft from the implicitly invoked runpy machinery)
-
Raymond Hettinger yazdı
-
- 21 Şub, 2008 10 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Eric Smith yazdı
-
Guido van Rossum yazdı
Move 2.5 news to Misc/HISTORY.
-
Raymond Hettinger yazdı
-
Thomas Heller yazdı
Replace 'raise Error, stuff' with 'raise Error(stuff)'.
-
Thomas Heller yazdı
top-level Python configure script. configure, fficonfig.h.in: regenerated.
-
Guido van Rossum yazdı
callable() from copy_reg.py, so the interpreter now starts up without warnings when '-3' is given. More work like this needs to be done in the rest of the stdlib.
-
Guido van Rossum yazdı
-
Andrew M. Kuchling yazdı
This change doesn't make any difference to CPython, but is a necessary fix for Jython.
-