- 12 Şub, 2004 1 kayıt (commit)
-
-
Walter Dörwald yazdı
From SF patch #852334.
-
- 29 Ock, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
* Add unittests, newsitem, and whatsnew * Apply to Queue.py mutex.py threading.py pydoc.py and shlex.py * Docs are forthcoming
-
- 20 Nis, 2003 1 kayıt (commit)
-
-
Gustavo Niemeyer yazdı
meaningful parameters.
-
- 17 Nis, 2003 3 kayıt (commit)
-
-
Neal Norwitz yazdı
Use isinstance(somestring, basestring) instead of type() as per PEP 8
-
Fred Drake yazdı
- some very minor cleanups
-
Gustavo Niemeyer yazdı
mailing list, and in patch #722686.
-
- 02 Haz, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 17 Nis, 2001 1 kayıt (commit)
-
-
Eric S. Raymond yazdı
-
- 15 Şub, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
also modified check_all function to suppress all warnings since they aren't relevant to what this test is doing (allows quiet checking of regsub, for instance)
-
- 17 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 16 Ock, 2001 1 kayıt (commit)
-
-
Eric S. Raymond yazdı
-
- 15 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 09 Ock, 2001 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
encounters a string with an unmatched quote, by adding a check for EOF in the 'quotes' state.
-
- 23 Ara, 2000 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 09 Tem, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
mailbox.py: Convert to 4-space indents.
-
- 03 Tem, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
This patch implements relative-path semantics for the "source" facility resembling those of cpp(1), documents the change, and improves the shlex test main to make it easier to test this feature. Along the way, it fixes a name error in the existing docs. [Additional documentation markup changes for consistency by FLD.]
-
- 01 May, 2000 2 kayıt (commit)
-
-
Guido van Rossum yazdı
Add a convenience function to generate C-compiler style error leaders.
-
Guido van Rossum yazdı
Added and documented the capability for shlex to handle lexical-level inclusion and a stack of input sources. Also, the input stream member is now documented, and the constructor takes an optional source-filename. The class provides facilities to generate error messages that track file and line number. [GvR: I changed the __main__ code so that it actually stops at EOF, as Eric surely intended -- however it returned '' instead of the None he was testing for.]
-
- 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.
-
- 03 May, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 Nis, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 22 Mar, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 22 Ara, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-