- 31 Jul, 2010 38 commits
-
-
Georg Brandl authored
#3788: more tests for http.cookies, now at 95% coverage. Also bring coding style in the module up to PEP 8, where it does not break backwards compatibility.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
#9442: do not document a specific format for sys.version; rather refer to version_info and the platform module.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Martin v. Löwis authored
-
Georg Brandl authored
#9440: Remove borderline test case that fails based on unpredictable conditions such as compiler flags.
-
Georg Brandl authored
-
Georg Brandl authored
-
Antoine Pitrou authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Martin v. Löwis authored
-
Victor Stinner authored
I removed the implicit conversion from str to bytes.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Georg Brandl authored
-
Georg Brandl authored
Copy Sun-specific inclusion of <alloca.h> from 2.7 maint to trunk; it seems to not have been merged to py3k.
-
Martin v. Löwis authored
-
Georg Brandl authored
-
Tarek Ziadé authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Florent Xicluna authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
Make urllib tests pass for now. Will figure out what the correct semantics should be after release.
-
Georg Brandl authored
-
Raymond Hettinger authored
The concrete types are for internal use (registration). We are not trying to resurrect the types module in collections.
-
- 30 Jul, 2010 2 commits
-
-
Georg Brandl authored
Part of #7245: when KeyboardInterrupt is raised while defining commands, restore the old commands instead of producing a traceback.
-
Matthias Klose authored
-