- 20 May, 2008 2 kayıt (commit)
-
-
-
Neal Norwitz yazdı
-
- 19 May, 2008 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Jesus Cea yazdı
-
Benjamin Peterson yazdı
-
Andrew M. Kuchling yazdı
-
- 18 May, 2008 14 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Ronald Oussoren yazdı
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 yazdı
-
Ronald Oussoren yazdı
-
Ronald Oussoren yazdı
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 yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
and make sure there are no duplicate names.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 17 May, 2008 20 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
to ease removal of the latter in Py3k.
-
-
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Else people doing "from tkinter import *" will get a nasty surprise.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Lars Gustäbel yazdı
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 yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Gregory P. Smith yazdı
path with a space in it.
-
Gregory P. Smith yazdı
and other bsddb.db object constructors raised an exception. Debugging & patch by Neal Norowitz.
-