- 24 Aug, 2000 9 commits
-
-
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 20 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.)
-
Jeremy Hylton authored
fix support for passing http version to connect in HTTP
-
Fred Drake authored
-
Skip Montanaro authored
-
Guido van Rossum authored
something in later after that discussion is over); remove explanation of 2.0 version number.
-
Fred Drake authored
This also avoids a warning in anal mode.
-
Skip Montanaro authored
quoting keywords.
-
Skip Montanaro authored
character-by-character and that that behavior may result in it returning prefixes that are not valid paths
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Fred Drake authored
changes to this file.
-
Fred Drake authored
Grammar file. This makes the test suite pass once again.
-
Jack Jansen authored
-
Tim Peters authored
In README: Write up (Guido's) rules for intra-test imports; warn against asserts; document test_support.use_large_resources.
-
- 22 Aug, 2000 11 commits
-
-
Jack Jansen authored
Lowered the recursion limit on compares to 60 (one recursion depth can take a whopping 2K of stack space when running test_b1!)
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Guido van Rossum authored
Software\Python\PythonCore\2.0\Dll\Python20.dll -- it's no longer needed according to him. Note: not yet tested!
-
Skip Montanaro authored
-
Guido van Rossum authored
the DLL. Replace %_SYSDEST_%\Python20.dll with %_DLLDEST_%\Python20.dll.
-
Mark Hammond authored
-
Skip Montanaro authored
* fixed type in doc string for quote
-
Skip Montanaro authored
-
Guido van Rossum authored
conversion in an exception, but instead display <unprintable %s object> where %s is the type name.
-