- 09 May, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines Untabify C files. Will watch buildbots. ........
-
- 11 Mar, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 25 May, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 17 Tem, 2007 1 kayıt (commit)
-
-
Collin Winter yazdı
Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lingering print statements.
-
- 10 Ock, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block
-
- 06 Eyl, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 01 Mar, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 28 Kas, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
Also changed <>-style #includes to ""-style in some places where the former didn't make sense.
-
- 05 Eyl, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 02 Haz, 2001 1 kayıt (commit)
-
-
Neil Schemenauer yazdı
directives, which is the role of CPPFLAGS. Closes SF patch #414991.
-
- 03 Kas, 2000 2 kayıt (commit)
-
-
Guido van Rossum yazdı
box on Linux.
-
Thomas Wouters yazdı
regardless of whether the system getopt() does what we want. This avoids the hassle with prototypes and externs, and the check to see if the system getopt() does what we want. Prefix optind, optarg and opterr with _PyOS_ to avoid name clashes. Add new include file to define the right symbols. Fix Demo/pyserv/pyserv.c to include getopt.h itself, instead of relying on Python to provide it.
-
- 22 Tem, 2000 1 kayıt (commit)
-
-
Thomas Wouters yazdı
char**) and return an int even on PC platforms. If not, please fix PC/utils/makesrc.c ;-P
-
- 05 Eki, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 14 Eyl, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 25 Ara, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
restarting the server.
-
- 20 Agu, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
to Py_Initialize will be undone by n calls to Py_Uninitialize.
-
- 14 Agu, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
installed version.
-
- 02 Agu, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Even less shuffling of stdout (only at start of new interpreter). Interact properly with new interpreter initialization conventions (must use Py_Initialize/Py_Finalize *and* Py_NewInterpreter/Py_EndInterpreter). Probably more minor changes.
-
- 25 Tem, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 19 Tem, 1997 5 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-