- 04 Apr, 2000 6 commits
-
-
Fred Drake authored
connect(), and connect_ex(). I didn't make these deprecation notices since it was never a documented feature.
-
Guido van Rossum authored
-
Guido van Rossum authored
backwards compatibility, and to avoid a revolution.
-
Guido van Rossum authored
Unix From lines, change the UnixMailbox class so that _search_start() positions the file *before* the Unix From line instead of after it; change _search_end() to skip one line before looking for the next From line. The rfc822.Message class automatically recognizes these Unix From lines and squirrels them away in the 'unixfrom' instance variable.
-
Greg Ward authored
- file_util.py: operations on single files - dir_util.py: operations on whole directories or directory trees - dep_util.py: simple timestamp-based dependency analysis - archive_util.py: creation of archive (tar, zip, ...) files The functions left in util.py are miscellany that don't fit in any of the new files.
-
Greg Ward authored
the Command class from core.py to cmd.py. No other code needs changing though; distutils.core still provides the Command and Distribution classes, although indirectly now.
-
- 03 Apr, 2000 11 commits
-
-
Guido van Rossum authored
-
Fred Drake authored
(Very rough.)
-
Fred Drake authored
Hopefully I got all this right!
-
Fred Drake authored
-
Fred Drake authored
Small cleanups noted by Detlef Lannert <lannert@lannert.rz.uni-duesseldorf.de>. Make the spelling of Unicode always uppercase.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
- 02 Apr, 2000 2 commits
-
-
Andrew M. Kuchling authored
untabifies the files. No actual code changes were made.
-
Andrew M. Kuchling authored
-
- 01 Apr, 2000 1 commit
-
-
Fred Drake authored
-
- 31 Mar, 2000 20 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
cvs2svn authored
-
Guido van Rossum authored
the website.
-
Guido van Rossum authored
directory, and so that people have a clue as to why it exists.
-
Guido van Rossum authored
distutils lurking in CVS logs that I probably haven't read. Oh well.
-
Guido van Rossum authored
1.5.2 was released, except those who contributed only to Doc files -- Fred has his own way of doing this. This doesn't mean that I've got everyone who contributed *before* 1.5.2 was released in here... :-(
-
Greg Ward authored
functions, but with different names.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Guido van Rossum authored
-
Guido van Rossum authored
pages of 4k entries each. This should fix compiler problems on some platforms.
-
Guido van Rossum authored
mechanism is enhanced to be more informative.
-
Andrew M. Kuchling authored
"man tcp" on Solaris says that TCP_NODELAY is defined in netinet/tcp.h, and the Open Groups Unix98 spec agrees (http://www.opengroup.org/onlinepubs/009619199/ninettcp.htm).
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-