- 16 Ara, 2005 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 15 Ara, 2005 8 kayıt (commit)
-
-
Trent Mick yazdı
-
Trent Mick yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Walter Dörwald yazdı
-
Fredrik Lundh yazdı
-
Neal Norwitz yazdı
http://www.tortall.net/mu/blog/2005/12/01 Pointed out from SF #1365916. Backport candidate.
-
Neal Norwitz yazdı
(calling ftell(stdin) doesn't seem defined). So we won't test errors from ftell unless we can do it portably.
-
- 14 Ara, 2005 13 kayıt (commit)
-
-
Walter Dörwald yazdı
using the Python implementations of the functions. This imcreases code coverage and makes sure that both implementations do the same thing.
-
Fredrik Lundh yazdı
-
Fredrik Lundh yazdı
-
Fredrik Lundh yazdı
-
Fredrik Lundh yazdı
-
Fredrik Lundh yazdı
-
Fredrik Lundh yazdı
-
Armin Rigo yazdı
svn:ignore *.pyc *.pyo svn:eol-style native The .py files appear to have been checked in with Windows or inconsistent line endings. The current check-in disrupts the 'svn blame', but hopefully it is irrelevant for freshly imported code.
-
Armin Rigo yazdı
Supresses numerous pages of compiler warnings.
-
Armin Rigo yazdı
comment based on 'sys.args[0]' does not depend on the path. For Python builds from a remote directory ("/path/to/configure; make") the previous logic used to include the "/path/to" portion in Python-ast.h. Then svn would consider this file to be locally modified.
-
Fredrik Lundh yazdı
-
Fred Drake yazdı
- add file I forgot to add in previous commit
-
Fred Drake yazdı
test that package, not the xmlcore/PyXML switcheroo fiasco in the xml module/package
-
- 13 Ara, 2005 6 kayıt (commit)
-
-
Fredrik Lundh yazdı
added missing API hooks
-
Fredrik Lundh yazdı
(e.g. cStringIO, ucnhash, etc)
-
Fredrik Lundh yazdı
-
Hye-Shik Chang yazdı
files on the platform.
-
Hye-Shik Chang yazdı
ftell(3) on BSD doesn't set errno even for ttys and returns useless values.
-
Andrew M. Kuchling yazdı
* Remove talk of shell scripting, replacing it by some more current examples * Mention C++ and Java as well as C Raymond H., please feel free to rewrite or revert as you see fit. If the changes are OK, they could be backported to the 2.4-maint branch.
-
- 12 Ara, 2005 9 kayıt (commit)
-
-
Fredrik Lundh yazdı
make sure xml.etree can be used even if PyXML is present (solution proposed by Philip J. Eby)
-
Fredrik Lundh yazdı
added xml.etree documentation stub
-
Fredrik Lundh yazdı
-
Fredrik Lundh yazdı
-
Fredrik Lundh yazdı
make sure that all included components work)
-
Fredrik Lundh yazdı
assorted xml.etree tweaks
-
Fredrik Lundh yazdı
-
Hye-Shik Chang yazdı
build problem on AIX.
-
Andrew M. Kuchling yazdı
-
- 11 Ara, 2005 2 kayıt (commit)
-
-
Neal Norwitz yazdı
Strip off leading dots and slash so the generated files are the same regardless of whether you configure in the checkout directory or build. If anyone configures in a different directory, we might want a cleaner approach using os.path.*(). Hopefully this is good enough.
-
Neal Norwitz yazdı
-