summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added 'debug' flag to 'find_library_file()', and changed code to handle it.Greg Ward2000-08-041-6/+11
* Added 'debug' flag to 'find_library_file()'.Greg Ward2000-08-042-4/+6
* test the non-multipart sections of the cgi moduleJeremy Hylton2000-08-032-0/+196
* Break the "Python Services" chapter into two: "Python Runtime Services"Fred Drake2000-08-034-17/+30
* Remove very long doc string (it's all in the docs)Jeremy Hylton2000-08-031-399/+3
* Added descriptions of the new parser markers for PyArg_ParseTuple().Marc-André Lemburg2000-08-031-16/+77
* Python code coverage tool by Skip Montanaro and Andrew DalkeJeremy Hylton2000-08-031-0/+661
* This patch finalizes the move from UTF-8 to a default encoding inMarc-André Lemburg2000-08-034-65/+109
* Remove the tp_print handler.Fred Drake2000-08-031-31/+27
* add a bit more legal junkGreg Stein2000-08-032-16/+32
* \py@varvars: Merge the various definitions to be the simplist one thatFred Drake2000-08-031-5/+2
* int() description: Fix markup to avoid image generation for math mode.Fred Drake2000-08-031-5/+6
* Checking in empty tests for urlparse, as future place holdersMoshe Zadka2000-08-032-0/+1
* do_cmd_moreargs(),Fred Drake2000-08-031-4/+8
* Remobe beopen/cnri/cwi copyrights, according to CNRI instructions.Guido van Rossum2000-08-033-30/+0
* -- added recursion limit (currently ~10,000 levels)Fredrik Lundh2000-08-034-158/+183
* Changing the CNRI copyright notice according to CNRI's instructions.Guido van Rossum2000-08-039-9/+9
* TESTOPTS: Since gc is enabled by default now (this may change for theBarry Warsaw2000-08-031-1/+1
* Added a -l/--leakdebug option which turns on DEBUG_LEAK if the gcBarry Warsaw2000-08-031-12/+23
* Added output for testsuite for new zip() builtin.Barry Warsaw2000-08-031-0/+1
* Added testsuite for new zip() builtin.Barry Warsaw2000-08-031-0/+36
* Both PEP 201 Lockstep Iteration and SF patch #101030 have beenBarry Warsaw2000-08-031-0/+9
* Both PEP 201 Lockstep Iteration and SF patch #101030 have beenBarry Warsaw2000-08-031-0/+56
* Comment out repeated-group test for the momentAndrew M. Kuchling2000-08-031-1/+1
* Use METH_OLDARGS instead of numeric constant 0 in method def. tablesAndrew M. Kuchling2000-08-039-55/+78
* Added #define for oldest version of argument callingAndrew M. Kuchling2000-08-031-0/+1
* Add nasty test case that overflows the stack with a repeated groupAndrew M. Kuchling2000-08-031-0/+4
* Use METH_VARARGS instead of numeric constant 1 in method def. tablesAndrew M. Kuchling2000-08-0312-108/+179
* Use METH_VARARGS instead of numeric constant 1Andrew M. Kuchling2000-08-031-12/+22
* Rob Hooft <rob@hooft.net>:Fred Drake2000-08-021-2/+8
* Rob Hooft (Patch #101046): use PyArg_ParseTuple everywhere.Guido van Rossum2000-08-021-21/+27
* Fix for bug #110651 (Jitterbug PR#343): only use the low 8 bits of an octalAndrew M. Kuchling2000-08-021-1/+1
* Adding a LICENSE file so we can have it in the 1.6 release.Guido van Rossum2000-08-021-0/+1
* Typo fix.Greg Ward2000-08-021-1/+1
* Added 'wininst' to the 'format_commands' list, so it's included inGreg Ward2000-08-021-3/+6
* Added 'execute()' method, a thin wrapper around 'util.execute() (just likeGreg Ward2000-08-021-1/+4
* Replaced 'execute()' method with a thin wrapper around 'util.execute()'.Greg Ward2000-08-021-25/+1
* Added the 'execute()' function (moved here from cmd.py with minor tweakage).Greg Ward2000-08-021-0/+26
* Rene Liebscher: fix 'skipping byte-compilation' message for grammaticalGreg Ward2000-08-021-1/+1
* Latest version from Rene Liebscher; major changes:Greg Ward2000-08-021-107/+230
* Rene Liebscher: deleted unneeded hard-coded assignments of CC, RANLIB, etc.Greg Ward2000-08-021-17/+1
* Rene Liebscher: factor 'find_executable()' out of '_spawn_nt()'.Greg Ward2000-08-021-13/+30
* Patch from Rene Liebscher. Some ugly changes, but supposedly this makesGreg Ward2000-08-021-29/+70
* Ditched 'abspath()' -- don't need 1.5.1 compatability hacks anymore.Greg Ward2000-08-021-10/+0
* Removed 'export_symbol_file'.Greg Ward2000-08-021-8/+1
* Ditched some debugging prints.Greg Ward2000-08-021-3/+0
* Patch from Rene Liebscher: generate an /IMPLIB: option to ensure thatGreg Ward2000-08-021-1/+13
* Patch from Rene Liebscher, tweaked by me:Greg Ward2000-08-011-44/+41
* As requested by Fred - mention that in the future a winreg module may make a ...Mark Hammond2000-08-011-2/+3
* final 0.9.8 updates:Fredrik Lundh2000-08-016-68/+105