- 10 Haz, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
Patch from Michael Hundson. format_exception_only() blew up when trying to report a SyntaxError from a string input (line is None in this case, but it assumed a string). Bugfix candidate.
-
- 29 Mar, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 21 Mar, 2001 2 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
line summary followed by blank line and description.
-
- 01 Mar, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
giving it a slight facelift
-
- 10 Şub, 2001 1 kayıt (commit)
-
-
Eric S. Raymond yazdı
-
- 09 Şub, 2001 1 kayıt (commit)
-
-
Eric S. Raymond yazdı
-
- 15 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 13 Ock, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
When the exception has no message, don't insert a colon after the exception name.
-
- 22 Agu, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
conversion in an exception, but instead display <unprintable %s object> where %s is the type name.
-
- 16 Tem, 2000 1 kayıt (commit)
-
-
Thomas Wouters yazdı
comments, docstrings or error messages. I fixed two minor things in test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't"). There is a minor style issue involved: Guido seems to have preferred English grammar (behaviour, honour) in a couple places. This patch changes that to American, which is the more prominent style in the source. I prefer English myself, so if English is preferred, I'd be happy to supply a patch myself ;)
-
- 10 Nis, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
built-in messages.
-
- 04 Şub, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
The attached patches update the standard library so that all modules have docstrings beginning with one-line summaries. A new docstring was added to formatter. The docstring for os.py was updated to mention nt, os2, ce in addition to posix, dos, mac.
-
- 18 Mar, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 26 Şub, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
disturbing the current exception, and returning tb.tb_lineno, which is the line number of thr traceback, rather than the current line number. By Jim Hugunin.
-
- 25 Şub, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
has no line number table etc.
-
- 26 Eyl, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Apparently the traceback object doesn't contains the right linenumber when -O is used. Rather than guessing whether -O is on or off, use tb_lineno() unconditionally.
-
- 18 Tem, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Also corrected a typo in format_stack (t should've been f).
-
- 08 Eki, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 12 Agu, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Also added print_list() and format_list() which format the output from an extract_*() routine.
-
- 28 May, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 20 Eyl, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 04 Agu, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 27 Şub, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 23 Agu, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* Lib/macpath.py: don't return trailing colon for dirname() (XXX won't do for volume names -- but otherwise glob(':*:*.py') loops forever) * Lib/traceback.py: print SyntaxError correctly * Lib/stat.py: moved to posixstat.py; added macstat.py which has the constants for the Mac; and created new stat.py which includes the right one * Lib/urllib.py: fix caching bug (by disabling the cache)
-
- 01 Tem, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-