- 04 Jan, 1999 4 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 03 Jan, 1999 7 commits
-
-
Guido van Rossum authored
create a directory and moer the original file to the index.html.
-
Guido van Rossum authored
conflict, and it should be declared in time.h anyway. (Too bad if gcc -Wall won't be happy if it isn't declared...)
-
Guido van Rossum authored
In other words, hex(sys.hexversion) == 0x010502b2 for Python 1.5.2b2. This is derived from the new variable PY_VERSION_HEX defined in patchlevel.h. (Cute, eh?)
-
Guido van Rossum authored
-
Guido van Rossum authored
The version numbers are now exported by Python.h. Also rolled back the API version change -- it's back to 1007!
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 02 Jan, 1999 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
Much has changed -- too much, in fact, to write down. The big news is that there's a standard way to write IDLE extensions; see extend.txt. Some sample extensions have been provided, and some existing code has been converted to extensions. Probably the biggest new user feature is a new search dialog with more options, search and replace, and even search in files (grep). This is exactly as downloaded from my laptop after returning from the holidays -- it hasn't even been tested on Unix yet.
-
- 31 Dec, 1998 1 commit
-
-
Andrew M. Kuchling authored
to the flush() method of compressor objects.
-
- 29 Dec, 1998 1 commit
-
-
Barry Warsaw authored
-
- 28 Dec, 1998 9 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
and what it doesn't apply to.
-
Fred Drake authored
-
Fred Drake authored
processed. This can be interesting to see.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
"^"s were being dropped in the context of [^...]).
-
Fred Drake authored
only expand this in dependency lists. Thanks for Sjoerd Mullendar for pointing this out.
-
- 27 Dec, 1998 1 commit
-
-
Barry Warsaw authored
Pick's emailed account.
-
- 23 Dec, 1998 9 commits
-
-
Guido van Rossum authored
interact() automatically uses this on Windows (where the single-threaded version doesn't work).
-
Guido van Rossum authored
Extended the rfc822 parsedate routines to handle the cases they failed on in an archive of ~37,000 messages. I believe the changes are compatible, in that all previously correct parsing are still correct. [I still see problems with some messages, but no showstoppers.]
-
Guido van Rossum authored
Add a class to mailbox.py for dealing with qmail directory mailboxes. The test code was extended to notice these being used as well.
-
Guido van Rossum authored
field assumed to be the time is in fact the year, the resulting list doesn't have enough items, and this isn't checked for. Return None instead.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Patch and suggestion by Greg Couch.
-
Guido van Rossum authored
-
- 22 Dec, 1998 6 commits
-
-
Fred Drake authored
In a number of places, I called next_argument() instead of next_argument_id() when the ID was also needed. (7 places)
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
cvs2svn authored
-