- 23 Şub, 2008 16 kayıt (commit)
-
-
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.
-
- 20 Şub, 2008 3 kayıt (commit)
-
-
Eric Smith yazdı
Now that PyOS_ascii_formatd supports the 'n' format, simplify the float formatting code to just call it.
-
Eric Smith yazdı
Trim leading zeros from a floating point exponent, per C99. See issue 1600. As far as I know, this only affects Windows. Add float type 'n' to PyOS_ascii_formatd (see PEP 3101 for 'n' description).
-
Georg Brandl yazdı
-
- 19 Şub, 2008 2 kayıt (commit)
-
-
Eric Smith yazdı
-
Eric Smith yazdı
-
- 18 Şub, 2008 1 kayıt (commit)
-
-
Eric Smith yazdı
-