| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue 1106316. post_mortem()'s parameter, traceback, is now | Facundo Batista | 2008-03-08 | 1 | -0/+5 |
|
|
* | Speed up with statements by storing the __exit__ method on the stack instead ... | Nick Coghlan | 2008-03-07 | 1 | -0/+3 |
|
|
* | Progress on issue #1193577 by adding a polling .shutdown() method to | Jeffrey Yasskin | 2008-03-07 | 1 | -0/+3 |
|
|
* | Bug #2220: handle rlcompleter attribute match failure more gracefully. | Georg Brandl | 2008-03-06 | 1 | -0/+2 |
|
|
* | #2225: return nonzero status code from py_compile if not all files could be c... | Georg Brandl | 2008-03-06 | 1 | -0/+3 |
|
|
* | Add missing NEWS entry for r61263. | Georg Brandl | 2008-03-06 | 1 | -0/+3 |
|
|
* | Patch #2232: os.tmpfile might fail on Windows if the user has no | Martin v. Löwis | 2008-03-06 | 1 | -0/+6 |
|
|
* | C implementation of itertools.permutations(). | Raymond Hettinger | 2008-03-05 | 1 | -1/+1 |
|
|
* | Issue 1872: Changed the struct module typecode from 't' to '?', for | Thomas Heller | 2008-03-05 | 1 | -0/+3 |
|
|
* | News entry for yesterdays commit. | Thomas Heller | 2008-03-05 | 1 | -0/+10 |
|
|
* | test_smtplib sometimes reports leaks too, suppress it | Neal Norwitz | 2008-03-05 | 1 | -1/+1 |
|
|
* | Use -u urlfetch to run more tests | Neal Norwitz | 2008-03-05 | 1 | -3/+3 |
|
|
* | Tabs -> spaces | Neal Norwitz | 2008-03-05 | 1 | -13/+13 |
|
|
* | Issue#2238: some syntax errors from *args or **kwargs expressions | Amaury Forgeot d'Arc | 2008-03-05 | 1 | -0/+6 |
|
|
* | Typo fix | Andrew M. Kuchling | 2008-03-04 | 1 | -1/+1 |
|
|
* | Typo fix | Andrew M. Kuchling | 2008-03-04 | 1 | -1/+1 |
|
|
* | Since abc._Abstract was replaces by a new type flags the regression test suit... | Christian Heimes | 2008-03-03 | 1 | -0/+2 |
|
|
* | Refactor test_logging to use unittest. This should finally solve the flakiness | Brett Cannon | 2008-03-03 | 2 | -1/+2 |
|
|
* | Added note about update of sqlite3 module. | Gerhard Häring | 2008-03-02 | 1 | -0/+2 |
|
|
* | Set things up for 2.6a2. | Barry Warsaw | 2008-03-01 | 1 | -0/+6 |
|
|
* | Add date to NEWS | Barry Warsaw | 2008-03-01 | 1 | -1/+1 |
|
|
* | fix typo | Fred Drake | 2008-03-01 | 1 | -1/+1 |
|
|
* | Bump to version 2.6a1 | Barry Warsaw | 2008-03-01 | 1 | -2/+2 |
|
|
* | Add __format__ method to Decimal, to support PEP 3101 | Mark Dickinson | 2008-02-29 | 1 | -0/+2 |
|
|
* | Add alternate constructor for itertools.chain(). | Raymond Hettinger | 2008-02-28 | 1 | -0/+2 |
|
|
* | Add itertools.combinations(). | Raymond Hettinger | 2008-02-26 | 1 | -0/+2 |
|
|
* | Add a timing flag to Trace so you can see where slowness occurs | Neal Norwitz | 2008-02-26 | 1 | -0/+2 |
|
|
* | Fix typo of hexidecimal | Neal Norwitz | 2008-02-24 | 1 | -2/+2 |
|
|
* | #1627: httplib now ignores negative Content-Length headers. | Georg Brandl | 2008-02-24 | 1 | -0/+2 |
|
|
* | #900744: If an invalid chunked-encoding header is sent by a server, | Georg Brandl | 2008-02-24 | 1 | -0/+4 |
|
|
* | #1506171: added operator.methodcaller(). | Georg Brandl | 2008-02-23 | 1 | -0/+2 |
|
|
* | #1826: allow dotted attribute paths in operator.attrgetter. | Georg Brandl | 2008-02-23 | 1 | -0/+2 |
|
|
* | Issue #2051 and patch from Alexander Belopolsky: | Christian Heimes | 2008-02-23 | 1 | -0/+3 |
|
|
* | Patch #1957: syslogmodule: Release GIL when calling syslog(3) | Christian Heimes | 2008-02-23 | 1 | -0/+2 |
|
|
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
|
|
* | #1433694: minidom's .normalize() failed to set .nextSibling for last element. | Andrew M. Kuchling | 2008-02-23 | 1 | -0/+1 |
|
|
* | #2067: file.__exit__() now calls subclasses' close() method. | Georg Brandl | 2008-02-23 | 1 | -1/+3 |
|
|
* | Issue 1089358. Adds the siginterrupt() function, that is just a | Facundo Batista | 2008-02-23 | 1 | -0/+1 |
|
|
* | #1492: allow overriding BaseHTTPServer's content type for error messages. | Georg Brandl | 2008-02-23 | 1 | -0/+3 |
|
|
* | Patch #1759: Backport of PEP 3129 class decorators | Christian Heimes | 2008-02-23 | 1 | -0/+2 |
|
|
* | Issue 1781. Now ConfigParser.add_section does not let you add a | Facundo Batista | 2008-02-23 | 1 | -0/+3 |
|
|
* | Issue 1881. Increased the stack limit from 500 to 1500. Also added | Facundo Batista | 2008-02-23 | 1 | -0/+3 |
|
|
* | Added future_builtins, which contains PEP 3127 compatible versions of hex() a... | Eric Smith | 2008-02-23 | 1 | -0/+8 |
|
|
* | Document itertools.product(). | Raymond Hettinger | 2008-02-22 | 1 | -0/+3 |
|
|
* | Fix a few typos and layout glitches (more work is needed). | Guido van Rossum | 2008-02-21 | 2 | -2141/+2144 |
|
|
* | Removed uses of dict.has_key() from distutils, and uses of | Guido van Rossum | 2008-02-21 | 1 | -0/+5 |
|
|
* | Remove news about float repr() -- issue 1580 is still in limbo. | Guido van Rossum | 2008-02-21 | 1 | -4/+0 |
|
|
* | Trim leading zeros from a floating point exponent, per C99. See issue 1600. ... | Eric Smith | 2008-02-20 | 1 | -0/+7 |
|
|
* | Added PEP 3101. | Eric Smith | 2008-02-19 | 1 | -0/+6 |
|
|
* | Issue 1224. Now we support again the double slash in the URL. | Facundo Batista | 2008-02-18 | 1 | -0/+2 |
|
|