Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 5 | -9/+9 |
| | | | | | | (a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block | ||||
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 3 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Remove apply() | Neal Norwitz | 2006-03-17 | 3 | -6/+5 |
| | |||||
* | Get rid of a bunch more raw_input references | Neal Norwitz | 2006-03-17 | 4 | -8/+20 |
| | |||||
* | Remove sys.exc_type, sys.exc_value, sys.exc_traceback | Neal Norwitz | 2006-03-17 | 1 | -1/+1 |
| | |||||
* | Whitespace normalization. Ran reindent.py over the entire source tree. | Tim Peters | 2004-07-18 | 14 | -1964/+1963 |
| | |||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 7 | -15/+15 |
| | | | | From SF patch #852334. | ||||
* | Massive changes from SF 589982 (tempfile.py rewrite, by Zack | Guido van Rossum | 2002-08-09 | 3 | -38/+25 |
| | | | | | Weinberg). This changes all uses of deprecated tempfile functions to the recommended ones. | ||||
* | Use md5.new() constructor | Andrew M. Kuchling | 2002-04-17 | 1 | -1/+1 |
| | |||||
* | Fix a typo in Tim's fix. | Guido van Rossum | 2002-04-04 | 1 | -1/+1 |
| | |||||
* | Convert a pile of obvious "yes/no" functions to return bool. | Tim Peters | 2002-04-04 | 1 | -3/+3 |
| | |||||
* | Use string.ascii_letters instead of string.letters (SF bug #226706). | Fred Drake | 2001-07-20 | 1 | -1/+1 |
| | |||||
* | Deleting zombies | Guido van Rossum | 2001-07-17 | 1 | -1/+0 |
| | |||||
* | typos fixed by Rob Hooft | Jeremy Hylton | 2000-06-28 | 1 | -1/+1 |
| | |||||
* | Change #! line to modern usage | Guido van Rossum | 1999-03-12 | 3 | -3/+3 |
| | |||||
* | nannified | Guido van Rossum | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | nannified | Guido van Rossum | 1998-09-14 | 4 | -375/+375 |
| | |||||
* | whrandom -> random | Guido van Rossum | 1998-05-20 | 1 | -2/+2 |
| | |||||
* | Fix bug in islocked() -- it would always return 0. | Guido van Rossum | 1998-03-17 | 1 | -0/+2 |
| | |||||
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 4 | -4/+4 |
| | |||||
* | mac utility | Guido van Rossum | 1996-07-30 | 1 | -0/+19 |
| | |||||
* | turn a pile of RCS files into a ChangeLog file | Guido van Rossum | 1996-07-30 | 1 | -0/+109 |
| | |||||
* | more elegant way to treat exit status | Guido van Rossum | 1995-10-07 | 1 | -6/+24 |
| | |||||
* | add "-r revisions" flag to log flags | Guido van Rossum | 1995-10-07 | 1 | -2/+1 |
| | |||||
* | added log option; cleanup afterwards | Guido van Rossum | 1995-10-07 | 1 | -13/+27 |
| | |||||
* | change log() to return the string instead of printing it | Guido van Rossum | 1995-10-07 | 1 | -4/+5 |
| | |||||
* | search for keyfile in sys.path as last resort; reword exception | Guido van Rossum | 1995-10-07 | 1 | -1/+8 |
| | |||||
* | flush before reading response from socket | Guido van Rossum | 1995-10-07 | 1 | -0/+1 |
| | |||||
* | mac robustness: use os.path.join | Guido van Rossum | 1995-10-07 | 1 | -1/+2 |
| | |||||
* | mac robustness: default timezone, unlink target before rename | Guido van Rossum | 1995-10-07 | 1 | -0/+4 |
| | |||||
* | change obsolete isfile to isvalid; add lock and unlock commands | Guido van Rossum | 1995-07-18 | 1 | -2/+10 |
| | |||||
* | remove comment about obsolete variable | Guido van Rossum | 1995-07-18 | 1 | -1/+0 |
| | |||||
* | implemented 'add' command and commit for added files | Guido van Rossum | 1995-07-18 | 1 | -5/+57 |
| | |||||
* | added support for -L flag (local operation) | Guido van Rossum | 1995-06-23 | 1 | -5/+17 |
| | |||||
* | add -L option | Guido van Rossum | 1995-06-23 | 1 | -1/+1 |
| | |||||
* | delete file after checkin | Guido van Rossum | 1995-06-23 | 1 | -1/+3 |
| | |||||
* | add bug comment | Guido van Rossum | 1995-06-23 | 1 | -2/+6 |
| | |||||
* | restructured index somewhat | Guido van Rossum | 1995-06-23 | 1 | -14/+35 |
| | |||||
* | rewritten using rcslib.py | Guido van Rossum | 1995-06-23 | 1 | -247/+158 |
| | |||||
* | use the new rcslib | Guido van Rossum | 1995-06-23 | 1 | -5/+12 |
| | |||||
* | initial checkin | Guido van Rossum | 1995-06-23 | 1 | -0/+280 |
| | |||||
* | define RCSProxyClient here instead of in RCSProxy.py | Guido van Rossum | 1995-06-23 | 1 | -1/+12 |
| | |||||
* | rewritten and documented | Guido van Rossum | 1995-06-23 | 1 | -170/+258 |
| | |||||
* | barry's contributions | Guido van Rossum | 1995-06-23 | 2 | -0/+256 |
| | |||||
* | added notes about security | Guido van Rossum | 1995-06-21 | 1 | -0/+16 |
| | |||||
* | import string; add 129.6.64 to security | Guido van Rossum | 1995-06-21 | 1 | -1/+2 |
| | |||||
* | add security | Guido van Rossum | 1995-06-21 | 1 | -6/+6 |
| | |||||
* | bugfixes | Guido van Rossum | 1995-06-21 | 2 | -5/+12 |
| | |||||
* | update -R; diff -r<rev>; send mail on commit | Guido van Rossum | 1995-06-21 | 1 | -9/+120 |
| | |||||
* | add doc for extra field | Guido van Rossum | 1995-06-21 | 1 | -0/+1 |
| |