1999-09-13 |
Greg Ward | New command -- install_ext to install extension modules. |
commit | commitdiff | tree | snapshot |
1999-09-13 |
Greg Ward | Added 'newer_pairwise()' and 'newer_group()'. |
commit | commitdiff | tree | snapshot |
1999-09-13 |
Greg Ward | Added 'output_dir' attribute, and 'output_dir' paramete... |
commit | commitdiff | tree | snapshot |
1999-09-13 |
Greg Ward | Fixed some goofs in 'alias_options'. |
commit | commitdiff | tree | snapshot |
1999-09-10 |
Fred Drake | Message.__delitem__(): If the key doesn't exist in... |
commit | commitdiff | tree | snapshot |
1999-09-10 |
Guido van Rossum | Fix for PR#74 -- use int() instead of eval() to extract... |
commit | commitdiff | tree | snapshot |
1999-09-09 |
Barry Warsaw | canonic(): This used to be equivalent to str() but... |
commit | commitdiff | tree | snapshot |
1999-09-09 |
Barry Warsaw | Pdb.lineinfo(): Don't use os.popen('egrep ...') to... |
commit | commitdiff | tree | snapshot |
1999-09-09 |
Guido van Rossum | It appears that inet_aton() doesn't really exist except... |
commit | commitdiff | tree | snapshot |
1999-09-09 |
Guido van Rossum | Make the maxsize constructor argument default to 0... |
commit | commitdiff | tree | snapshot |
1999-09-09 |
Fred Drake | Added keyword parameter support to all public interface... |
commit | commitdiff | tree | snapshot |
1999-09-09 |
Fred Drake | Name the parameter to expr() and suite() "source" inste... |
commit | commitdiff | tree | snapshot |
1999-09-09 |
Guido van Rossum | A few new TODO entries. |
commit | commitdiff | tree | snapshot |
1999-09-08 |
Barry Warsaw | call_trace(): A fix for PR#73, if an exception occurred... |
commit | commitdiff | tree | snapshot |
1999-09-08 |
Greg Ward | Changed to reflect the new "command options" regime... |
commit | commitdiff | tree | snapshot |
1999-09-08 |
Greg Ward | Careful rethink of command options, distribution option... |
commit | commitdiff | tree | snapshot |
1999-09-08 |
Greg Ward | Ditched redundant docstrings and comments (overlap... |
commit | commitdiff | tree | snapshot |
1999-09-08 |
Greg Ward | Ditched '_gen_preprocess_options()' and '_gen_lib_optio... |
commit | commitdiff | tree | snapshot |
1999-09-08 |
Greg Ward | os.name is "posix" or "nt" or we don't care. |
commit | commitdiff | tree | snapshot |
1999-09-08 |
Greg Ward | [from 1999/08/28] |
commit | commitdiff | tree | snapshot |
1999-09-07 |
Guido van Rossum | Fixed memory leak in ratecv, in response to PR#72.... |
commit | commitdiff | tree | snapshot |
1999-09-06 |
Andrew M. Kuchling | Fixed 'return EOFError' that should be 'raise EOFError... |
commit | commitdiff | tree | snapshot |
1999-09-03 |
Guido van Rossum | Correct typo in AddressList.__getitem__. By Moshe... |
commit | commitdiff | tree | snapshot |
1999-09-02 |
Guido van Rossum | Fix indent error in __format(): del context[objid]... |
commit | commitdiff | tree | snapshot |
1999-08-29 |
Greg Ward | Patch from Perry Stoll: caught up with changes in CComp... |
commit | commitdiff | tree | snapshot |
1999-08-29 |
Greg Ward | Patch from Perry Stoll: tweaks to Windows support. |
commit | commitdiff | tree | snapshot |
1999-08-29 |
Greg Ward | Patch from Perry Stoll: support for Windows. |
commit | commitdiff | tree | snapshot |
1999-08-29 |
Greg Ward | Patch from Perry Stoll: import types module. |
commit | commitdiff | tree | snapshot |
1999-08-29 |
Greg Ward | Patch from Perry Stoll: typo fix, make sure we only... |
commit | commitdiff | tree | snapshot |
1999-08-29 |
Greg Ward | Patch from Perry Stoll: OK for list of modules to be... |
commit | commitdiff | tree | snapshot |
1999-08-29 |
Greg Ward | Patch from Perry Stoll: pass 'build_info' to link method. |
commit | commitdiff | tree | snapshot |
1999-08-29 |
Greg Ward | Patch from Perry Stoll: |
commit | commitdiff | tree | snapshot |
1999-08-29 |
Greg Ward | Added msvccompiler module exactly as supplied by Perry... |
commit | commitdiff | tree | snapshot |
1999-08-27 |
Guido van Rossum | Patch by Mark Hammond to avoid certain header files... |
commit | commitdiff | tree | snapshot |
1999-08-27 |
Guido van Rossum | Tiny patch by Mark Hammond to avoid sys/types.h if... |
commit | commitdiff | tree | snapshot |
1999-08-27 |
Fred Drake | Added descriptions of the t#, w, and w# PyArg_ParseTupl... |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Guido van Rossum | Add Python Documentation entry to Help menu. |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Guido van Rossum | Find the help.txt file relative to __file__ or "."... |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Fred Drake | Update the instructions slightly. |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Fred Drake | Removed; no longer needed now that the other tools... |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Fred Drake | feed(): Added support for ESIS '&' lines. |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Fred Drake | Remove use of fixgenents.sh; no longer needed. |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Fred Drake | Specify: \geq --> ≥ |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Fred Drake | Conversion.subconvert(): Added support for "entityref... |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Fred Drake | write_esis(): Added support for ENTITY_REFERENCE nodes. |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Fred Drake | convert(): Add support for ESIS '&' lines, and make... |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Fred Drake | posix_putenv(): Constrain memory leakage when setting... |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Guido van Rossum | Doco update from Sjoerd Mullender. |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Guido van Rossum | Sjoerd Mullender writes: |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Guido van Rossum | Sjoerd Mullender writes: |
commit | commitdiff | tree | snapshot |
1999-08-24 |
Fred Drake | Added paragraph explaining that except clauses can... |
commit | commitdiff | tree | snapshot |
1999-08-24 |
Fred Drake | Added sentence "All exceptions must have an executable... |
commit | commitdiff | tree | snapshot |
1999-08-24 |
Fred Drake | Added additional index entries. |
commit | commitdiff | tree | snapshot |
1999-08-23 |
Fred Drake | whrandom should come immediately after random, not... |
commit | commitdiff | tree | snapshot |
1999-08-23 |
Fred Drake | Clarified start parameter to Py_CompileString, documented |
commit | commitdiff | tree | snapshot |
1999-08-23 |
Jack Jansen | Removed availabe() method again: even on PPC it sometim... |
commit | commitdiff | tree | snapshot |
1999-08-23 |
Jack Jansen | Return MacOS.Error in stead of RuntimeError in case... |
commit | commitdiff | tree | snapshot |
1999-08-20 |
Guido van Rossum | Port inet_ntoa and inet_aton to Windows: |
commit | commitdiff | tree | snapshot |
1999-08-20 |
Guido van Rossum | Add calls to self.protocol("WM_DELETE_WINDOW", self... |
commit | commitdiff | tree | snapshot |
1999-08-20 |
Guido van Rossum | Patch by Ben Gertzfield to add inet_aton() and inet_nto... |
commit | commitdiff | tree | snapshot |
1999-08-20 |
Fred Drake | rewrite_descriptor(): Fix bug that dropped the first... |
commit | commitdiff | tree | snapshot |
1999-08-20 |
Fred Drake | Oops, better update the date on the .TH line. |
commit | commitdiff | tree | snapshot |
1999-08-20 |
Fred Drake | Various updates, mostly to add information to the SEE... |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Barry Warsaw | A nit to make Fred proud. |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Greg Ward | Oops, call 'os.path.join()'! |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Fred Drake | Tell what the result objects are (based on comment... |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Guido van Rossum | Scrit by Marc-Andre Lemburg to generate htmlentitydefs.py. |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Guido van Rossum | New version by Mark-Andre Lemburg (generated by a scrip... |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Fred Drake | Added item regarding random/whrandom. |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Guido van Rossum | Added disclaimer to the sleep() function. |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Guido van Rossum | In floatsleep(), when using select(), ignore EINTR... |
commit | commitdiff | tree | snapshot |
1999-08-18 |
Guido van Rossum | Patches by Michael Reilly to correctly deal with ftp... |
commit | commitdiff | tree | snapshot |
1999-08-18 |
Barry Warsaw | Bump to version 1.1 |
commit | commitdiff | tree | snapshot |
1999-08-18 |
Barry Warsaw | __update(): Jeremy Hylton reports occurances of sunaudi... |
commit | commitdiff | tree | snapshot |
1999-08-18 |
Guido van Rossum | Typo in comment (on Mac, it's the *resource* fork that... |
commit | commitdiff | tree | snapshot |
1999-08-18 |
Guido van Rossum | Patches by Michael Reilly to correctly deal with ftp... |
commit | commitdiff | tree | snapshot |
1999-08-18 |
Guido van Rossum | Add Tim Peters' shuffle() algorithm. |
commit | commitdiff | tree | snapshot |
1999-08-14 |
Greg Ward | Implements the 'build_ext' command for building C/C... |
commit | commitdiff | tree | snapshot |
1999-08-14 |
Greg Ward | Module to spawn sub-commands in a platform-independent... |
commit | commitdiff | tree | snapshot |
1999-08-14 |
Greg Ward | Changed to use 'spawn()', now that it exists. |
commit | commitdiff | tree | snapshot |
1999-08-14 |
Greg Ward | Added 'verbose' and 'dry_run' flags to CCompiler constr... |
commit | commitdiff | tree | snapshot |
1999-08-14 |
Greg Ward | Comment tweak. |
commit | commitdiff | tree | snapshot |
1999-08-14 |
Greg Ward | Better detection of bad entries in option table. |
commit | commitdiff | tree | snapshot |
1999-08-14 |
Greg Ward | Added DistutilsExecError, DistutilsValueError. |
commit | commitdiff | tree | snapshot |
1999-08-13 |
Barry Warsaw | Initial implementation |
commit | commitdiff | tree | snapshot |
1999-08-13 |
Fred Drake | Explain the possible range of values for the pid parame... |
commit | commitdiff | tree | snapshot |
1999-08-11 |
Barry Warsaw | Initial revision |
commit | commitdiff | tree | snapshot |
1999-08-11 |
Guido van Rossum | Moshe noticed an inconsistency in his comment, so I... |
commit | commitdiff | tree | snapshot |
1999-08-11 |
Guido van Rossum | Patch inspired by Moshe Zadka to search for the Icons... |
commit | commitdiff | tree | snapshot |
1999-08-11 |
Guido van Rossum | Patch by Paul Sokolovsky to support the get() method. |
commit | commitdiff | tree | snapshot |
1999-08-10 |
Barry Warsaw | (py-shell): Set the default shell if not set yet. ... |
commit | commitdiff | tree | snapshot |
1999-08-10 |
Greg Ward | Allow comment characters (#) to be escaped: |
commit | commitdiff | tree | snapshot |
1999-08-10 |
Andrew M. Kuchling | Added __del__ method to GzipFile class that will flush... |
commit | commitdiff | tree | snapshot |
1999-08-09 |
Fred Drake | In note mentioning [].remove()'s exception, tell what... |
commit | commitdiff | tree | snapshot |
1999-08-09 |
Guido van Rossum | Patch by Marc-Andre Lemburg to add a bunch more symbols. |
commit | commitdiff | tree | snapshot |
1999-08-07 |
Guido van Rossum | Ofir Reichenberg suggested to apply htonl() to grpaddr... |
commit | commitdiff | tree | snapshot |
1999-08-05 |
Fred Drake | Add index entries for open(): |
commit | commitdiff | tree | snapshot |
1999-08-05 |
Fred Drake | Add index entry "I/O control, buffering" for fdopen(). |
commit | commitdiff | tree | snapshot |
1999-08-05 |
Fred Drake | Add index entry "I/O control, buffering" for makefile(). |
commit | commitdiff | tree | snapshot |
1999-08-04 |
Guido van Rossum | Vladimir Marangozov fixes an AIX-specific problem,... |
commit | commitdiff | tree | snapshot |
next |