Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | repr() of a Fraction instance. | ||||
* | Merged revisions 64368-64369 via svnmerge from | Trent Nelson | 2008-06-27 | 6 | -1282/+927 |
| | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/tnelson-trunk-bsddb-47-upgrade ........ r64368 | trent.nelson | 2008-06-17 23:13:44 -0500 (Tue, 17 Jun 2008) | 1 line Initial commit of work pertaining to switching the Windows build from Berkeley DB 4.4.20 to 4.7.25. Note that I've deprecated the standalone '_bsddb44.vcproj' in lieu of adding the sources in a separate folder to the _bsddb project. This was a conscious decision and actually makes everything far more easier to manage. With this approach, entire test suite passed straight off the bat. Well, almost -- the timeout in bsddb/test/test_replication.py needed bumping up a little -- 2 seconds was too short. 10 seconds seems to be fine for me, but I'll make sure Jesus verifies. More documentation to come once I've been able to test out this approach on the buildbots (hence keeping the changes in a separate branch for now). ........ r64369 | trent.nelson | 2008-06-17 23:19:12 -0500 (Tue, 17 Jun 2008) | 1 line Bump Berkeley DB version from 4.4.20 to 4.7.25. ........ | ||||
* | Initialized merge tracking via "svnmerge" with revisions "1-64347" from | Trent Nelson | 2008-06-27 | 0 | -0/+0 |
| | | | | svn+ssh://pythondev@svn.python.org/python/branches/tnelson-trunk-bsddb-47-upgrade | ||||
* | 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 |
| | | | | | | | | bus errors or SystemError being raised. As a side effect of fixing this, a bad DECREF that could be triggered when 'message' and 'category' were both None was fixed. Closes issue 3211. Thanks JP Calderone for the bug report. | ||||
* | 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 |
| | | | | out by Jean Brouwers. | ||||
* | Reverting the patch from #3165, as it broke other | Facundo Batista | 2008-06-25 | 2 | -14/+22 |
| | | | | | | | | | behaviours. I left the original test commented out (note that that test came from #2702, which seems to have a problem in FreeBSD and Windows, but not in Linux). I included a new test, to watch over the now-broken behaviour, I took it from #3179. | ||||
* | 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 |
| | | | | | signs, and float('nan'), float('+nan') and float('-nan') actually all generate the exact same NaN value. | ||||
* | 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 ↵ | Eric Smith | 2008-06-24 | 4 | -23/+30 |
| | | | | anticipation of fixing issue 3140. | ||||
* | 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 |
| | | | | | in the issue 3165. Now cPickle does not fails with uncontrolled behaviour when pickling into a very deep nested structure. | ||||
* | Just returning nothing instead of rising TestSkipped, because | Facundo Batista | 2008-06-22 | 1 | -1/+5 |
| | | | | it makes the test fail in the trunk.loewis-sun buildbot. | ||||
* | Write out "phi" consistently. | Georg Brandl | 2008-06-22 | 1 | -5/+5 |
| | |||||
* | Expand docstrings of sqlite3 functions. | Georg Brandl | 2008-06-22 | 1 | -12/+52 |
| | |||||
* | Trying to see if the problem in Martin's buildot is at | Facundo Batista | 2008-06-22 | 1 | -1/+4 |
| | | | | directory creation time... | ||||
* | #3085: Fix syntax error. | Georg Brandl | 2008-06-22 | 1 | -2/+2 |
| | |||||
* | Trying to see if the @ in a path is causing the issue in the | Facundo Batista | 2008-06-22 | 1 | -1/+1 |
| | | | | shutil.rmtree() in the trunk.loewis-sun buildbot. | ||||
* | Issue 3164. Small fix to don't repeat a comparation | Facundo Batista | 2008-06-22 | 1 | -0/+2 |
| | | | | without necessity. | ||||
* | Wording fix | Andrew M. Kuchling | 2008-06-22 | 1 | -1/+1 |
| | |||||
* | Issue #2722. Now the char buffer to support the path string has | Facundo Batista | 2008-06-22 | 3 | -5/+59 |
| | | | | | not fixed length, it mallocs memory if needed. As a result, we don't have a maximum for the getcwd() method. | ||||
* | Turn section references into proper cross-references. | Georg Brandl | 2008-06-22 | 3 | -15/+12 |
| | |||||
* | In the deprecated functions I added an alert to review | Facundo Batista | 2008-06-21 | 2 | -7/+16 |
| | | | | | specially a section of the subprocess documentation that helps with the replacing of those functionss. | ||||
* | Now a from submitted via POST that also has a query string | Facundo Batista | 2008-06-21 | 4 | -0/+103 |
| | | | | | | will contain both FieldStorage and MiniFieldStorage items. Fixes #1817. | ||||
* | Fixed issue #2888. Now the behaviour of pprint when working with nested | Facundo Batista | 2008-06-21 | 4 | -2/+17 |
| | | | | structures follows the common sense (and works like in 2.5 and 3.0). | ||||
* | Reviewed and updated the documentation. Fixes #3017. | Facundo Batista | 2008-06-21 | 1 | -9/+241 |
| | |||||
* | Documentation fix. | Georg Brandl | 2008-06-21 | 1 | -1/+1 |
| | |||||
* | Docstring correction | Andrew M. Kuchling | 2008-06-21 | 1 | -1/+1 |
| | |||||
* | Use repr() for bad input strings; this makes the empty string or binary ↵ | Andrew M. Kuchling | 2008-06-21 | 2 | -10/+10 |
| | | | | characters more visible | ||||
* | Docstring typo | Andrew M. Kuchling | 2008-06-21 | 1 | -1/+1 |
| | |||||
* | Fix build on FreeBSD gcc. | Hye-Shik Chang | 2008-06-21 | 1 | -6/+6 |
| | |||||
* | Issue 3008: hex/oct/bin can show floats exactly. | Raymond Hettinger | 2008-06-21 | 3 | -2/+90 |
| |