- 30 Nov, 2010 5 commits
-
-
Raymond Hettinger authored
-
Nick Coghlan authored
Issue 10220: switch to using string constants rather than integers for inspect.getgeneratorstate() return values and make debugging friendly str() and repr() for generator states a requirement in the test suite
-
Nick Coghlan authored
Issue 10586: change the new functools.lru_cache implementation to expose the maximum and current cache sizes through the public statistics API. This API is now a single function that returns a named tuple.
-
Alexander Belopolsky authored
Approved by Raymond Hettinger.
-
Raymond Hettinger authored
-
- 29 Nov, 2010 9 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
Handle multiple breakpoints at same line. Update docs/test. Patch by Xavier de Gaye.
-
Raymond Hettinger authored
-
Ezio Melotti authored
-
Raymond Hettinger authored
-
- 28 Nov, 2010 3 commits
-
-
Brian Curtin authored
Amaury noticed that this was originally written in a way that would fail on names that can't be encoded with the mbcs codec. Restructured the function to work with wide names first then narrow names second, to fall in line with the way other functions are written in posixmodule.c.
-
Ezio Melotti authored
-
Benjamin Peterson authored
-
- 27 Nov, 2010 8 commits
-
-
Stefan Krah authored
-
Antoine Pitrou authored
Approved by Guido (BDFL) and Georg (RM).
-
Terry Reedy authored
-
Antoine Pitrou authored
-
Barry Warsaw authored
-
Stefan Krah authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 26 Nov, 2010 15 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
Alexander Belopolsky authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
Remove parenthetical remark that is confusing now that the module is not named "__builtin__" anymore.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Stefan Krah authored
-
Senthil Kumaran authored
-
Éric Araujo authored
-