2000-08-03 |
Jeremy Hylton | test the non-multipart sections of the cgi module |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Fred Drake | Break the "Python Services" chapter into two: "Python... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Jeremy Hylton | Remove very long doc string (it's all in the docs) |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Marc-André... | Added descriptions of the new parser markers for PyArg_... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Jeremy Hylton | Python code coverage tool by Skip Montanaro and Andrew... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Marc-André... | This patch finalizes the move from UTF-8 to a default... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Fred Drake | Remove the tp_print handler. |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Greg Stein | add a bit more legal junk |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Fred Drake | \py@varvars: Merge the various definitions to be the... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Fred Drake | int() description: Fix markup to avoid image generatio... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Moshe Zadka | Checking in empty tests for urlparse, as future place... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Fred Drake | do_cmd_moreargs(), |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Guido van Rossum | Remobe beopen/cnri/cwi copyrights, according to CNRI... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Fredrik Lundh | -- added recursion limit (currently ~10,000 levels) |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Guido van Rossum | Changing the CNRI copyright notice according to CNRI... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Barry Warsaw | TESTOPTS: Since gc is enabled by default now (this... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Barry Warsaw | Added a -l/--leakdebug option which turns on DEBUG_LEAK... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Barry Warsaw | Added output for testsuite for new zip() builtin. |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Barry Warsaw | Added testsuite for new zip() builtin. |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Barry Warsaw | Both PEP 201 Lockstep Iteration and SF patch #101030... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Barry Warsaw | Both PEP 201 Lockstep Iteration and SF patch #101030... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Andrew M. Kuchling | Comment out repeated-group test for the moment |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Andrew M. Kuchling | Use METH_OLDARGS instead of numeric constant 0 in metho... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Andrew M. Kuchling | Added #define for oldest version of argument calling |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Andrew M. Kuchling | Add nasty test case that overflows the stack with a... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Andrew M. Kuchling | Use METH_VARARGS instead of numeric constant 1 in metho... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Andrew M. Kuchling | Use METH_VARARGS instead of numeric constant 1 |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Fred Drake | Rob Hooft <rob@hooft.net>: |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Guido van Rossum | Rob Hooft (Patch #101046): use PyArg_ParseTuple everywhere. |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Andrew M. Kuchling | Fix for bug #110651 (Jitterbug PR#343): only use the... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Guido van Rossum | Adding a LICENSE file so we can have it in the 1.6... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Greg Ward | Typo fix. |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Greg Ward | Added 'wininst' to the 'format_commands' list, so it... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Greg Ward | Added 'execute()' method, a thin wrapper around 'util... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Greg Ward | Replaced 'execute()' method with a thin wrapper around... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Greg Ward | Added the 'execute()' function (moved here from cmd... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Greg Ward | Rene Liebscher: fix 'skipping byte-compilation' message... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Greg Ward | Latest version from Rene Liebscher; major changes: |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Greg Ward | Rene Liebscher: deleted unneeded hard-coded assignments... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Greg Ward | Rene Liebscher: factor 'find_executable()' out of ... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Greg Ward | Patch from Rene Liebscher. Some ugly changes, but... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Greg Ward | Ditched 'abspath()' -- don't need 1.5.1 compatability... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Greg Ward | Removed 'export_symbol_file'. |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Greg Ward | Ditched some debugging prints. |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Greg Ward | Patch from Rene Liebscher: generate an /IMPLIB: option... |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Greg Ward | Patch from Rene Liebscher, tweaked by me: |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Mark Hammond | As requested by Fred - mention that in the future a... |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Fredrik Lundh | final 0.9.8 updates: |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Guido van Rossum | My fix to the URL accidentally also switched back to... |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Fredrik Lundh | -- fixed width calculations for alternations |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Tim Peters | Removed decl of unreferenced vrbl. |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Guido van Rossum | Replace the jitterbug page with the SF Bug Tracker... |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Guido van Rossum | Of course, you meant "#if 0" and not "#ifdef 0". :) |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Fredrik Lundh | SRE 0.9.8: passes the entire test suite |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Fred Drake | Include the dependence of sysmodule on the patchlevel... |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Jeremy Hylton | add support for HTTPS |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Peter Schneider... | Guido said this is food for the beta-testers<wink> |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Guido van Rossum | somehow the 'Total Keys=1' disappears. No other changes. |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Fredrik Lundh | -- SRE 0.9.8: now that the bug is fixed, I might as... |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Fredrik Lundh | -- SRE 0.9.8: updated test scripts |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Andrew M. Kuchling | Update e-mail address |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Andrew M. Kuchling | Added Python function to emulate the ncurses has_key... |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Peter Schneider... | fixing a minor spelling mistake |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Fred Drake | Add magic to replace the xml package with _xmlplus... |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Fred Drake | Rename the "parser" package to "parsers" to be compatib... |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Fred Drake | Stop lying about [].pop() being experimental! There... |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Peter Schneider... | patch from Vladimir (move Py_Mem* interface to Include... |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Jack Jansen | ANSIfied. |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Jack Jansen | Two more cases of GUSI2 include access paths not being... |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Peter Schneider... | replaced PyArgs_Parse by PyArgs_ParseTuple |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Peter Schneider... | added count, extend, index, pop and remove to arraymodule |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Fred Drake | Change as suggested by Peter Funk <pf@artcom-gmbh.de>: |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Fred Drake | Change as suggested by Peter Funk <pf@artcom-gmbh.de>: |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Guido van Rossum | A different solution for Patch #100979: support for... |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Fred Drake | Organized a little bit; merged in some items from the... |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Fred Drake | Update to indicate the appropriate version of LaTeX2HTM... |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Fred Drake | Many changes to work with newer versions of LaTeX2HTML... |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Fred Drake | Small changes to reflect changes in LaTeX2HTML support... |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Fred Drake | Two minor nits from Gerry Weiner (no working email... |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Fred Drake | Always pass the split level to LaTeX2HTML as a command... |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Fred Drake | Moshe Zadka <mzadka@geocities.com>: |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Peter Schneider... | merge Include/my*.h into Include/pyport.h |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Fred Drake | Update, 'cause Guido said it should be this way. |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Thomas Wouters | Fix inconsistent use of tab/space in indentation. |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Mark Hammond | More Windows changes. |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Mark Hammond | Fixes for Windows (but also tested on Linux). Test... |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Mark Hammond | Test that after resizing the mmap'd file, we can't... |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Greg Ward | Catch syntax errors from processing template lines... |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Greg Ward | Added list-like methods: 'append()', 'extend()', 'sort()'. |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Greg Ward | Replaced 'self.files' with 'self.filelist': now we... |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Greg Ward | The other half of Rene Liebscher's patch to add the... |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Greg Ward | Typo fix. |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Greg Ward | Added DistutilsTemplateError. |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Greg Ward | Ditched the unused 'recursive_exclude_pattern()' method. |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Greg Ward | Renamed 'select_pattern()' to 'include_pattern()'. |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Greg Ward | Renamed 'process_line()' to 'process_template_line... |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Greg Ward | Added class docstring and ditched inappropriate class... |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Greg Ward | Provides the FileList class for building a list of... |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Andrew M. Kuchling | Exercise .readline() and .readlines(). More data is... |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Andrew M. Kuchling | SF patch #100740: Add optional size arguments to .readl... |
commit | commitdiff | tree | snapshot |
next |