summaryrefslogtreecommitdiffstats
path: root/Demo/pdist/rcslib.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete pdist demo.Georg Brandl2010-08-021-334/+0
|
* Merged revisions 78779 via svnmerge fromBenjamin Peterson2010-03-211-0/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78779 | benjamin.peterson | 2010-03-07 20:11:06 -0600 (Sun, 07 Mar 2010) | 1 line remove svn:executable from scripts without a shebang line ........
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-171-9/+9
| | | | lingering print statements.
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-2/+2
| | | | | | | | | | | | | | | | | | | | number of tests, all because of the codecs/_multibytecodecs issue described here (it's not a Py3K issue, just something Py3K discovers): http://mail.python.org/pipermail/python-dev/2006-April/064051.html Hye-Shik Chang promised to look for a fix, so no need to fix it here. The tests that are expected to break are: test_codecencodings_cn test_codecencodings_hk test_codecencodings_jp test_codecencodings_kr test_codecencodings_tw test_codecs test_multibytecodec This merge fixes an actual test failure (test_weakref) in this branch, though, so I believe merging is the right thing to do anyway.
* Whitespace normalization. Ran reindent.py over the entire source tree.Tim Peters2004-07-181-3/+3
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
| | | | From SF patch #852334.
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-16/+11
| | | | | Weinberg). This changes all uses of deprecated tempfile functions to the recommended ones.
* Use string.ascii_letters instead of string.letters (SF bug #226706).Fred Drake2001-07-201-1/+1
|
* typos fixed by Rob HooftJeremy Hylton2000-06-281-1/+1
|
* nannifiedGuido van Rossum1998-09-141-229/+229
|
* Fix bug in islocked() -- it would always return 0.Guido van Rossum1998-03-171-0/+2
|
* more elegant way to treat exit statusGuido van Rossum1995-10-071-6/+24
|
* change log() to return the string instead of printing itGuido van Rossum1995-10-071-4/+5
|
* rewritten and documentedGuido van Rossum1995-06-231-170/+258
|
* barry's contributionsGuido van Rossum1995-06-231-0/+230