- 18 Ara, 2005 1 kayıt (commit)
-
-
Barry Warsaw yazdı
Add C API function Py_GetBuildNumber(), add it to the interactive prompt banner (i.e. Py_GetBuildInfo()), and add it as the sys.build_number attribute. The build number is a string instead of an int because it may contain a trailing 'M' if there are local modifications.
-
- 17 Ara, 2005 11 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
We still need a change in the reference manual to reflect the new try statement.
-
Neal Norwitz yazdı
Modified since ast-arenas was implemented.
-
Neal Norwitz yazdı
simplifies a lot of error handling code, and fixes many memory leaks.
-
Neal Norwitz yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Fredrik Lundh yazdı
(reported by Chris Olds). Backported from the 1.0.6 development branch.
-
Hye-Shik Chang yazdı
just like string codecs.
-
- 16 Ara, 2005 9 kayıt (commit)
-
-
Tim Peters yazdı
-
Brett Cannon yazdı
-
Fredrik Lundh yazdı
-
Fredrik Lundh yazdı
-
Fredrik Lundh yazdı
-
Fredrik Lundh yazdı
-
Georg Brandl yazdı
-
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 11 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ı
-