- 23 Agu, 2000 18 kayıt (commit)
-
-
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ı
-
Fred Drake yazdı
changes to this file.
-
Fred Drake yazdı
Grammar file. This makes the test suite pass once again.
-
Jack Jansen yazdı
-
Tim Peters yazdı
In README: Write up (Guido's) rules for intra-test imports; warn against asserts; document test_support.use_large_resources.
-
- 22 Agu, 2000 14 kayıt (commit)
-
-
Jack Jansen yazdı
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 yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Guido van Rossum yazdı
Software\Python\PythonCore\2.0\Dll\Python20.dll -- it's no longer needed according to him. Note: not yet tested!
-
Skip Montanaro yazdı
-
Guido van Rossum yazdı
the DLL. Replace %_SYSDEST_%\Python20.dll with %_DLLDEST_%\Python20.dll.
-
Mark Hammond yazdı
-
Skip Montanaro yazdı
* fixed type in doc string for quote
-
Skip Montanaro yazdı
-
Guido van Rossum yazdı
conversion in an exception, but instead display <unprintable %s object> where %s is the type name.
-
Greg Ward yazdı
in archive_util.py.
-
Greg Ward yazdı
or ZIP file.
-
Tim Peters yazdı
-
- 21 Agu, 2000 8 kayıt (commit)
-
-
Guido van Rossum yazdı
test_support. Also fixed the expected output.
-
Fred Drake yazdı
-
Fred Drake yazdı
print statement), and fix up the extended call syntax support. Minor stylistic cleanups.
-
Fred Drake yazdı
Let UserString.translate() method work with unicode data. This closes SourceForge patch #101246.
-
Fred Drake yazdı
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 yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
in extended prints should only be evaluated once. This patch plays stack games (documented!) to fix this.
-