- 19 Nis, 2003 10 kayıt (commit)
-
-
Tim Peters yazdı
-
Guido van Rossum yazdı
raising an exception. This is consistent with calling the constructors for the other builtin types -- called without argument they all return the false value of that type. (SF patch #724135) Thanks to Alex Martelli.
-
Guido van Rossum yazdı
which specifies a file where to divert the command's output (already supported by the body() method). (SF patch #720468) Thanks to Terry Carroll.
-
Mark Hammond yazdı
-
Andrew M. Kuchling yazdı
Various rewrites
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Will backport to 2.2.
-
Martin v. Löwis yazdı
-
Brett Cannon yazdı
-
- 18 Nis, 2003 18 kayıt (commit)
-
-
Barry Warsaw yazdı
it's a convenience only and give hints on what to do for more flexibility.
-
Barry Warsaw yazdı
it's a convenience only. Give an example of what to do for more flexibility.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
fails only in UCS-2 mode, since it tests a non-BMP character.
-
Guido van Rossum yazdı
-
Jason Tishler yazdı
On cygwin, the setup.py script uses unixccompiler.py for compiling and linking C extensions. The unixccompiler.py script assumes that executables do not get special extensions, which makes sense for Unix. However, on Cygwin, executables get an .exe extension. This causes a problem during the configuration step (python setup.py config), in which some temporary executables may be generated. As unixccompiler.py does not know about the .exe extension, distutils fails to clean up after itself: it does not remove _configtest.exe but tries to remove _configtest instead. The attached patch to unixccompiler.py sets the correct exe_extension for cygwin by checking if sys.platform is 'cygwin'. With this patch, distutils cleans up after itself correctly. Michiel de Hoon University of Tokyo, Human Genome Center.
-
Fred Drake yazdı
class; closes SF patch #697941 - use em-dashes intead of en-dashes - section references: use a "tie" between the word "section" and the section number, use quotation marks around section titles - other minor markup corrections/cleanups
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Tim Peters yazdı
internal read() as being a generator but hadn't yet changed it into one.
-
Tim Peters yazdı
I'm finding some pretty baffling output, like reprs consisting entirely of three left parens. At least this will let us know what type the object is (it's not str -- there's no quote character in the repr). New tool combinerefs.py, to combine the two output blocks produced via PYTHONDUMPREFS.
-
Guido van Rossum yazdı
can't test it. It's unchanged so why would we test it anyway...
-
Guido van Rossum yazdı
changes stay.
-
- 17 Nis, 2003 12 kayıt (commit)
-
-
Neal Norwitz yazdı
Use isinstance(somestring, basestring) instead of type() as per PEP 8
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Fred Drake yazdı
Closes SF bug #659188, patch #662464.
-
Neal Norwitz yazdı
krb5.h is in it's own directory
-
Fred Drake yazdı
instructions.
-
Fred Drake yazdı
- some very minor cleanups
-
Jack Jansen yazdı
-
Fred Drake yazdı
-
Gustavo Niemeyer yazdı
mailing list, and in patch #722686.
-
Jack Jansen yazdı
not 'K'.
-
Jack Jansen yazdı
Untested, but at least it still compiles.
-