- 18 May, 2008 14 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Ronald Oussoren authored
that function actually tests something on OSX). - Add documentation to platform.mac_ver that explains why the middle element of the return value will not contain useful information.
-
Benjamin Peterson authored
-
Ronald Oussoren authored
-
Ronald Oussoren authored
getproxies_macosx_sysconf uses ctypes to call SystemConfiguration APIs. This checkin adds ctypes annotation to specify the right argument types for the API's that are used. This is needed to be able to use urllib on a 64-bit system, without annotations you'd get a hard crash.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
and make sure there are no duplicate names.
-
Georg Brandl authored
-
Georg Brandl authored
-
- 17 May, 2008 21 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
to ease removal of the latter in Py3k.
-
Fred Drake authored
(http://bugs.python.org/issue2882)
-
Fred Drake authored
(http://bugs.python.org/issue2882)
-
Fred Drake authored
(http://bugs.python.org/issue2882)
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
Else people doing "from tkinter import *" will get a nasty surprise.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Lars Gustäbel authored
keyword arguments and the actual default values. Fix references that point nowhere or to the wrong place. Add description of the ENCODING module-level variable. Fix the URL pointing to the GNU tar manual. Remove two obsolete examples. Add an example on how to use a generator with TarFile.extractall().
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Gregory P. Smith authored
path with a space in it.
-
Gregory P. Smith authored
and other bsddb.db object constructors raised an exception. Debugging & patch by Neal Norowitz.
-
Raymond Hettinger authored
-
- 16 May, 2008 5 commits
-
-
Benjamin Peterson authored
-
Thomas Heller authored
-
Thomas Heller authored
-
Alexandre Vassalotti authored
-
Alexandre Vassalotti authored
This fixes the omissions of configparser, copyreg, queue and socketserver renaming.
-