- 23 Agu, 2000 11 kayıt (commit)
-
-
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 15 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.
-
Fred Drake yazdı
-
Barry Warsaw yazdı
opcode additions.
-
Barry Warsaw yazdı
Additional test cases for the extended print form.
-
Barry Warsaw yazdı
Document the extended print form. Fred, please double check the markup!
-
Barry Warsaw yazdı
eval_code2(): Implement new bytecodes PRINT_ITEM_TO and PRINT_NEWLINE_TO, as per accepted SF patch #100970. Also update graminit.c based on related Grammar/Grammar changes.
-
Barry Warsaw yazdı
com_print_stmt(): Implement recognition of, and byte compilation for, extended print using new byte codes PRINT_ITEM_TO and PRINT_NEWLINE_TO.
-
Barry Warsaw yazdı
This adds the two new opcodes to support this feature: PRINT_ITEM_TO, PRINT_NEWLINE_TO.
-