- 27 Haz, 2008 4 kayıt (commit)
-
-
Trent Nelson yazdı
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. ........
-
Brett Cannon yazdı
-
Brett Cannon yazdı
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.
-
- 26 Haz, 2008 6 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Robert Schuppenies yazdı
out by Jean Brouwers.
-
- 25 Haz, 2008 6 kayıt (commit)
-
-
Facundo Batista yazdı
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.
-
Mark Dickinson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Robert Schuppenies yazdı
-
Benjamin Peterson yazdı
-
- 24 Haz, 2008 8 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Mark Dickinson yazdı
-
Eric Smith yazdı
-
Mark Dickinson yazdı
signs, and float('nan'), float('+nan') and float('-nan') actually all generate the exact same NaN value.
-
Eric Smith yazdı
-
Benjamin Peterson yazdı
-
Eric Smith yazdı
Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticipation of fixing issue 3140.
-
- 23 Haz, 2008 3 kayıt (commit)
-
-
Thomas Heller yazdı
-
Thomas Heller yazdı
-
Raymond Hettinger yazdı
-
- 22 Haz, 2008 11 kayıt (commit)
-
-
Facundo Batista yazdı
in the issue 3165. Now cPickle does not fails with uncontrolled behaviour when pickling into a very deep nested structure.
-
Facundo Batista yazdı
it makes the test fail in the trunk.loewis-sun buildbot.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Facundo Batista yazdı
directory creation time...
-
Georg Brandl yazdı
-
Facundo Batista yazdı
shutil.rmtree() in the trunk.loewis-sun buildbot.
-
Facundo Batista yazdı
without necessity.
-
Andrew M. Kuchling yazdı
-
Facundo Batista yazdı
not fixed length, it mallocs memory if needed. As a result, we don't have a maximum for the getcwd() method.
-
Georg Brandl yazdı
-
- 21 Haz, 2008 2 kayıt (commit)
-
-
Facundo Batista yazdı
specially a section of the subprocess documentation that helps with the replacing of those functionss.
-
Facundo Batista yazdı
will contain both FieldStorage and MiniFieldStorage items. Fixes #1817.
-