- 28 Nov, 2012 1 commit
-
-
Chris Jerdonek authored
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 Nov, 2012 4 commits
-
-
Gregory P. Smith authored
-
Gregory P. Smith authored
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 authored
-
Ezio Melotti authored
-
- 26 Nov, 2012 4 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
- 25 Nov, 2012 3 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Mark Dickinson authored
-
- 24 Nov, 2012 2 commits
-
-
Antoine Pitrou authored
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 authored
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 Nov, 2012 8 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Vinay Sajip authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Andrew Svetlov authored
Patch by Daniel Urban
-
- 22 Nov, 2012 3 commits
-
-
Stefan Krah authored
-
Stefan Krah authored
-
Éric Araujo authored
* Remove example deemed not helpful. * Simplify the other one. * Add missing target to ref.
-
- 21 Nov, 2012 7 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
- 20 Nov, 2012 7 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Patch by Serhiy Storchaka.
-
Barry Warsaw authored
(actually, any non-string or non-bytes type).
-
Andrew Svetlov authored
-
- 18 Nov, 2012 1 commit
-
-
Stefan Krah authored
-