- 28 Kas, 2012 2 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Berker Peksag.
-
Chris Jerdonek yazdı
This commit also moves the documentation for the str built-in function to the new class entry. Links to :class:`str` now go to the class entry with the string methods immediately afterwards.
-
- 27 Kas, 2012 4 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
initialization. If the interpreter is shut down and reinitialized (embedded CPython), the old module dictionary was not dec-refed during the next import of the time extension module. Contributed by Torsten Marek of Google.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 26 Kas, 2012 4 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Chris Jerdonek yazdı
-
Chris Jerdonek yazdı
-
- 25 Kas, 2012 3 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Mark Dickinson yazdı
-
- 24 Kas, 2012 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #12848: The pure Python pickle implementation now treats object lengths as unsigned 32-bit integers, like the C implementation does. Patch by Serhiy Storchaka.
-
Antoine Pitrou yazdı
Issue #12848: The pure Python pickle implementation now treats object lengths as unsigned 32-bit integers, like the C implementation does. Patch by Serhiy Storchaka.
-
- 23 Kas, 2012 8 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Vinay Sajip yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Andrew Svetlov yazdı
Patch by Daniel Urban
-
- 22 Kas, 2012 3 kayıt (commit)
-
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Éric Araujo yazdı
* Remove example deemed not helpful. * Simplify the other one. * Add missing target to ref.
-
- 21 Kas, 2012 7 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Chris Jerdonek yazdı
-
Chris Jerdonek yazdı
-
Chris Jerdonek yazdı
-
Chris Jerdonek yazdı
-
Chris Jerdonek yazdı
-
- 20 Kas, 2012 7 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
Barry Warsaw yazdı
(actually, any non-string or non-bytes type).
-
Andrew Svetlov yazdı
-