| Commit message (Expand) | Author | Age | Files | Lines |
* | On OS X, use os.uname() instead of gestalt.sysv(...) to get the | Thomas Heller | 2007-10-11 | 1 | -10/+3 |
|
|
* | show paste if > 80 columns. Patch 1659326 Tal Einat. | Kurt B. Kaiser | 2007-10-10 | 2 | -0/+3 |
|
|
* | Allow cursor color change w/o restart. Patch 1725576 Tal Einat. | Kurt B. Kaiser | 2007-10-10 | 2 | -0/+5 |
|
|
* | Accept Jim Jewett's api suggestion to use None instead of -1 to indicate unbo... | Raymond Hettinger | 2007-10-10 | 1 | -1/+18 |
|
|
* | Allow interrupt only when executing user code in subprocess | Kurt B. Kaiser | 2007-10-09 | 2 | -3/+13 |
|
|
* | Use the highest cPickle protocol in bsddb.dbshelve. This comes from | Gregory P. Smith | 2007-10-09 | 1 | -14/+28 |
|
|
* | Fix a double free when positioning a database cursor to a non-existant | Gregory P. Smith | 2007-10-09 | 1 | -0/+20 |
|
|
* | Make the error messages more specific | Raymond Hettinger | 2007-10-09 | 1 | -6/+9 |
|
|
* | Eliminate camelcase function name | Raymond Hettinger | 2007-10-08 | 2 | -17/+23 |
|
|
* | Better variable names | Raymond Hettinger | 2007-10-08 | 1 | -4/+4 |
|
|
* | Add comments to NamedTuple code. | Raymond Hettinger | 2007-10-08 | 2 | -3/+23 |
|
|
* | Update docstring of sched, also remove an unused assignment. | Georg Brandl | 2007-10-08 | 1 | -6/+6 |
|
|
* | Ensure that this test will pass even if another test left an unwritable TESTFN. | Neal Norwitz | 2007-10-06 | 1 | -5/+4 |
|
|
* | Use the host the author likely meant in the first place. pop.gmail.com is | Gregory P. Smith | 2007-10-06 | 1 | -4/+1 |
|
|
* | Add __asdict__() to NamedTuple and refine the docs. | Raymond Hettinger | 2007-10-05 | 3 | -31/+76 |
|
|
* | configDialog cleanup. Patch 1730217 Tal Einat. | Kurt B. Kaiser | 2007-10-04 | 2 | -40/+44 |
|
|
* | textView cleanup. Patch 1718043 Tal Einat. | Kurt B. Kaiser | 2007-10-04 | 4 | -50/+54 |
|
|
* | Clean up EditorWindow close. | Kurt B. Kaiser | 2007-10-04 | 3 | -14/+19 |
|
|
* | Remove unused theme that was causing a fault in p3k. | Kurt B. Kaiser | 2007-10-04 | 1 | -1/+0 |
|
|
* | Assume that the user knows when he wants to end the line; don't insert | Kurt B. Kaiser | 2007-10-04 | 2 | -15/+4 |
|
|
* | itertools.count() no longer limited to sys.maxint. | Raymond Hettinger | 2007-10-04 | 1 | -1/+6 |
|
|
* | Added a class to store the digits of log(10), so that they can be made | Facundo Batista | 2007-10-02 | 1 | -16/+49 |
|
|
* | Made the various is_* operations return booleans. This was discussed | Facundo Batista | 2007-10-02 | 3 | -125/+2240 |
|
|
* | Change to LogRecord.__init__() to fix #1206. Note that archaic use of type(x)... | Vinay Sajip | 2007-09-27 | 1 | -1/+3 |
|
|
* | Minor date change. | Vinay Sajip | 2007-09-27 | 1 | -2/+2 |
|
|
* | Change to basicConfig() to fix #1021. | Vinay Sajip | 2007-09-27 | 1 | -1/+1 |
|
|
* | Change to flush and close logic to fix #1760556. | Vinay Sajip | 2007-09-27 | 1 | -4/+7 |
|
|
* | #1177: accept 2xx responses for https too, not only http. | Georg Brandl | 2007-09-24 | 1 | -1/+3 |
|
|
* | Patch # 188 by Philip Jenvey. | Guido van Rossum | 2007-09-22 | 1 | -0/+7 |
|
|
* | Patch #1181: add os.environ.clear() method. | Georg Brandl | 2007-09-20 | 1 | -0/+8 |
|
|
* | Patch #1541463: optimize performance of cgi.FieldStorage operations. | Georg Brandl | 2007-09-20 | 1 | -10/+6 |
|
|
* | Issue #1772851. Optimization of __hash__ to behave better for big big | Facundo Batista | 2007-09-19 | 2 | -4/+43 |
|
|
* | Fix obvious typo in threaded test. | Thomas Wouters | 2007-09-19 | 1 | -1/+1 |
|
|
* | Issue #1772851. Alters long.__hash__ from being *almost* completely | Facundo Batista | 2007-09-19 | 1 | -0/+11 |
|
|
* | issue1177: Ported Facundo's from urllib2 to urllib, accepting 2xx responses. | Sean Reifscheider | 2007-09-19 | 1 | -1/+3 |
|
|
* | Speed up of the various division operations (remainder, divide, | Facundo Batista | 2007-09-18 | 1 | -161/+139 |
|
|
* | Handle corner cased on 0-tuples and 1-tuples. Add verbose option so people c... | Raymond Hettinger | 2007-09-18 | 2 | -8/+15 |
|
|
* | issue1082: Fixing platform and system for Vista. | Sean Reifscheider | 2007-09-17 | 1 | -0/+6 |
|
|
* | The methods always return Decimal classes, even if they're | Facundo Batista | 2007-09-17 | 2 | -34/+53 |
|
|
* | Sync-up named tuples with the latest version of the ASPN recipe. | Raymond Hettinger | 2007-09-17 | 2 | -10/+26 |
|
|
* | use binary mode when reading files for testAsyncore to make Windows happy | Bill Janssen | 2007-09-16 | 1 | -1/+1 |
|
|
* | Add support for asyncore server-side SSL support. This requires | Bill Janssen | 2007-09-16 | 3 | -130/+582 |
|
|
* | ctypes.util.find_library uses dump(1) instead of objdump(1) on Solaris. | Thomas Heller | 2007-09-14 | 1 | -9/+21 |
|
|
* | Put the parameter watchexp back in (changed watchexp from an int | Facundo Batista | 2007-09-13 | 1 | -2/+13 |
|
|
* | Merged the decimal-branch (revisions 54886 to 58140). Decimal is now | Facundo Batista | 2007-09-13 | 149 | -3037/+60541 |
|
|
* | #1120: put explicit version in the shebang lines of pydoc, idle | Georg Brandl | 2007-09-12 | 1 | -1/+2 |
|
|
* | Bug #1153: repr.repr() now doesn't require set and dictionary items | Georg Brandl | 2007-09-12 | 2 | -5/+25 |
|
|
* | root certificate for https://svn.python.org/, used in test_ssl | Bill Janssen | 2007-09-12 | 1 | -0/+26 |
|
|
* | Generators had their throw() method allowing string exceptions. That's a | Brett Cannon | 2007-09-11 | 1 | -1/+1 |
|
|
* | Disable some tests that fail on the 'ppc Debian unstable' buildbot to | Thomas Heller | 2007-09-11 | 2 | -22/+22 |
|
|