- 23 Eki, 2010 1 kayıt (commit)
-
-
Victor Stinner yazdı
handler to parse the Makefile file. Avoid a UnicodeDecodeError if the source code directory name contains a non-ASCII character and the locale encoding is ASCII.
-
- 22 Tem, 2010 1 kayıt (commit)
-
-
Tarek Ziadé yazdı
reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen.
-
- 21 Ara, 2009 1 kayıt (commit)
-
-
Tarek Ziadé yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r76956 | tarek.ziade | 2009-12-21 02:22:46 +0100 (Mon, 21 Dec 2009) | 1 line massive import cleaning in Distutils ........
-
- 22 Şub, 2009 1 kayıt (commit)
-
-
Tarek Ziadé yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r69874 | tarek.ziade | 2009-02-22 20:58:12 +0100 (Sun, 22 Feb 2009) | 1 line moved distutils.text_file tests into a real unittest class ........
-
- 26 Tem, 2008 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
Reported by Lisandro Dalcin.
-
- 30 Agu, 2007 1 kayıt (commit)
-
-
Collin Winter yazdı
-
- 07 Haz, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
svn+ssh://pythondev@svn.python.org/python/branches/p3yk ........ r55797 | neal.norwitz | 2007-06-07 00:00:57 -0700 (Thu, 07 Jun 2007) | 3 lines Get rid of some remnants of classic classes. types.ClassType == type. Also get rid of almost all uses of the types module and use the builtin name. ........ r55798 | neal.norwitz | 2007-06-07 00:12:36 -0700 (Thu, 07 Jun 2007) | 1 line Remove a use of types, verify commit hook works ........ r55809 | guido.van.rossum | 2007-06-07 11:11:29 -0700 (Thu, 07 Jun 2007) | 2 lines Fix syntax error introduced by Neal in last checkin. ........
-
- 25 May, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 17 Nis, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
* all calls to functions in the string module (except maketrans) * everything from stropmodule except for maketrans() which is still used
-
- 09 Şub, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
There's one major and one minor category still unfixed: doctests are the major category (and I hope to be able to augment the refactoring tool to refactor bona fide doctests soon); other code generating print statements in strings is the minor category. (Oh, and I don't know if the compiler package works.)
-
- 18 Agu, 2006 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Not all code has been fixed yet; this is just a checkpoint... The C API still has PyDict_HasKey() and _HasKeyString(); not sure if I want to change those just yet.
-
- 14 Kas, 2002 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 06 Ara, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 16 Eyl, 2000 4 kayıt (commit)
-
-
Greg Ward yazdı
are completely skipped, rather than being treated as blank lines (and then subject to the 'skip_blanks' flag). This allows us to process old-style Setup files, which rely on hello \\ # boo! there coming out as "hello there".
-
Greg Ward yazdı
Fixed precendence bug that meant setting skip_blanks to false didn't work under some circumstances.
-
Greg Ward yazdı
Factored the guts of 'warn()' out to 'gen_error()', and added the 'error()' method (trivial thanks to the refactoring).
-
Greg Ward yazdı
Dropped the 'collapse_ws' option and replaced it with 'collapse_join' -- it's *much* faster (no 're.sub()') and this is the reason I really added 'collapse_ws', ie. to remove leading whitespace from a line being joined to the previous line.
-
- 29 Eyl, 1999 1 kayıt (commit)
-
-
Greg Ward yazdı
Slightly improved the code for dealing with newline on a comment line, and for stripping whitespace.
-
- 10 Agu, 1999 1 kayıt (commit)
-
-
Greg Ward yazdı
- did away with 'comment_re' option -- it's just not that simple anymore - heavily revised the main logic in 'readline()' to accomodate this Beefed up 'warn()': 'line' can be list or tuple, and 'msg' is automatically converted to a string.
-
- 15 Nis, 1999 1 kayıt (commit)
-
-
Greg Ward yazdı
-
- 29 Mar, 1999 1 kayıt (commit)
-
-
Greg Ward yazdı
works on non-seekable file-like objects, such as URLs. (Oops.)
-
- 26 Mar, 1999 1 kayıt (commit)
-
-
Greg Ward yazdı
-
- 23 Mar, 1999 1 kayıt (commit)
-
-
Greg Ward yazdı
ProcessHierarchy's changes to support reading from a remote URL in ProcessDatabase).
-
- 08 Mar, 1999 1 kayıt (commit)
-
-
Greg Ward yazdı
-
- 18 Ock, 1999 1 kayıt (commit)
-
-
Greg Ward yazdı
-
- 13 Ock, 1999 1 kayıt (commit)
-
-
Greg Ward yazdı
files with (optional) comment stripping, blank line skipping, whitespace removal, and line joining with trailing backslashes.
-