- 22 Ock, 2006 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 15 Ock, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
correct argument order.
-
- 02 Ock, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 17 Ara, 2005 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 22 Kas, 2005 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 18 Eki, 2005 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 03 Eki, 2005 2 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
- 31 Agu, 2005 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 09 Agu, 2005 2 kayıt (commit)
-
-
Fred Drake yazdı
-
Martin v. Löwis yazdı
add st_gen, st_birthtime.
-
- 18 Tem, 2005 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 17 Tem, 2005 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 27 Haz, 2005 1 kayıt (commit)
-
-
Fred Drake yazdı
platform
-
- 25 Haz, 2005 5 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 10 Haz, 2005 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 02 Haz, 2005 1 kayıt (commit)
-
-
Hye-Shik Chang yazdı
when the member is available on the platform. (Contributed by Diego Petteno)
-
- 16 May, 2005 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 13 Şub, 2005 1 kayıt (commit)
-
-
Brett Cannon yazdı
9. Applies patch #1095802. Thanks Jack Jansen.
-
- 23 Ock, 2005 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 19 Ock, 2005 1 kayıt (commit)
-
-
Fred Drake yazdı
(closes SF patch #1104868)
-
- 16 Ock, 2005 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 07 Ock, 2005 1 kayıt (commit)
-
-
Facundo Batista yazdı
-
- 15 Ara, 2004 1 kayıt (commit)
-
-
Walter Dörwald yazdı
-
- 22 Kas, 2004 2 kayıt (commit)
-
-
Tim Peters yazdı
a generator expression instead of a listcomp. Not a backport candidate (genexps are new in 2.4).
-
Tim Peters yazdı
Clarify that the example assumes no links are present; the point of the example is to illustrate a need for topdown=False, not to wrestle with platform-dependent link convolutions. Also spell os.path.join() out in full, instead of using a shortcut import. The bug reporter was confused by that too, and it's clearer this way. Bugfix candidate; but I don't intend to backport it.
-
- 04 Kas, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
Bugfix candidate (the vagaries aren't new <wink>), but I don't intend to backport this.
-
- 11 Eki, 2004 1 kayıt (commit)
-
-
Johannes Gijsbers yazdı
popen2.popen2/3/4 functions can be a sequence. All texts are a variation on the following: On \UNIX, \var{cmd} may be a sequence, in which case arguments will be passed directly to the program without shell intervention (as with \function{os.spawnv()}). If \var{cmd} is a string it will be passed to the shell (as with \function{os.system()}).
-
- 27 Eyl, 2004 1 kayıt (commit)
-
-
Armin Rigo yazdı
-
- 29 Agu, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 26 Tem, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
Clarifed that os.environ is captured once; emphasized that it's better to assign to os.environ than to call putenv() directly (the putenv() docs said so, but the environ docs didn't).
-