Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Checking in a bunch of spawn functions. These are only defined if we | Guido van Rossum | 1999-11-02 | 1 | -2/+80 |
| | | | | | | | | have fork and execv (and friends) but not spawnv. They operate exactly like the spawn functions on Windows. A limited set of needed constants is also defined (P_WAIT, P_NOWAIT etc.). Also add getenv() as a familiar alias for environ.get(). | ||||
* | - windowbounds() now works with multiple screens (window position prefs!) | Just van Rossum | 1999-10-30 | 1 | -5/+12 |
| | | | | | - Minor tab behavior tweak -- jvr | ||||
* | Very minor little things... -- jvr | Just van Rossum | 1999-10-30 | 1 | -4/+13 |
| | |||||
* | New __version__ number (1.0!) -- jvr | Just van Rossum | 1999-10-30 | 2 | -1/+1 |
| | |||||
* | Minor indentation cleanup -- jvr | Just van Rossum | 1999-10-30 | 1 | -1/+1 |
| | |||||
* | String values will now always be shown with quotes, so one can see the ↵ | Just van Rossum | 1999-10-30 | 1 | -3/+1 |
| | | | | difference between the value 2 and the value '2'. -- jvr | ||||
* | Change the suggestions pointer at the bottom of generated HTML pages. | Fred Drake | 1999-10-29 | 2 | -4/+4 |
| | |||||
* | Straighten out dependencies so changes in the texinputs/* get reflected. | Fred Drake | 1999-10-29 | 2 | -30/+32 |
| | |||||
* | pathes --> paths; typo reported by Gerry Wiener <gerry@ucar.edu>. | Fred Drake | 1999-10-29 | 1 | -1/+1 |
| | |||||
* | Added dependency on filecmp section, removed dependencies on cmp and | Fred Drake | 1999-10-29 | 1 | -2/+1 |
| | | | | cmpcache sections. | ||||
* | Make references to new filecmp module hyperlinks now that there's | Fred Drake | 1999-10-29 | 1 | -2/+2 |
| | | | | documentation. | ||||
* | Added section for filecmp. | Fred Drake | 1999-10-29 | 1 | -0/+1 |
| | |||||
* | filecmp documentation from Moshe Zadka <moshez@math.huji.ac.il>. | Fred Drake | 1999-10-29 | 1 | -0/+40 |
| | |||||
* | Added deprecation notes, in case anyone decides to read these anyway. | Fred Drake | 1999-10-26 | 2 | -0/+6 |
| | |||||
* | cmp and cmpcache are now obsolete, so don't include their | Fred Drake | 1999-10-26 | 1 | -2/+2 |
| | | | | documentation sections. | ||||
* | Added cmp and cmpcache to the "Obsolete" section. | Fred Drake | 1999-10-26 | 1 | -7/+14 |
| | |||||
* | New module by Moshe Zadka (submitted on Sept. 25). This unifies the | Guido van Rossum | 1999-10-26 | 1 | -0/+57 |
| | | | | | functionality of cmp.py and cmpcache.py, which are hereby declared obsolescent. | ||||
* | Patch by Michael Hudson: when the object of attribute expansion is a | Guido van Rossum | 1999-10-26 | 1 | -3/+26 |
| | | | | | class instance, include the class attributes in the list of possible expansions. | ||||
* | Fix by Moshe Zadka (cleaned up and documented by GvR) to break out the | Guido van Rossum | 1999-10-26 | 1 | -12/+27 |
| | | | | | request handling into separate parse_request() and handle_request() methods. | ||||
* | MrC also needs BAD_STATIC_FORWARD define. | Jack Jansen | 1999-10-26 | 1 | -0/+3 |
| | |||||
* | Fix PR117. The error message is "keywords must be strings". Perhaps | Guido van Rossum | 1999-10-26 | 1 | -0/+5 |
| | | | | | | | | not as descriptive as what Barry suggests, but this also catches the (in my opinion important) case where some other C code besides apply() constructs a kwdict that doesn't have the right format. All the other possibilities of getting it wrong (non-dict, wrong keywords etc) are already caught so this makes sense to check here. | ||||
* | Don't assume GNU tar -- generate tar file and compress in separate steps. | Greg Ward | 1999-10-23 | 1 | -12/+23 |
| | | | | | | Now supports the full range of intended formats (tar, ztar, gztar, zip). "-f" no longer a short option for "--formats" -- conflicts with new global option "--force"! | ||||
* | Removed massive comment speculating about needlessly complex variations | Greg Ward | 1999-10-23 | 1 | -139/+0 |
| | | | | on the manifest file syntax. | ||||
* | Qualified use of 'newer_group' function. | Greg Ward | 1999-10-23 | 1 | -1/+1 |
| | |||||
* | Fix how we run 'zip' -- give explicit .zip extension. | Greg Ward | 1999-10-23 | 1 | -1/+1 |
| | |||||
* | Documented Beep() function. | Fred Drake | 1999-10-22 | 1 | -3/+13 |
| | |||||
* | In helo() and ehlo(), Don't fail when gethostbyaddr() fails -- just | Guido van Rossum | 1999-10-22 | 1 | -2/+10 |
| | | | | keep whatever gethostname() returns. After a suggestion by Doug Wyatt. | ||||
* | Module/script to parse the reference count data file and make the | Fred Drake | 1999-10-20 | 1 | -0/+95 |
| | | | | | | | | | | information accessible to Python. When run as a script, just dumps the information back out in the data format, with functions in sorted order and a blank line between different functions. Still need to apply the information somehow. | ||||
* | Added note that Skip created the initial version of this file. | Fred Drake | 1999-10-20 | 1 | -17/+14 |
| | | | | Fixed up a few of his ??? comments. | ||||
* | Initial version as provided by Skip Montanaro <skip@mojam.com>. | Fred Drake | 1999-10-20 | 1 | -0/+906 |
| | |||||
* | Fix PR#107: wm_colormapwindows() did the wrong thing when presented | Guido van Rossum | 1999-10-20 | 1 | -1/+3 |
| | | | | more than one window argument. | ||||
* | Test output. | Guido van Rossum | 1999-10-19 | 1 | -0/+28 |
| | | | | | (XXX perhaps a bit too verbose; in particular it is sensitive to all the doc strings.) | ||||
* | Rewritten -- this now tests the binascii *except* for the binhex | Guido van Rossum | 1999-10-19 | 1 | -44/+85 |
| | | | | module, which is tested by test_binhex.py. | ||||
* | Test output for test_binhex.py. | Guido van Rossum | 1999-10-19 | 1 | -0/+1 |
| | |||||
* | Patch by Jason Trowbridge. (Followup to his PR#110.) (Slightly | Guido van Rossum | 1999-10-19 | 1 | -18/+69 |
| | | | | | | | | | | | | reformatted.) - Illegal padding is now ignored. (Recommendation by GvR.) - Padding no longer removes characters from data string (resulting in lost data/strings with negative lengths). - Illegal characters outside the ASCII range are now ignored, instead of possibly being remapped to a valid character. | ||||
* | This test really only tests the binhex module. | Guido van Rossum | 1999-10-19 | 1 | -2/+2 |
| | | | | Renamed it and adapted a comment and an error message. | ||||
* | John DuBois tells us that SCO OpenServer 5.0 and later requires _SVID3 | Guido van Rossum | 1999-10-19 | 1 | -0/+5 |
| | | | | before it reveals the needed definitions in sys/statvfs.h. | ||||
* | Fix PR#110 -- bad input ("====") for a2b_base64() caused it to call | Guido van Rossum | 1999-10-19 | 1 | -0/+2 |
| | | | | _PyString_Resize() with a negative size. | ||||
* | print a warning if the password will be echoed. | Jeremy Hylton | 1999-10-18 | 1 | -22/+26 |
| | | | | | | At import time, getpass will be bound to the appropriate platform-specific function. If the platform's echo-disabler is not available, default_getpass, which prints the warning, will be used | ||||
* | Fixed PR#106: winfo_visualsavailable() with the includeids=1 option | Guido van Rossum | 1999-10-18 | 1 | -3/+5 |
| | | | | didn't properly handle the hex numbers returned. | ||||
* | Fix for PR#111: when using the inplace option, give the new file the | Guido van Rossum | 1999-10-18 | 1 | -3/+15 |
| | | | | | same permissions as the old file, plugging a security hole. (Not using exactly the suggested bugfix.) | ||||
* | Fixed typo in explanation of abspath(); noticed by Paul Prescod | Fred Drake | 1999-10-18 | 1 | -1/+1 |
| | | | | <paul@prescod.net>. | ||||
* | os.fork raises AttributeError, not NameError, if fork() isn't | Fred Drake | 1999-10-18 | 1 | -1/+1 |
| | | | | supported. Pointed out by Moshe Zadka <moshez@math.huji.ac.il>. | ||||
* | Based on comments from Paul Prescod: | Fred Drake | 1999-10-16 | 1 | -2/+11 |
| | | | | | If os.fork() doesn't exist, raise SystemError with an explanation at the top of the module. Added a note to the module docstring. | ||||
* | Mainlining the string_methods branch. See branch revision log | Barry Warsaw | 1999-10-12 | 9 | -1022/+1818 |
| | | | | messages for specific changes. | ||||
* | update to use threading module instead of thread. | Jeremy Hylton | 1999-10-12 | 1 | -4/+4 |
| | |||||
* | fixed a typo in a docstring, and slightly expanded the module | Barry Warsaw | 1999-10-12 | 1 | -3/+2 |
| | | | | docstring info for readfp(). | ||||
* | Fix PR#66. Solution: add error checking around l_divmod() calls in | Guido van Rossum | 1999-10-11 | 1 | -4/+18 |
| | | | | long_pow(). | ||||
* | Fix PR#31 -- zfill() mishandles empty string. | Guido van Rossum | 1999-10-11 | 1 | -1/+1 |
| | |||||
* | Fix for PR#98 (Adrian Eyre) -- in instancemethod_repr, the funcname | Guido van Rossum | 1999-10-11 | 1 | -1/+1 |
| | | | | object is DECREFed too early. |