| Commit message (Expand) | Author | Age | Files | Lines |
* | Add _multiprocessing module. | Martin v. Löwis | 2008-06-30 | 1 | -1/+2 |
|
|
* | Issue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pyd | Martin v. Löwis | 2008-06-30 | 2 | -0/+7 |
|
|
* | Fix #2702, with a correct accounting of recursion. | Facundo Batista | 2008-06-30 | 2 | -25/+25 |
|
|
* | Updated to reflect change in logging.config to remove out-of-date comment in ... | Vinay Sajip | 2008-06-29 | 1 | -0/+3 |
|
|
* | Removed out-of-date comment in _install_handlers and | Vinay Sajip | 2008-06-29 | 1 | -2/+1 |
|
|
* | reinstate the ending backtick. thanks Nick :) | Benjamin Peterson | 2008-06-29 | 1 | -1/+1 |
|
|
* | fix typo | Benjamin Peterson | 2008-06-28 | 1 | -1/+1 |
|
|
* | rewrap | Benjamin Peterson | 2008-06-28 | 1 | -5/+5 |
|
|
* | convert test_audioop to unittest. Thanks to Giampaolo Rodola. | Benjamin Peterson | 2008-06-28 | 1 | -264/+147 |
|
|
* | make sure we close the active channels when eof is received on them | Bill Janssen | 2008-06-28 | 1 | -0/+1 |
|
|
* | various SSL fixes; issues 1251, 3162, 3212 | Bill Janssen | 2008-06-28 | 5 | -348/+528 |
|
|
* | Issue 3230: Do not the set specific size macro. | Raymond Hettinger | 2008-06-28 | 1 | -1/+1 |
|
|
* | fix typo | Benjamin Peterson | 2008-06-28 | 1 | -6/+6 |
|
|
* | Give information for compililation of _multiprocessing.SemLock on FreeBSD: | Hye-Shik Chang | 2008-06-28 | 1 | -0/+11 |
|
|
* | edit multiprocessing docs | Benjamin Peterson | 2008-06-27 | 1 | -90/+83 |
|
|
* | Fix typo in configure.in, and propagate configure.in changes from r64002 | Mark Dickinson | 2008-06-27 | 3 | -2/+469 |
|
|
* | Fix whitespace in example code. | Raymond Hettinger | 2008-06-27 | 1 | -2/+2 |
|
|
* | Issue #3197: rework documentation for fractions module. | Mark Dickinson | 2008-06-27 | 1 | -33/+59 |
|
|
* | Add Jean Brouwers for his work on math.sum | Mark Dickinson | 2008-06-27 | 1 | -0/+1 |
|
|
* | Remove trailing 'L's from numerator and denominator in the | Mark Dickinson | 2008-06-27 | 2 | -1/+5 |
|
|
* | Merged revisions 64368-64369 via svnmerge from | Trent Nelson | 2008-06-27 | 6 | -1282/+927 |
|
|
* | Initialized merge tracking via "svnmerge" with revisions "1-64347" from | Trent Nelson | 2008-06-27 | 0 | -0/+0 |
|
|
* | Ignore .pyc and .pyo files. | Brett Cannon | 2008-06-27 | 0 | -0/+0 |
|
|
* | warnings.warn_explicit() did not have the proper TypeErrors in place to prevent | Brett Cannon | 2008-06-27 | 4 | -5/+34 |
|
|
* | fix isSet in _exposed | Benjamin Peterson | 2008-06-26 | 1 | -2/+1 |
|
|
* | use the new API | Benjamin Peterson | 2008-06-26 | 1 | -1/+1 |
|
|
* | add a htmlview directive | Benjamin Peterson | 2008-06-26 | 1 | -0/+2 |
|
|
* | Use newer versions of externals. | Georg Brandl | 2008-06-26 | 1 | -3/+3 |
|
|
* | Add a version tag for shutdown(). | Georg Brandl | 2008-06-26 | 1 | -0/+2 |
|
|
* | Corrected inconsistencies in sizeof tests and addressed issue pointed | Robert Schuppenies | 2008-06-26 | 2 | -13/+13 |
|
|
* | Reverting the patch from #3165, as it broke other | Facundo Batista | 2008-06-25 | 2 | -14/+22 |
|
|
* | issue #3199: Fix typo in Mac/Makefile.in | Mark Dickinson | 2008-06-25 | 1 | -1/+1 |
|
|
* | get rid of 2.6/3.0 switch statements in multiprocessing | Benjamin Peterson | 2008-06-25 | 2 | -23/+6 |
|
|
* | use byte literals in multiprocessing | Benjamin Peterson | 2008-06-25 | 1 | -8/+3 |
|
|
* | Issue 3147: Fixed SizeofTest failure for LLP64 systems. | Robert Schuppenies | 2008-06-25 | 1 | -71/+60 |
|
|
* | remove bytes alias in multiprocessing | Benjamin Peterson | 2008-06-25 | 2 | -14/+0 |
|
|
* | Revert 64424, 64438, and 64439. | Raymond Hettinger | 2008-06-24 | 9 | -138/+9 |
|
|
* | Issue 3189: Py3k DeprecationWarning in difflib | Raymond Hettinger | 2008-06-24 | 1 | -4/+4 |
|
|
* | Remove references to Py3k in __floor__, __ceil__ and __round__ documentation. | Mark Dickinson | 2008-06-24 | 1 | -6/+3 |
|
|
* | Fixed formatting with thousands separator and padding. Resolves issue 3140. | Eric Smith | 2008-06-24 | 2 | -13/+21 |
|
|
* | Change description of float('nan') feature; NaNs don't care much about | Mark Dickinson | 2008-06-24 | 1 | -2/+2 |
|
|
* | Typo in comment. | Eric Smith | 2008-06-24 | 1 | -1/+1 |
|
|
* | minor fix | Benjamin Peterson | 2008-06-24 | 1 | -1/+1 |
|
|
* | Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticip... | Eric Smith | 2008-06-24 | 4 | -23/+30 |
|
|
* | Include debug info when assembling win64.asm in a debug build. | Thomas Heller | 2008-06-23 | 1 | -1/+1 |
|
|
* | Fix compilation on Windows. | Thomas Heller | 2008-06-23 | 1 | -2/+4 |
|
|
* | Issue 3161: Missing import and test. | Raymond Hettinger | 2008-06-23 | 2 | -0/+16 |
|
|
* | Fixing the problem stated in issue 2702 with the patch submitted | Facundo Batista | 2008-06-22 | 2 | -2/+20 |
|
|
* | Just returning nothing instead of rising TestSkipped, because | Facundo Batista | 2008-06-22 | 1 | -1/+5 |
|
|
* | Write out "phi" consistently. | Georg Brandl | 2008-06-22 | 1 | -5/+5 |
|
|