| Commit message (Expand) | Author | Age | Files | Lines |
* | #1196: document default radix for int(). | Georg Brandl | 2007-09-24 | 1 | -11/+12 |
|
|
* | Fix typo and double word. | Georg Brandl | 2007-09-24 | 1 | -2/+2 |
|
|
* | Patch # 188 by Philip Jenvey. | Guido van Rossum | 2007-09-22 | 2 | -0/+8 |
|
|
* | Issue1704287: "make install" fails unless you do "make" first. Make | Sean Reifscheider | 2007-09-21 | 1 | -3/+4 |
|
|
* | Patch #1181: add os.environ.clear() method. | Georg Brandl | 2007-09-20 | 2 | -2/+14 |
|
|
* | Try harder to stay within the 79-column limit. There's still two places that ... | Thomas Wouters | 2007-09-20 | 1 | -44/+55 |
|
|
* | #1176: document that string methods don't take keyword args. | Georg Brandl | 2007-09-20 | 1 | -1/+3 |
|
|
* | Patch #1541463: optimize performance of cgi.FieldStorage operations. | Georg Brandl | 2007-09-20 | 2 | -10/+8 |
|
|
* | alternate -> alternative. | Georg Brandl | 2007-09-20 | 2 | -2/+2 |
|
|
* | Fit nits | Raymond Hettinger | 2007-09-20 | 1 | -7/+11 |
|
|
* | Issue #1772851. Optimization of __hash__ to behave better for big big | Facundo Batista | 2007-09-19 | 2 | -4/+43 |
|
|
* | Whitespace cleanup. | Thomas Wouters | 2007-09-19 | 1 | -27/+27 |
|
|
* | 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 | 2 | -0/+19 |
|
|
* | Annotated the correction to urllib.py, issue #1177 | Facundo Batista | 2007-09-19 | 1 | -1/+1 |
|
|
* | issue1177: Ported Facundo's from urllib2 to urllib, accepting 2xx responses. | Sean Reifscheider | 2007-09-19 | 1 | -1/+3 |
|
|
* | Fix #1169: remove docstrings in functions for -OO. | Georg Brandl | 2007-09-19 | 1 | -1/+1 |
|
|
* | issue1172: Documentation of "done" attribute in cgi module. | Sean Reifscheider | 2007-09-18 | 1 | -0/+5 |
|
|
* | Properly indent two lines. (Spotted because it caused merge conflicts in the | Thomas Wouters | 2007-09-18 | 1 | -2/+2 |
|
|
* | Cleanup docs for NamedTuple. | Raymond Hettinger | 2007-09-18 | 1 | -72/+71 |
|
|
* | Speed up of the various division operations (remainder, divide, | Facundo Batista | 2007-09-18 | 1 | -161/+139 |
|
|
* | A bit of reordering, also show more subheadings in the lang ref index. | Georg Brandl | 2007-09-18 | 2 | -43/+43 |
|
|
* | Handle corner cased on 0-tuples and 1-tuples. Add verbose option so people c... | Raymond Hettinger | 2007-09-18 | 3 | -9/+33 |
|
|
* | Add item; sort properly | Andrew M. Kuchling | 2007-09-18 | 1 | -15/+53 |
|
|
* | 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 |
|
|
* | Decimal is updated, :) | Facundo Batista | 2007-09-17 | 1 | -0/+2 |
|
|
* | issue1597011: Fix for bz2 module corner-case error due to error checking bug. | Sean Reifscheider | 2007-09-17 | 1 | -23/+17 |
|
|
* | Add a bunch of GIL release/acquire points in tp_print implementations and for | Brett Cannon | 2007-09-17 | 13 | -8/+89 |
|
|
* | Sync-up named tuples with the latest version of the ASPN recipe. | Raymond Hettinger | 2007-09-17 | 3 | -13/+61 |
|
|
* | 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 | 5 | -188/+616 |
|
|
* | Remove bdb from the "undocumented modules" list. | Georg Brandl | 2007-09-15 | 1 | -3/+0 |
|
|
* | Some additions (examples and a bit on the tutorial). | Facundo Batista | 2007-09-14 | 1 | -20/+45 |
|
|
* | ctypes.util.find_library uses dump(1) instead of objdump(1) on Solaris. | Thomas Heller | 2007-09-14 | 1 | -9/+21 |
|
|
* | Included the new functions, and new descriptions. | Facundo Batista | 2007-09-14 | 1 | -121/+437 |
|
|
* | Rename import library for debug build to _msi_d.lib. | Martin v. Löwis | 2007-09-14 | 1 | -1/+1 |
|
|
* | Clean both Release and Debug projects, to support | Martin v. Löwis | 2007-09-14 | 1 | -0/+1 |
|
|
* | Make target unique | Andrew M. Kuchling | 2007-09-13 | 1 | -1/+1 |
|
|
* | Add various items | Andrew M. Kuchling | 2007-09-13 | 1 | -0/+428 |
|
|
* | 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 |
|
|
* | Replaced variable o with obj in operator.rst because o is easy to | Mark Summerfield | 2007-09-13 | 4 | -41/+50 |
|
|
* | More path fixes. | Martin v. Löwis | 2007-09-13 | 1 | -1/+1 |
|
|
* | Fix path. | Martin v. Löwis | 2007-09-13 | 1 | -1/+1 |
|
|
* | Add more automated actions. | Martin v. Löwis | 2007-09-13 | 1 | -2/+16 |
|
|
* | #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 | 3 | -5/+28 |
|
|
* | root certificate for https://svn.python.org/, used in test_ssl | Bill Janssen | 2007-09-12 | 1 | -0/+26 |
|
|
* | bug #1154: release memory allocated by "es" PyArg_ParseTuple format specifier. | Georg Brandl | 2007-09-12 | 3 | -0/+3 |
|
|