- 28 Mar, 2001 6 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Jack Jansen yazdı
-
Fred Drake yazdı
This fixes SF bug #411118.
-
Fred Drake yazdı
-
Guido van Rossum yazdı
BSD-style OS'es. Makes sense, really.
-
- 27 Mar, 2001 8 kayıt (commit)
-
-
Jack Jansen yazdı
-
Martin v. Löwis yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Guido van Rossum yazdı
-
Martin v. Löwis yazdı
CVS Revision string correctly, even under -kv.
-
Ka-Ping Yee yazdı
Add hyperlinks to PEPs at http://www.python.org/peps/pep-%04d.html Remove script directory (dirname of sys.argv[0]) from sys.path.
-
- 26 Mar, 2001 9 kayıt (commit)
-
-
Jack Jansen yazdı
Disable fused-add-mul instructions. They give a nonstandard result for some things that test_coercion complains about. The added performance is probably minimal for Python anyway.
-
Jeremy Hylton yazdı
using nested scopes to compile its argument. Pass compiler flags through to underlying compile call.
-
Guido van Rossum yazdı
interactively.
-
Fred Drake yazdı
Add many more constants for some systems. This closes SF patch #410267.
-
Fred Drake yazdı
old KDE 1 "kfm" command.
-
Fred Drake yazdı
Add support to zipfile to support opening an archive represented by an open file rather than a file name.
-
Fred Drake yazdı
gone; "konqueror" is the new name, and the command-line args are different. kfmclient has not changed, though.
-
Andrew M. Kuchling yazdı
-
Jack Jansen yazdı
-
- 25 Mar, 2001 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
-
- 24 Mar, 2001 2 kayıt (commit)
-
-
Fred Drake yazdı
gives the CVS revision of this file even if it does not include the extra RCS "$Revision: " cruft. initpyexpat(): Use get_version_string() instead of hard-coding magic indexes into the RCS string (which may be affected by export options).
-
Guido van Rossum yazdı
better solution would have been to factor out the raw_input() call and make it into an overridable method. Oh well, maybe later...)
-
- 23 Mar, 2001 14 kayıt (commit)
-
-
cvs2svn yazdı
-
Barry Warsaw yazdı
used by Jython. The tests in this module expect C locale, so be explicit about setting that (for CPython). However, in Jython, there is no C locale, so instead be explicit about setting the US locale. Closes the patch.
-
Tim Peters yazdı
Windows start-menu item. This recovers from that.
-
Guido van Rossum yazdı
newreadlinesobject() in xreadlines().
-
Barry Warsaw yazdı
to use "$test" when in Jython. Closes SF patch #403668.
-
Guido van Rossum yazdı
but apparently he had to go to school, so I am checking it in for him. This makes PyRun_HandleSystemExit() a static instead, called handle_system_exit(), and let it use the current exception rather than passing in an exception. This slightly simplifies the code.
-
Barry Warsaw yazdı
Change 1: Not all 'modules' in sys.modules have a sensible __file__ attribute. Some of our java package can have the __file__ attribute set to None. Change 2: In jython we have the jython license file in <root> and the CPython license file in <root>/Lib. By reversing the search sequence jython will find and show the jython license file before the CPython file. Closes SF patch #405853.
-
Fred Drake yazdı
This closes SF bug #406191.
-
Fred Drake yazdı
-
Barry Warsaw yazdı
attribute. Jython does not have this function. Closes SF patch #403667.
-
Fred Drake yazdı
-
Andrew M. Kuchling yazdı
after each newline, instead of just blindly inserting a space at the start of each line. (Improvement suggested by Thomas Wouters)
-
Jeremy Hylton yazdı
Add new opcodes LOAD_CLOSURE, LOAD_DEREF, STORE_DEREF, MAKE_CLOSURE to docs for dis module. Add docs for new function and code members in Sec. 3 of ref manual. They're present regardless of whether nested scopes are used. Remove description of default argument hack from Sec. 7 of the ref manual and refer the reader to the appendix.
-
Fred Drake yazdı
-