summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Added 'output_dir' parameter to 'compile()' and 'link_shared_object().Greg Ward1999-09-131-22/+83
* New command -- install_ext to install extension modules.Greg Ward1999-09-131-0/+38
* Added 'newer_pairwise()' and 'newer_group()'.Greg Ward1999-09-131-16/+133
* Added 'output_dir' attribute, and 'output_dir' parameter to several methodGreg Ward1999-09-131-6/+33
* Fixed some goofs in 'alias_options'.Greg Ward1999-09-131-2/+15
* Message.__delitem__(): If the key doesn't exist in the dictionary,Fred Drake1999-09-101-5/+5
* Fix for PR#74 -- use int() instead of eval() to extract the exponent.Guido van Rossum1999-09-101-1/+1
* canonic(): This used to be equivalent to str() but that caused tooBarry Warsaw1999-09-091-6/+9
* Pdb.lineinfo(): Don't use os.popen('egrep ...') to find the line inBarry Warsaw1999-09-091-8/+23
* It appears that inet_aton() doesn't really exist except in libresolv;Guido van Rossum1999-09-091-20/+3
* Make the maxsize constructor argument default to 0 (an unlimited queue size).Guido van Rossum1999-09-091-1/+1
* Added keyword parameter support to all public interfaces; keywordFred Drake1999-09-091-62/+76
* Name the parameter to expr() and suite() "source" instead of "string".Fred Drake1999-09-091-6/+6
* A few new TODO entries.Guido van Rossum1999-09-091-0/+4
* call_trace(): A fix for PR#73, if an exception occurred in theBarry Warsaw1999-09-081-0/+8
* Changed to reflect the new "command options" regime -- in particular,Greg Ward1999-09-082-14/+22
* Careful rethink of command options, distribution options, distributionGreg Ward1999-09-081-26/+108
* Ditched redundant docstrings and comments (overlap with ccompiler.py).Greg Ward1999-09-081-111/+20
* Ditched '_gen_preprocess_options()' and '_gen_lib_options()' -- they'reGreg Ward1999-09-081-68/+8
* os.name is "posix" or "nt" or we don't care.Greg Ward1999-09-081-1/+97
* [from 1999/08/28]Greg Ward1999-09-081-2/+2
* Fixed memory leak in ratecv, in response to PR#72. By Sjoerd Mullender.Guido van Rossum1999-09-071-8/+18
* Fixed 'return EOFError' that should be 'raise EOFError', caught byAndrew M. Kuchling1999-09-061-1/+1
* Correct typo in AddressList.__getitem__. By Moshe Zadka.Guido van Rossum1999-09-031-1/+1
* Fix indent error in __format(): del context[objid] at the end shouldGuido van Rossum1999-09-021-1/+2
* Patch from Perry Stoll: caught up with changes in CCompiler necessary (?)Greg Ward1999-08-291-8/+21
* Patch from Perry Stoll: tweaks to Windows support.Greg Ward1999-08-291-1/+6
* Patch from Perry Stoll: support for Windows.Greg Ward1999-08-291-10/+29
* Patch from Perry Stoll: import types module.Greg Ward1999-08-291-0/+1
* Patch from Perry Stoll: typo fix, make sure we only compile .py files.Greg Ward1999-08-292-12/+18
* Patch from Perry Stoll: OK for list of modules to be empty.Greg Ward1999-08-291-0/+4
* Patch from Perry Stoll: pass 'build_info' to link method.Greg Ward1999-08-291-2/+1
* Patch from Perry Stoll:Greg Ward1999-08-291-6/+19
* Added msvccompiler module exactly as supplied by Perry Stoll.Greg Ward1999-08-291-0/+317
* Patch by Mark Hammond to avoid certain header files on Windows/CE.Guido van Rossum1999-08-273-1/+14
* Tiny patch by Mark Hammond to avoid sys/types.h if we don't have itGuido van Rossum1999-08-271-2/+4
* Added descriptions of the t#, w, and w# PyArg_ParseTuple() formatFred Drake1999-08-271-0/+21
* Add Python Documentation entry to Help menu.Guido van Rossum1999-08-261-0/+3
* Find the help.txt file relative to __file__ or ".", not in sys.path.Guido van Rossum1999-08-261-8/+14
* Update the instructions slightly.Fred Drake1999-08-261-4/+44
* Removed; no longer needed now that the other tools can handle entityFred Drake1999-08-261-24/+0
* feed(): Added support for ESIS '&' lines.Fred Drake1999-08-261-1/+4
* Remove use of fixgenents.sh; no longer needed.Fred Drake1999-08-261-5/+4
* Specify: \geq --> ≥Fred Drake1999-08-261-4/+12
* Conversion.subconvert(): Added support for "entityref" parametersFred Drake1999-08-261-0/+7
* write_esis(): Added support for ENTITY_REFERENCE nodes.Fred Drake1999-08-261-40/+44
* convert(): Add support for ESIS '&' lines, and make sure we don'tFred Drake1999-08-261-0/+5
* posix_putenv(): Constrain memory leakage when setting the sameFred Drake1999-08-261-3/+24
* Doco update from Sjoerd Mullender.Guido van Rossum1999-08-262-23/+29
* Sjoerd Mullender writes:Guido van Rossum1999-08-261-30/+48