- 07 Tem, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
- 11 May, 2008 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 20 May, 2007 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 06 Agu, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
the md5 and sha modules, so add it in Modules/Setup.dist too.
-
- 23 May, 2006 3 kayıt (commit)
-
-
Bob Ippolito yazdı
-
Bob Ippolito yazdı
-
Bob Ippolito yazdı
-
- 03 Nis, 2006 1 kayıt (commit)
-
-
Matthias Klose yazdı
-
- 27 Ara, 2005 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 09 Mar, 2005 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 23 Ock, 2005 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 31 Agu, 2004 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 29 Tem, 2004 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Backport candidate.
-
- 19 Tem, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 18 Tem, 2004 1 kayıt (commit)
-
-
Hye-Shik Chang yazdı
and installed layouts to make maintenance simple and easy. And it also adds four new codecs; big5hkscs, euc-jis-2004, shift-jis-2004 and iso2022-jp-2004.
-
- 28 Ock, 2004 1 kayıt (commit)
-
-
Hye-Shik Chang yazdı
-
- 17 Ock, 2004 2 kayıt (commit)
-
-
Hye-Shik Chang yazdı
Several style fixes are suggested by Martin v. Loewis and Marc-Andre Lemburg. Thanks!
-
Skip Montanaro yazdı
Remove BAD_EXEC_PROTOYPE (leftover from IRIX 4 demolition).
-
- 14 Haz, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 26 May, 2003 1 kayıt (commit)
-
-
Gustavo Niemeyer yazdı
-
- 03 Nis, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 20 Mar, 2003 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 17 Mar, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
for specific platforms. Use this to add plat-mac and plat-mac/lib-scriptpackages on MacOSX. Also tested for not having adverse effects on Linux, and I think this code isn't used on Windows anyway. Fixes #661521.
-
- 26 Ock, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 30 Ara, 2002 1 kayıt (commit)
-
-
Just van Rossum yazdı
- new import hooks in import.c, exposed in the sys module - new module called 'zipimport' - various changes to allow bootstrapping from zip files I hope I didn't break the Windows build (or anything else for that matter), but then again, it's been sitting on sf long enough... Regarding the latest discussions on python-dev: zipimport sets pkg.__path__ as specified in PEP 273, and likewise, sys.path item such as /path/to/Archive.zip/subdir/ are supported again.
-
- 12 Ara, 2002 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
Python 2.3 will support source code encodings which rely on the builtin codecs being available to the parser. Remove struct dependency from codecs.py
-
- 02 Ara, 2002 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 19 Kas, 2002 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 09 Agu, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 05 Agu, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
setup.py (indirectly) script to build the standard dynamically loaded modules, the errno module is being made static so it will always be available. Closes SF bug #591205 (needed on trunk only).
-
- 14 Haz, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
These built-in functions are replaced by their (now callable) type: slice() buffer() and these types can also be called (but have no built-in named function named after them) classobj (type name used to be "class") code function instance instancemethod (type name used to be "instance method") The module "new" has been replaced with a small backward compatibility placeholder in Python. A large portion of the patch simply removes the new module from various platform-specific build recipes. The following binary Mac project files still have references to it: Mac/Build/PythonCore.mcp Mac/Build/PythonStandSmall.mcp Mac/Build/PythonStandalone.mcp [I've tweaked the code layout and the doc strings here and there, and added a comment to types.py about StringTypes vs. basestring. --Guido]
-
- 19 Nis, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 04 Nis, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
permission from Paul Everitt). Also removed a few other references to Digital Creations and changed the remaining ones to Zope Corporation.
-
- 16 Şub, 2002 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
helper module _ssl. The support for the RAND_* APIs in _ssl is now only enabled for OpenSSL 0.9.5 and up since they were added in that release. Note that socketmodule.* should really be renamed to _socket.* -- unfortunately, this seems to lose the CVS history of the file. Please review and test... I was only able to test the header file chaos in socketmodule.c/h on Linux. The test run through fine and compiles don't give errors or warnings. WARNING: This patch does *not* include changes to the various non-Unix build process files.
-
- 17 Eki, 2001 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
- 22 Agu, 2001 1 kayıt (commit)
-
-
Barry Warsaw yazdı
level to 2.2a2+
-
- 02 Agu, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 22 Mar, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
This is SF patch # #409044, by Internet Discovery: "Update tcl/tk/tix versions".
-
- 27 Şub, 2001 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
Add note about linuxaudiodev possibly working on BSD
-