- 23 Aug, 2000 9 commits
-
-
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 17 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
-
Barry Warsaw authored
in extended prints should only be evaluated once. This patch plays stack games (documented!) to fix this.
-
Fred Drake authored
-
Barry Warsaw authored
opcode additions.
-
Barry Warsaw authored
Additional test cases for the extended print form.
-
Barry Warsaw authored
Document the extended print form. Fred, please double check the markup!
-
Barry Warsaw authored
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 authored
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 authored
This adds the two new opcodes to support this feature: PRINT_ITEM_TO, PRINT_NEWLINE_TO.
-
Barry Warsaw authored
This change modifies Python's grammar to include the extended print form.
-
Thomas Wouters authored
-