Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sjoerd's StringIO speed-up | Guido van Rossum | 1996-06-19 | 1 | -7/+30 |
| | |||||
* | get rid of temporary README about Tommy's efforts | Guido van Rossum | 1996-06-17 | 1 | -27/+0 |
| | |||||
* | new simple dialog module, incompatible | Guido van Rossum | 1996-06-17 | 2 | -0/+154 |
| | |||||
* | Change defn of splitnport() to only accept valid digit strings. | Guido van Rossum | 1996-06-17 | 1 | -10/+9 |
| | |||||
* | Import marshal before using it :-( | Guido van Rossum | 1996-06-17 | 1 | -0/+1 |
| | |||||
* | Memoize _deepcopy_tuple() -- maybe this helps Tommy's problem. | Guido van Rossum | 1996-06-17 | 1 | -2/+6 |
| | |||||
* | Added splitnport(), which is like splitport() but returns a numeric port, | Guido van Rossum | 1996-06-13 | 1 | -0/+17 |
| | | | | | is forgiving about semi-numeric port numbers, and allows you to specify a default port (default is -1, None returned for nonnumeric port). | ||||
* | Bastionification utility (useful for rexec clients) | Guido van Rossum | 1996-06-11 | 1 | -0/+162 |
| | |||||
* | Add third arg to split(). Add capwords() -- which uses that. | Guido van Rossum | 1996-06-11 | 1 | -1/+15 |
| | |||||
* | Added capitalize() and capwords(). | Guido van Rossum | 1996-06-11 | 2 | -0/+20 |
| | |||||
* | regenerated files from IRIX 5.3 headers | Guido van Rossum | 1996-06-11 | 13 | -122/+1224 |
| | |||||
* | Support optional filename argument for retrieve() and urlretrieve(), | Guido van Rossum | 1996-06-11 | 1 | -8/+12 |
| | | | | | to specify where it should go (if specified, even local files will be copied into the given file). | ||||
* | small fix by Sjoerd | Guido van Rossum | 1996-06-10 | 1 | -3/+12 |
| | |||||
* | change DumbWriter to derive from NullWriter | Guido van Rossum | 1996-05-29 | 1 | -3/+4 |
| | |||||
* | optimizations due to Fred Drake; added urldefrag() function | Guido van Rossum | 1996-05-28 | 1 | -18/+35 |
| | |||||
* | Conversions between mac paths and URLs | Guido van Rossum | 1996-05-28 | 1 | -0/+76 |
| | |||||
* | Many improvements dure to Fred Drake | Guido van Rossum | 1996-05-28 | 1 | -57/+153 |
| | |||||
* | Docstringified and PASV support by Siebren (including new ftpcp() function). | Guido van Rossum | 1996-05-28 | 1 | -91/+171 |
| | |||||
* | fix typo in load_dynamic | Guido van Rossum | 1996-05-28 | 1 | -1/+1 |
| | |||||
* | Be more careful about default temp dir | Guido van Rossum | 1996-05-28 | 1 | -10/+20 |
| | |||||
* | added " def | Guido van Rossum | 1996-05-28 | 1 | -0/+1 |
| | |||||
* | Total rewrite | Guido van Rossum | 1996-05-28 | 1 | -58/+78 |
| | |||||
* | made it work again with changed Tkinter | Guido van Rossum | 1996-05-28 | 2 | -10/+38 |
| | |||||
* | Major overhaul: | Guido van Rossum | 1996-05-28 | 2 | -96/+202 |
| | | | | | | | | | | | | | | - Support ~[user] expansion. - Remember last directory and pattern; optional 'key' argument specifies different memory locations. - Absolutify pathnames if possible. - WM close event cancels the dialog. - First arg to go() can be either a directory or a file (renamed to dir_of_file); defaults to current directory. | ||||
* | don't export selection | Guido van Rossum | 1996-05-28 | 2 | -4/+4 |
| | |||||
* | added hdl protocol properties | Guido van Rossum | 1996-05-28 | 1 | -3/+3 |
| | |||||
* | removed history comment | Guido van Rossum | 1996-05-28 | 1 | -3/+0 |
| | |||||
* | add translate() -- which was in strop per release 1.3 | Guido van Rossum | 1996-05-28 | 2 | -0/+16 |
| | |||||
* | optimization of getheader() using a dictionary | Guido van Rossum | 1996-05-28 | 1 | -45/+33 |
| | |||||
* | Fix some obsolete names comments. | Guido van Rossum | 1996-05-28 | 1 | -12/+53 |
| | | | | | | | | | | | | | Change RHooks() interface to not require a 'rexec' instance argument; added set_rexec() method instead (which must be called by the RExec instance using this RHooks instance). Support dynamic loading of modules, at least for those modules that are ok built-in modules. Added new interfaces set_trusted_path() and load_dynamic() to RExec class (the default trusted path consists of all absolute pathnames in sys.path). Change copy_except() to actually try to delete the exceptions. | ||||
* | avoid eval() like the plague | Guido van Rossum | 1996-05-28 | 1 | -1/+2 |
| | |||||
* | change Mac creator/type | Guido van Rossum | 1996-05-28 | 1 | -2/+2 |
| | |||||
* | change return values of simple run* functions | Guido van Rossum | 1996-05-28 | 1 | -4/+3 |
| | |||||
* | removed unused globals | Guido van Rossum | 1996-05-28 | 1 | -1/+1 |
| | |||||
* | added setcontext and parsesequence; several small fixes | Guido van Rossum | 1996-05-28 | 1 | -6/+56 |
| | |||||
* | export error == IOError | Guido van Rossum | 1996-05-28 | 1 | -0/+2 |
| | |||||
* | bump version (sorry) | Guido van Rossum | 1996-05-28 | 1 | -1/+1 |
| | |||||
* | capitalize H3 headers; add 'cgi.' prefix to example code | Guido van Rossum | 1996-05-28 | 1 | -4/+4 |
| | |||||
* | added * and + operators | Guido van Rossum | 1996-05-28 | 1 | -0/+13 |
| | |||||
* | minor fix to mime header regex --Sjoerd | Guido van Rossum | 1996-05-28 | 1 | -1/+1 |
| | |||||
* | Auto-install on first import. | Guido van Rossum | 1996-05-28 | 2 | -0/+90 |
| | | | | Added quick reference. | ||||
* | more changes copied from Grail | Guido van Rossum | 1996-05-21 | 2 | -60/+98 |
| | |||||
* | Made Place.info == Pack.info | Guido van Rossum | 1996-05-16 | 2 | -2/+20 |
| | |||||
* | Yet another mini fix to pack/grid info. | Guido van Rossum | 1996-05-16 | 2 | -4/+4 |
| | |||||
* | Some more changes from the net... Typos, 4.0/4.1 issues, new tkButtonInvoke(). | Guido van Rossum | 1996-05-16 | 2 | -10/+50 |
| | |||||
* | Resync with Grail's Tkinter.py. | Guido van Rossum | 1996-05-16 | 2 | -390/+680 |
| | |||||
* | Set the base for atoi() and atol() to 0, since we're reading Python | Guido van Rossum | 1996-05-15 | 1 | -3/+3 |
| | | | | | numbers here, and so that atol() doesn't barf on the trailing 'L'. Add a test case involving a long integer. | ||||
* | Don't atoi() the memo key. | Guido van Rossum | 1996-04-12 | 1 | -7/+16 |
| | | | | Use atoi(), atol(), atof() instead of load_atomic for seed-up. | ||||
* | Subtlety: ~root/a should expand to /a, not //a. Everything else unchanged. | Guido van Rossum | 1996-04-02 | 1 | -0/+1 |
| | |||||
* | Update reference (it's now RFC 1808); added http to list of protocols | Guido van Rossum | 1996-03-29 | 1 | -9/+3 |
| | | | | that use parameters. |