- 23 Aug, 2000 19 commits
-
-
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 14 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.
-
Greg Ward authored
in archive_util.py.
-
Greg Ward authored
or ZIP file.
-
Tim Peters authored
-
- 21 Aug, 2000 7 commits
-
-
Guido van Rossum authored
test_support. Also fixed the expected output.
-
Fred Drake authored
-
Fred Drake authored
print statement), and fix up the extended call syntax support. Minor stylistic cleanups.
-
Fred Drake authored
Let UserString.translate() method work with unicode data. This closes SourceForge patch #101246.
-
Fred Drake authored
Patch description ----------------- This addresses four issues: (1) usernames and passwords in urls with special characters are now decoded properly. i.e. http://foo%2C:bar@www.whatever.com/ (2) Basic Auth support has been added to HTTPS, like it was in HTTP. (3) Version 1.92 sent the POSTed data, but did not deal with errors (HTTP responses other than 200) properly. HTTPS now behaves the same way HTTP does. (4) made URL-checking beahve the same way with HTTPS as it does with HTTP (changed == to !=).
-
Barry Warsaw authored
-
Barry Warsaw authored
-