- 25 Aug, 2000 8 commits
-
-
Thomas Wouters authored
-
Tim Peters authored
much more explicit. Also document that we're moving to Tcl/Tk 8.3.2. Simplify .dsp files by getting rid of useless include paths. .wse file changed to reflect that my setup is different than Guido's: if you *build* a Python distro using python20.wse, beware!
-
Thomas Wouters authored
(This fix is a bit broken, just as the test already was: the test for testlist and listmaker are done always, whereas the test for exprlist and the actual abort() are only done if Py_DEBUG is defined. Suggestions welcome, I guess ;)
-
Fred Drake authored
(simplify making HTTP POST requests). Added documentation of URLopener.version and how it can be overridden.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 24 Aug, 2000 26 commits
-
-
Thomas Wouters authored
-
Thomas Wouters authored
-
Fred Drake authored
filename and line number of the call site to allow esier debugging. This closes SourceForge patch #101214.
-
Fred Drake authored
-
Fred Drake authored
that this is not appropriate. Made somewhat more robust in the face of reload() (exception is not rebuilt, etc.). Made the exception a class exception.
-
Peter Schneider-Kamp authored
-
Thomas Wouters authored
-
Thomas Wouters authored
-
Thomas Wouters authored
rfc822 (Addresslist) modules. Also a preliminary testcase for augmented assignment, which should actually be merged with the test_class testcase I added last week.
-
Thomas Wouters authored
Michael Hudson, and support in general for the augmented assignment syntax. The graminit.c patch is large!
-
Thomas Wouters authored
PySequence methods and functions, new tokens.
-
Thomas Wouters authored
the list object supports this currently, but other candidates are gladly accepted (like arraymodule and such.)
-
Thomas Wouters authored
shortly. Markup also needs checking.
-
Fred Drake authored
Install the scripts in the BeOS directory, allowing use from the distutils on BeOS systems. The target location has been adjusted to match that used for the AIX helper scripts. This closes SourceForge patch #101207.
-
Guido van Rossum authored
that you can set self.version *after* calling the base class __init__. In fact it must be done *before*. (Fred, maybe the version class variable should be documented now?)
-
Guido van Rossum authored
so that a subclass can override it. This partly addresses Bug #112634 -- but the documentation is still wrong, since it suggests that you can set self.version *after* calling the base class __init__. In fact it must be done *before*. I'll fix that too.
-
Fred Drake authored
it fail on a TabError (inconsistent tab/space usage)). Removed a comment about including a test since there is a regression test for this module.
-
Andrew M. Kuchling authored
fields with quoted values (as in Path="/acme")
-
Andrew M. Kuchling authored
-
Fred Drake authored
other sections of the library reference.
-
Fred Drake authored
Documentation updates for urlretrieve() and URLopener.retrieve(), to reflect Randall Hopper's patch for those functions. This closes SourceForge patch #100837.
-
Fred Drake authored
Make it easier to use HTTP POST with urlretrieve().
-
Fred Drake authored
(Some of this is in-progress; this also serves as a reminded to me to check this out once it is written.)
-
Fred Drake authored
Update the dis module documentation to reflect the EXTENDED_ARG opcode.
-
Fred Drake authored
Update the test suite for the changes introduced by the EXTENDED_ARG opcode. This closes the regression test changes of SourceForge patch #100893.
-
Fred Drake authored
Add the EXTENDED_ARG opcode to the virtual machine, allowing 32-bit arguments to opcodes instead of being forced to stick to the 16-bit limit. This is especially useful for machine-generated code, which can be too long for the SET_LINENO parameter to fit into 16 bits. This closes the implementation portion of SourceForge patch #100893.
-
- 23 Aug, 2000 6 commits
-
-
Thomas Wouters authored
initialized in the 'if (..)', do so manually.
-
Thomas Wouters authored
in the PyNumber_* functions. Also, remove unnecessary tests from PyNumber_Multiply: after BINOP(), neither argument can be an instance.
-
Trent Mick authored
- Fix bug in thread_pthread.h::PyThread_get_thread_ident() where sizeof(pthread) < sizeof(long). - Add 'configure' for: - SIZEOF_PTHREAD is pthread_t can be included via <pthread.h> - setting Monterey system name - appropriate CC,LINKCC,LDSHARED,OPT, and CCSHARED for Monterey - Add section in README for Monterey build
-
Fred Drake authored
the sources/build process any more.
-
Jeremy Hylton authored
-
Fred Drake authored
name and the ":" that separates it from the value. (Minor cleanup.)
-