| Commit message (Expand) | Author | Age | Files | Lines |
* | Tim Peters: | Guido van Rossum | 1999-02-08 | 1 | -42/+40 |
|
|
* | Put a try-except around the "image delete" call in Image.__del__ to | Guido van Rossum | 1999-02-08 | 1 | -2/+6 |
|
|
* | Ehm, when we don't need to byteswap the data, don't go through an | Guido van Rossum | 1999-02-05 | 1 | -6/+4 |
|
|
* | Two important fixes: | Guido van Rossum | 1999-02-05 | 1 | -3/+12 |
|
|
* | The encoding type was wrong, I think. | Guido van Rossum | 1999-02-05 | 1 | -0/+0 |
|
|
* | Should open files in binary mode! | Guido van Rossum | 1999-02-05 | 1 | -9/+2 |
|
|
* | Shouldn't be treating linear-8 as u-law! | Guido van Rossum | 1999-02-05 | 1 | -1/+2 |
|
|
* | New test for ntpath module | Guido van Rossum | 1999-02-03 | 2 | -0/+43 |
|
|
* | New splitdrive() that knows about UNC paths (e.g., network paths like | Guido van Rossum | 1999-02-03 | 1 | -26/+50 |
|
|
* | Fredrik Lundh fixes Sjoerd's patch... | Guido van Rossum | 1999-02-02 | 1 | -7/+7 |
|
|
* | Patch by Sjoerd Mullender to placate /F: | Guido van Rossum | 1999-02-02 | 1 | -4/+12 |
|
|
* | Special-case _P_WAIT etc. for NT. | Guido van Rossum | 1999-02-01 | 1 | -4/+7 |
|
|
* | Patch by Sjoerd Mullender for better compatibility with the version | Guido van Rossum | 1999-02-01 | 1 | -0/+25 |
|
|
* | From: Mike Orr <mso@oz.net> | Guido van Rossum | 1999-01-30 | 1 | -1/+1 |
|
|
* | Embarrassing: remove a debug print statement from set_break() for the | Guido van Rossum | 1999-01-29 | 1 | -1/+0 |
|
|
* | Use win32api.GetFullPathName(path) if it exists to implement abspath(). | Guido van Rossum | 1999-01-29 | 1 | -3/+7 |
|
|
* | Support a canonical() method, implementable by a derived class, to be | Guido van Rossum | 1999-01-29 | 1 | -6/+20 |
|
|
* | Add abspath() | Guido van Rossum | 1999-01-29 | 4 | -0/+28 |
|
|
* | Added a -s option which is useful for narrowing down memory leaks. | Barry Warsaw | 1999-01-28 | 1 | -4/+42 |
|
|
* | Added a new test for old filter() memory leak | Barry Warsaw | 1999-01-28 | 1 | -0/+17 |
|
|
* | Improvement of b/w compat note in help text for clear, by Richard Wolff. | Guido van Rossum | 1999-01-28 | 1 | -1/+2 |
|
|
* | Slight reworking of this test. If nis.maps() gives a nis.error, then | Barry Warsaw | 1999-01-28 | 1 | -2/+5 |
|
|
* | Get rid of do_clear_break / do_clb command -- it is redundant. | Guido van Rossum | 1999-01-27 | 1 | -20/+0 |
|
|
* | Re-format the module docstring and document the new get() argument. | Barry Warsaw | 1999-01-26 | 1 | -26/+29 |
|
|
* | Patch by Chris Petrilli (not really tested since I don't know this | Guido van Rossum | 1999-01-26 | 1 | -6/+17 |
|
|
* | The usual. | Guido van Rossum | 1999-01-25 | 5 | -4/+139 |
|
|
* | Allow recognition of attributes even if they don't have space in front | Fred Drake | 1999-01-25 | 1 | -1/+1 |
|
|
* | Don't die if CodeType doesn't exist -- ignore the error. This could | Guido van Rossum | 1999-01-25 | 1 | -1/+4 |
|
|
* | Correct typo in new function get_breaks(). | Guido van Rossum | 1999-01-25 | 1 | -1/+1 |
|
|
* | Change clear syntax to support three alternatives: | Guido van Rossum | 1999-01-25 | 1 | -3/+47 |
|
|
* | Change clear_break() to the old signature clear_break(file, line). | Guido van Rossum | 1999-01-25 | 1 | -26/+40 |
|
|
* | Enable os.path as a mostly-normal submodule, including "from os.path | Fred Drake | 1999-01-19 | 1 | -0/+2 |
|
|
* | Added 'warn' method. | Greg Ward | 1999-01-18 | 1 | -1/+10 |
|
|
* | Added doc strings to the exception classes. | Guido van Rossum | 1999-01-15 | 1 | -3/+29 |
|
|
* | Patch by Piers Lauder: make exceptions classes. | Guido van Rossum | 1999-01-15 | 1 | -14/+13 |
|
|
* | Test the rfc822.py module. Contains just a few simple cases, and some | Barry Warsaw | 1999-01-14 | 2 | -0/+83 |
|
|
* | Message.getaddrlist(): This now handles multiple occurances of the | Barry Warsaw | 1999-01-14 | 1 | -12/+21 |
|
|
* | In rcpt(), avoid a space after the TO: address when the option list is | Guido van Rossum | 1999-01-14 | 1 | -2/+2 |
|
|
* | Change the order of the utime() and the chmod() call in copystat(). | Guido van Rossum | 1999-01-14 | 1 | -1/+1 |
|
|
* | Added: mems.lib.text_file: provides TextFile class for parsing text | Greg Ward | 1999-01-13 | 1 | -0/+206 |
|
|
* | A gift from Sam Rushing - modules asyncore and asynchat for the | Guido van Rossum | 1999-01-12 | 2 | -0/+743 |
|
|
* | DumbWriter.send_paragraph(): Fix problem with DumbWriter reported to | Fred Drake | 1999-01-12 | 1 | -1/+1 |
|
|
* | get_config_h_filename(): Fix to work with current Python | Fred Drake | 1999-01-11 | 1 | -2/+2 |
|
|
* | Added some more comments. | Guido van Rossum | 1999-01-10 | 1 | -13/+15 |
|
|
* | FieldStorage.__init__(): if there is no content-type header, use | Barry Warsaw | 1999-01-08 | 1 | -2/+24 |
|
|
* | Fixed bug in the common-case code for HTTP URLs; it would lose the query, | Andrew M. Kuchling | 1999-01-06 | 1 | -4/+7 |
|
|
* | Constants for [f]statvfs() (new in posixmodule.c) by Steve Clift. | Guido van Rossum | 1999-01-06 | 1 | -0/+20 |
|
|
* | Update and add docstrings. | Fred Drake | 1999-01-06 | 1 | -5/+13 |
|
|
* | Move brief descriptions of what() and whathdr() to docstrings in the | Fred Drake | 1999-01-06 | 1 | -8/+2 |
|
|
* | Another patch from Fred: factored _init_posix into | Greg Ward | 1999-01-06 | 1 | -18/+37 |
|
|