- 18 Mar, 2007 5 kayıt (commit)
-
-
Georg Brandl yazdı
PyFloat_FromString. (fixes bug #1650903)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
The compiler package hasn't been updated yet; test_compiler.py fails. Otherwise all tests seem to be passing now. There are no occurrences of __metaclass__ left in the standard library. Docs have not been updated.
-
Guido van Rossum yazdı
_seekable.
-
Guido van Rossum yazdı
-
- 15 Mar, 2007 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Daniel Stutzbach (already in) is main author of _fileio.c.
-
- 12 Mar, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 10 Mar, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 08 Mar, 2007 5 kayıt (commit)
-
-
Collin Winter yazdı
Add a missing forward declaration for PyFileIO_Type. The _fileio module now compiles with --with-pydebug.
-
Collin Winter yazdı
-
Guido van Rossum yazdı
to the cowboy way they are currently hacked in).
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
(see SF#1671314) with small tweaks. The io module now uses this instead of its own implementation of the FileIO class, if it can import _fileio.
-
- 07 Mar, 2007 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
the amount of data read.
-
Guido van Rossum yazdı
I cleaned up whitespace but otherwise didn't change it. This will need work to reflect the tentative decision to drop nonblocking I/O support from the buffering layers.
-
- 06 Mar, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 28 Şub, 2007 5 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Jack Diederich yazdı
-
Guido van Rossum yazdı
This fixes test_compiler, test_transformer, and test_parser.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
- 27 Şub, 2007 17 kayıt (commit)
-
-
Guido van Rossum yazdı
Fix by Pete Shinners (for his own bug :-).
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Guido van Rossum yazdı
Also implemented Neal's suggestion (add fileno() to SocketIO) and some unrelated changes, e.g. remove Google copyright and make BytesIO a subclass of BufferedIOBase.
-
Jeremy Hylton yazdı
-
Guido van Rossum yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Neal Norwitz yazdı
-
Jeremy Hylton yazdı
Add nonlocal_stmt to Grammar and Nonlocal node to AST. They both parallel the definitions for globals. The symbol table treats variables declared as nonlocal just like variables that are free implicitly. This change is missing the language spec changes, but makes some decisions about what the spec should say via the unittests. The PEP is silent on a number of decisions, so we should review those before claiming that nonlocal is complete. Thomas Wouters made the grammer and ast changes. Jeremy Hylton added the symbol table changes and the tests. Pete Shinners and Neal Norwitz helped review the code.
-
Neal Norwitz yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Neal Norwitz yazdı
Remove duplicate refs to int from int/long unification presumably. (There might be more refs like these.)
-