- 24 Agu, 2000 24 kayıt (commit)
-
-
Fred Drake yazdı
filename and line number of the call site to allow esier debugging. This closes SourceForge patch #101214.
-
Fred Drake yazdı
-
Fred Drake yazdı
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 yazdı
-
Thomas Wouters yazdı
-
Thomas Wouters yazdı
-
Thomas Wouters yazdı
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 yazdı
Michael Hudson, and support in general for the augmented assignment syntax. The graminit.c patch is large!
-
Thomas Wouters yazdı
PySequence methods and functions, new tokens.
-
Thomas Wouters yazdı
the list object supports this currently, but other candidates are gladly accepted (like arraymodule and such.)
-
Thomas Wouters yazdı
shortly. Markup also needs checking.
-
Fred Drake yazdı
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 yazdı
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 yazdı
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 yazdı
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 yazdı
fields with quoted values (as in Path="/acme")
-
Andrew M. Kuchling yazdı
-
Fred Drake yazdı
other sections of the library reference.
-
Fred Drake yazdı
Documentation updates for urlretrieve() and URLopener.retrieve(), to reflect Randall Hopper's patch for those functions. This closes SourceForge patch #100837.
-
Fred Drake yazdı
Make it easier to use HTTP POST with urlretrieve().
-
Fred Drake yazdı
(Some of this is in-progress; this also serves as a reminded to me to check this out once it is written.)
-
Fred Drake yazdı
Update the dis module documentation to reflect the EXTENDED_ARG opcode.
-
Fred Drake yazdı
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 yazdı
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 Agu, 2000 16 kayıt (commit)
-
-
Thomas Wouters yazdı
initialized in the 'if (..)', do so manually.
-
Thomas Wouters yazdı
in the PyNumber_* functions. Also, remove unnecessary tests from PyNumber_Multiply: after BINOP(), neither argument can be an instance.
-
Trent Mick yazdı
- 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 yazdı
the sources/build process any more.
-
Jeremy Hylton yazdı
-
Fred Drake yazdı
name and the ":" that separates it from the value. (Minor cleanup.)
-
Jeremy Hylton yazdı
fix support for passing http version to connect in HTTP
-
Fred Drake yazdı
-
Skip Montanaro yazdı
-
Guido van Rossum yazdı
something in later after that discussion is over); remove explanation of 2.0 version number.
-
Fred Drake yazdı
This also avoids a warning in anal mode.
-
Skip Montanaro yazdı
quoting keywords.
-
Skip Montanaro yazdı
character-by-character and that that behavior may result in it returning prefixes that are not valid paths
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-