- 11 Ara, 2002 2 kayıt (commit)
-
-
Jeremy Hylton yazdı
Replace use of homebrew boolean with True/False. Reflow lots more long lines.
-
Jeremy Hylton yazdı
The bug is a reference to co_first_lineno that should be co_firstlineno. The only other substantial change is to speed up localtrace_count() by avoiding *costly* calls to inspect module. It's trivial to get the filename and lineno directly from the frame. Otherwise, delete commented out debug code and reflow very long lines.
-
- 05 Ara, 2002 4 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
* when connecting, if the port is non-standard, display it as well
-
Skip Montanaro yazdı
"www.zope.org:8021".
-
- 23 Kas, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 22 Kas, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 13 Kas, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 29 Eyl, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Use -b HEAD to limit output to the trunk (skip all branch revisions).
-
- 11 Eyl, 2002 1 kayıt (commit)
-
-
http://www.python.org/sf/572113Walter Dörwald yazdı
(with one small bugfix in bgen/bgen/scantools.py) This replaces string module functions with string methods for the stuff in the Tools directory. Several uses of string.letters etc. are still remaining.
-
- 15 Agu, 2002 1 kayıt (commit)
-
-
Michael W. Hudson yazdı
[ 587993 ] SET_LINENO killer Remove SET_LINENO. Tracing is now supported by inspecting co_lnotab. Many sundry changes to document and adapt to this change.
-
- 09 Agu, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
function name and go to the corresponding entry.
-
- 25 Tem, 2002 1 kayıt (commit)
-
-
Skip Montanaro yazdı
* globaltrace_lt - handle case where inspect.getmodulename doesn't return anything useful * localtrace_trace - handle case where inspect.getframeinfo doesn't return any context info I think both of the last two are caused by exec'd or eval'd code
-
- 18 Haz, 2002 2 kayıt (commit)
-
-
Fred Drake yazdı
Instead of splitting a string and looping over it to call s.split(), use list comprehensions for readability.
-
Fred Drake yazdı
1. BUGFIX: In function makefile(), strip blanks from the nodename. This is necesary to match the behavior of parser.makeref() and parser.do_node(). 2. BUGFIX fixed KeyError in end_ifset (well, I may have just made it go away, rather than fix it) 3. BUGFIX allow @menu and menu items inside @ifset or @ifclear 4. Support added for: @uref URL reference @image image file reference (see note below) @multitable output an HTML table @vtable 5. Partial support for accents, to match MAKEINFO output 6. I added a new command-line option, '-H basename', to specify HTML Help output. This will cause three files to be created in the current directory: `basename`.hhp HTML Help Workshop project file `basename`.hhc Contents file for the project `basename`.hhk Index file for the project When fed into HTML Help Workshop, the resulting file will be named `basename`.chm. 7. A new class, HTMLHelp, to accomplish item 6. 8. Various calls to HTMLHelp functions. A NOTE ON IMAGES: Just as 'outputdirectory' must exist before running this program, all referenced images must already exist in outputdirectory. FLD: wrapped some long lines.
-
- 11 Haz, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 30 Nis, 2002 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 17 Nis, 2002 2 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
- 28 Mar, 2002 1 kayıt (commit)
-
-
Skip Montanaro yazdı
mentioned in the library reference manual
-
- 26 Mar, 2002 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 17 Şub, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
Reindenter.run(): copy over initial all-whitespace lines (if any, and after normalizing to remove trailing blanks and tabs). Bugfix candidate.
-
- 08 Şub, 2002 2 kayıt (commit)
-
-
Barry Warsaw yazdı
Added a bunch of command line options to make the script more generic.
-
Guido van Rossum yazdı
-
- 06 Ara, 2001 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 04 Ara, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(Not sure if this is legal according to the Google terms of service. :-)
-
- 28 Kas, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
the usage docs: (a) align properly, (b) explain properly.
-
- 08 Eki, 2001 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
The strerror attribute contained only partial information about the exception and produced some very confusing error messages. By passing err (the exception object itself) and letting it convert itself to a string, the error messages are better.
-
- 04 Eki, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
not other control characters string.rstrip() got rid of. This caters to the \f thingies Barry likes putting in Python source files.
-
- 23 Eyl, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 22 Eyl, 2001 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
restores the 2.1 ability of Tools/scripts/ndiff.py to start producing output before the entire comparison is complete.
-
- 04 Eyl, 2001 4 kayıt (commit)
-
-
Guido van Rossum yazdı
operators per line or statement are now on by default, and -m turns these warnings off. - Change the way multiple / operators are reported; a regular recommendation is always emitted after the warning. - Report ambiguous warnings (both int|long and float|complex used for the same operator). - Update the doc string again to clarify all this and describe the possible messages more precisely.
-
Tim Peters yazdı
-
Guido van Rossum yazdı
division, and this makes sense. Add -Qwarnall to warn for all classic divisions, as required by the fixdiv.py tool.
-
Guido van Rossum yazdı
-
- 02 Eyl, 2001 2 kayıt (commit)
-
-
Guido van Rossum yazdı
treated the same as single ones by default. Added -m option to issue a warning for this case instead.
-
Guido van Rossum yazdı
percolated out, and some general cleanup. The output is still the same, except it now prints "Index: <file>" instead of "Processing: <file>", so that the output can be used as input for patch (but only the diff-style parts of it).
-