- 30 Nov, 2010 18 commits
-
-
Daniel Stutzbach authored
-
Raymond Hettinger authored
-
Alexander Belopolsky authored
-
Éric Araujo authored
-
Alexander Belopolsky authored
-
Brian Curtin authored
-
Nick Coghlan authored
Issue 9873: the URL parsing functions now accept ASCII encoded byte sequences in addition to character strings
-
Brian Curtin authored
Skip the test if encoding fails.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
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 2 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-