- 01 Tem, 2000 40 kayıt (commit)
-
-
Fredrik Lundh yazdı
- minor comment touchups in the C module
-
Fred Drake yazdı
-
Tim Peters yazdı
-
Paul Prescod yazdı
-
Paul Prescod yazdı
-
Paul Prescod yazdı
-
Fredrik Lundh yazdı
-- changed 1.6 to 2.0 in the file headers -- fixed ISALNUM macro for the unicode locale. this solution isn't perfect, but the best I can do with Python's current unicode database.
-
Fred Drake yazdı
Usage error noted by Grant Griffin <grant.griffin@iowegian.com>.
-
Fred Drake yazdı
Usage error noted by Grant Griffin <grant.griffin@iowegian.com>.
-
Andrew M. Kuchling yazdı
-
Paul Prescod yazdı
-
Just van Rossum yazdı
-
Fredrik Lundh yazdı
to 8-bit strings, using the default encoding.
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
Paul Prescod yazdı
-
Andrew M. Kuchling yazdı
- distutils: Windows installers are already working - string methods: .join() seems to be the concensus, so it should probably be docommented - filecmp.py supersedes cmp, cmpcache and dircmp - winreg is completely new: _winreg is an adaptation of what used to be in win32api, and winreg is a Python implementation which adds OO syntax. Perhaps you know that, but the text is misleading.
-
Guido van Rossum yazdı
Similar to an old bug in ntpath.py.
-
Fred Drake yazdı
splittype(): Always lower-case the URL scheme; these are supposed to be normalized according to RFC 1738 anyway.
-
Fred Drake yazdı
getatime() returned the mtime instead of the atime. Similar to an old bug in posixpath.py.
-
Fred Drake yazdı
Correct typo that caused a well-formedness failure.
-
Paul Prescod yazdı
-
Barry Warsaw yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
They should all be binary (cvs admin -kv has now been applied).
-
Guido van Rossum yazdı
-
Mark Hammond yazdı
-
Fred Drake yazdı
the bind(), connect(), and connect_ex() methods must be a single parameter. Originally part of 1.98, reverted in 1.100.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
changes to the bsddb source.
-
Mark Hammond yazdı
-
Mark Hammond yazdı
-
Mark Hammond yazdı
Update all projects so Debug builds use "/Zi" instead of "/ZI", which means everything should still build under MSVC5 NOTE: All these projects had messed-up line endings (but MSVC didnt mind). Executing a diff with "--ignore-all-space" will show the specific changes, but I made a complete checkin with correct line endiings as it is the correct thing to do!
-
Tim Peters yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Include limits.h if we have it.
-
Guido van Rossum yazdı
If we have stat.h include it if we don't have sys/stat.h
-
Guido van Rossum yazdı
Include stat.h if needed; different Mac filename compare
-