- 13 Jan, 2009 5 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Benjamin Peterson authored
-
Raymond Hettinger authored
with a mapping. Makes Counter() idempotent, makes update() API the same as Counter.__init__(), makes a more readable repr, makes the API more dict-like, and allows Steven Bethard's update() example to work.
-
- 12 Jan, 2009 9 commits
-
-
Amaury Forgeot d'Arc authored
Now the slot is filled with a function that always raises. Will not backport: extensions compiled with 2.6.x would not run on 2.6.0.
-
Raymond Hettinger authored
-
Vinay Sajip authored
-
Kristján Valur Jónsson authored
Add tests for invalid format specifiers in strftime, and for handling of invalid file descriptors in the os module.
-
Raymond Hettinger authored
-
Kristján Valur Jónsson authored
-
Kristján Valur Jónsson authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 11 Jan, 2009 7 commits
-
-
Benjamin Peterson authored
-
Gregory P. Smith authored
to better describe the signed vs unsigned return value behavior on different platforms and versions of python. Mention the workaround to make them all return the same thing by using & 0xffffffff. Fixes issue4903. Also needs to be merged into release26-maint, release30-maint, & py3k.
-
Gregory P. Smith authored
-
Kristján Valur Jónsson authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Hirokazu Yamamoto authored
-
- 10 Jan, 2009 18 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Vinay Sajip authored
-
Mark Dickinson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Matthias Klose authored
biarch systems. Try to rely on ldconfig only, without using objdump and gcc.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Vinay Sajip authored
-
Vinay Sajip authored
Minor documentation changes cross-referencing NullHandler to the documentation on configuring logging in a library.
-
Kristján Valur Jónsson authored
-
Hirokazu Yamamoto authored
-
Hirokazu Yamamoto authored
-
Hirokazu Yamamoto authored
-
- 09 Jan, 2009 1 commit
-
-
Antoine Pitrou authored
collecting the oldest generation) so that allocating lots of objects without destroying them does not show quadratic performance. Based on a proposal by Martin von Löwis at http://mail.python.org/pipermail/python-dev/2008-June/080579.html.
-