- 24 Haz, 2008 3 kayıt (commit)
-
-
Eric Smith yazdı
-
Benjamin Peterson yazdı
-
Eric Smith yazdı
Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticipation of fixing issue 3140.
-
- 23 Haz, 2008 3 kayıt (commit)
-
-
Thomas Heller yazdı
-
Thomas Heller yazdı
-
Raymond Hettinger yazdı
-
- 22 Haz, 2008 11 kayıt (commit)
-
-
Facundo Batista yazdı
in the issue 3165. Now cPickle does not fails with uncontrolled behaviour when pickling into a very deep nested structure.
-
Facundo Batista yazdı
it makes the test fail in the trunk.loewis-sun buildbot.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Facundo Batista yazdı
directory creation time...
-
Georg Brandl yazdı
-
Facundo Batista yazdı
shutil.rmtree() in the trunk.loewis-sun buildbot.
-
Facundo Batista yazdı
without necessity.
-
Andrew M. Kuchling yazdı
-
Facundo Batista yazdı
not fixed length, it mallocs memory if needed. As a result, we don't have a maximum for the getcwd() method.
-
Georg Brandl yazdı
-
- 21 Haz, 2008 11 kayıt (commit)
-
-
Facundo Batista yazdı
specially a section of the subprocess documentation that helps with the replacing of those functionss.
-
Facundo Batista yazdı
will contain both FieldStorage and MiniFieldStorage items. Fixes #1817.
-
Facundo Batista yazdı
structures follows the common sense (and works like in 2.5 and 3.0).
-
Facundo Batista yazdı
-
Georg Brandl yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Hye-Shik Chang yazdı
-
Raymond Hettinger yazdı
-
Andrew M. Kuchling yazdı
-
- 20 Haz, 2008 12 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
returns (0, 0, 1) instead of (0, -1, 1), and slice(None, 10, -1).indices(10) returns (9, 9, -1) instead of (9, 10, -1).
-
Andrew M. Kuchling yazdı
-
Raymond Hettinger yazdı
Make bin() implementation parallel oct() and hex() so that int/long subclasses can override or so that other classes can support.
-
Benjamin Peterson yazdı
-
Andrew M. Kuchling yazdı
-