- 12 May, 2008 26 commits
-
-
Benjamin Peterson authored
-
Amaury Forgeot d'Arc authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
which clears them at the end.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Eric Smith authored
-
Ronald Oussoren authored
This patch removes the dependency on the Carbon package from urllib. The mac-specific code for getting proxy configuration is now writting in Python using ctypes and uses the SystemConfiguration framework instead of InternetConfig. Also provides a mac-specific implementation of proxy_bypass.
-
Ronald Oussoren authored
The 'mac' platform (that is, os.name == 'mac') was used for the MacOS 9 port, which is no longer supported (as of Python 2.4 IIRC).
-
Georg Brandl authored
-
Georg Brandl authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Alexandre Vassalotti authored
was renamed.
-
Alexandre Vassalotti authored
Renamed socketserver module in its own documentation. Renamed documentation references.
-
Alexandre Vassalotti authored
Deprecated old name.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Brett Cannon authored
-
- 11 May, 2008 14 commits
-
-
Brett Cannon authored
-
Alexandre Vassalotti authored
-
Alexandre Vassalotti authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
``Completer.complete()`` method are now caught and ignored.
-
Georg Brandl authored
-
Alexandre Vassalotti authored
Modified TestStdlibRenames to support platform specific renames. Added test for PixMapWrapper rename warning. Added note to documentation about PixMapWrapper rename.
-
Andrew M. Kuchling authored
-
Alexandre Vassalotti authored
Added note to documentation about Queue rename.
-
Eric Smith authored
Adds 'n' as a format specifier for integers, to mirror the same specifier which is already available for floats. 'n' is the same as 'd', but inserts the current locale-specific thousands grouping. I added this as a stringlib function, but it's only used by str type, not unicode. This is because of an implementation detail in unicode.format(), which does its own str->unicode conversion. But the unicode version will be needed in 3.0, and it may be needed by other code eventually in 2.6 (maybe decimal?), so I left it as a stringlib implementation. As long as the unicode version isn't instantiated, there's no overhead for this.
-
Alexandre Vassalotti authored
Use the 3.0 module name to avoid spurious warnings.
-