- 23 Agu, 2000 2 kayıt (commit)
-
-
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 18 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.
-
Barry Warsaw yazdı
This change modifies Python's grammar to include the extended print form.
-
Thomas Wouters yazdı
-
Tim Peters yazdı
docs changes are needed (only reference to winreg I could find was in libwinreg.tex, which is documenting _winreg, and merely mentions that a higher-level winreg module *may* appear someday; that's still true).
-
- 20 Agu, 2000 6 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
(If they're security holes, should they be documented at all?) Minor rewrites.
-
Jack Jansen yazdı
- don't identify() enum values. - make aetools.Error available in the package module.
-
Jack Jansen yazdı
Updated the applescript documentation for te new framework, and replaced the Eudora example with one that uses Disk Copy (which everyone running MacOS 8 or higher should have).
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Moved to unsupported: it never lived up to its expectancies, and for the Mac all the functionality is available in the IDE.
-