- 28 Mar, 2000 8 commits
-
-
Guido van Rossum authored
8.0. There really is no excuse, and for who really still wants those, they can go back to Python 1.5.2.
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
- new script/applet BuildCGIApplet This largely supercedes :Mac:Demos:cgi, except for the html doc file. Should it move here? Merged with CGI_README.txt? Todo: fullbuild support. (jvr)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 27 Mar, 2000 4 commits
-
-
Guido van Rossum authored
Martin von Loewis (whose more elaborate patch to use objects is still under review).
-
Guido van Rossum authored
The robotparser.py module currently lives in Tools/webchecker. In preparation for its migration to Lib, I made the following changes: * renamed the test() function _test * corrected the URLs in _test() so they refer to actual documents * added an "if __name__ == '__main__'" catcher to invoke _test() when run as a main program * added doc strings for the two main methods, parse and can_fetch * replaced usage of regsub and regex with corresponding re code
-
Just van Rossum authored
-
Just van Rossum authored
fixed several event handling buglets, added command Q support, added a new module doc string, some formatting nits. (jvr)
-
- 26 Mar, 2000 7 commits
-
-
Greg Ward authored
handle OSError and DistutilsExecError now.
-
Greg Ward authored
rather than None.
-
Greg Ward authored
Fixed 'build_extensions()' to pay attention to the 'rpath' element of the 'build_info' dictionary.
-
Greg Ward authored
we don't know what to do with it when we see it. Call '_fix_object_args()' and/or '_fix_lib_args()' as appropriate, rather than just '_fix_link_args()'.
-
Greg Ward authored
use it when linking. Call '_fix_object_args()' and/or '_fix_lib_args()' as appropriate, rather than just '_fix_link_args()'.
-
Greg Ward authored
Split '_fix_link_args()' up into '_fix_object_args()' (for use of 'create_static_lib() and link methods) and '_fix_lib_args()' (for the link methods only).
-
Just van Rossum authored
cgitest.cgi.rsrc: disable argv emulation; this is essential for the first time the cgi applet starts up
-
- 25 Mar, 2000 1 commit
-
-
Guido van Rossum authored
Added "better safe than sorry" patch to the new trashcan code in object.c, to ensure that tstate is not touched when it might be undefined.
-
- 24 Mar, 2000 6 commits
-
-
Guido van Rossum authored
Attached you find the latest update of the Unicode implementation. The patch is against the current CVS version. It includes the fix I posted yesterday for the core dump problem in codecs.c (was introduced by my previous patch set -- sorry), adds more tests for the codecs and two new parser markers "es" and "es#".
-
Guido van Rossum authored
argument format strings. THIS WILL PROBABLY BREAK LOTS OF CODE!!! Also fixed a bogus string in an error message in getsockaddrlen().
-
Guido van Rossum authored
argument: a (host, port) tuple. Like multi-arg append(), multi-arg connect() and bind() may be ruled out!
-
Guido van Rossum authored
Andy Robinson noted a core dump in the codecs.c file. This was introduced by my latest patch which fixed a memory leak in codecs.c. The bug causes all successful codec lookups to fail.
-
Guido van Rossum authored
-
Andrew M. Kuchling authored
a Py_BEGIN_ALLOW_THREADS/Py_END_ALLOW_THREADS block, but it calls Py_BLOCK_THREADS anyway. The change moves Py_BLOCK_THREADS to inside the if, so it's only executed when the function actually returns unexpectedly.
-
- 23 Mar, 2000 4 commits
-
-
Fred Drake authored
cmp is not used in freeze, but is imported anyway. What's worse, cmp is no longer in the library, so freeze won't work like this.
-
Greg Ward authored
-
Greg Ward authored
returns a value.
-
Greg Ward authored
-
- 22 Mar, 2000 10 commits
-
-
Jack Jansen authored
-
Greg Ward authored
Added comment about "--help" (no value) not working.
-
Greg Ward authored
Deleted some crufty code.
-
Greg Ward authored
completely (was already commented-out).
-
Greg Ward authored
Python modules, pure and extensions.
-
Greg Ward authored
Python and extensions, into the same directory.
-
Greg Ward authored
longer needed, and can't possibly work anyways.
-
Greg Ward authored
these must come from the 'build' command. This means we no longer need the misconceived 'set_peer_option()' method in Command and, more importantly, sweeps away a bunch of potential future complexity to handle this tricky case.
-
Greg Ward authored
Tightened up some logic in 'native_path()'. Added 'subst_vars()' and '_check_environ()'.
-
Greg Ward authored
Fix 'Command.set_undefined_option()' to call 'ensure_ready()' rather than 'finalize_options()' (which is only supposed to be called once, which is the whole point of 'ensure_ready()'). Added comment to 'set_peer_option()' to remind myself that this method cannot work and is fundamentally wrong-headed.
-