- 27 Haz, 2008 5 kayıt (commit)
-
-
Mark Dickinson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64561 | mark.dickinson | 2008-06-27 17:49:27 +0100 (Fri, 27 Jun 2008) | 2 lines Issue #3197: rework documentation for fractions module. ........
-
Trent Nelson yazdı
................ r64555 | trent.nelson | 2008-06-26 21:30:34 -0500 (Thu, 26 Jun 2008) | 13 lines Merged revisions 64368-64369 via svnmerge from 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ı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64549 | brett.cannon | 2008-06-26 17:31:13 -0700 (Thu, 26 Jun 2008) | 7 lines warnings.warn_explicit() did not have the proper TypeErrors in place to prevent 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. ........
-
Brett Cannon yazdı
-
- 26 Haz, 2008 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
........ r64546 | benjamin.peterson | 2008-06-26 16:24:35 -0500 (Thu, 26 Jun 2008) | 1 line use the new API ........ r64547 | benjamin.peterson | 2008-06-26 16:29:19 -0500 (Thu, 26 Jun 2008) | 1 line fix isSet in _exposed ........
-
Georg Brandl yazdı
-
- 25 Haz, 2008 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64517 | benjamin.peterson | 2008-06-24 22:09:05 -0500 (Tue, 24 Jun 2008) | 1 line remove bytes alias in multiprocessing ........ r64519 | benjamin.peterson | 2008-06-25 07:39:05 -0500 (Wed, 25 Jun 2008) | 1 line use byte literals in multiprocessing ........
-
Benjamin Peterson yazdı
........ r64520 | benjamin.peterson | 2008-06-25 07:44:29 -0500 (Wed, 25 Jun 2008) | 1 line get rid of 2.6/3.0 switch statements in multiprocessing ........
-
- 24 Haz, 2008 7 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Mark Dickinson yazdı
........ r64508 | mark.dickinson | 2008-06-24 16:35:14 +0100 (Tue, 24 Jun 2008) | 2 lines Remove references to Py3k in __floor__, __ceil__ and __round__ documentation. ........
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Eric Smith yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64499 | eric.smith | 2008-06-24 07:11:59 -0400 (Tue, 24 Jun 2008) | 1 line Fixed formatting with thousands separator and padding. Resolves issue 3140. ........
-
Eric Smith yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64496 | eric.smith | 2008-06-24 02:05:30 -0400 (Tue, 24 Jun 2008) | 1 line Typo in comment. ........
-
Eric Smith yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64491 | eric.smith | 2008-06-23 20:42:10 -0400 (Mon, 23 Jun 2008) | 1 line Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticipation of fixing issue 3140. ........
-
- 23 Haz, 2008 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Senthil Kumaran yazdı
urllib,urllib2 -> urllib.request,urllib.error urlparse -> urllib.parse RobotParser -> urllib.robotparser Updated tutorial references and other module references (http.client.rst, ftplib.rst,contextlib.rst) Updated the examples in the urllib2-howto Addresses Issue3142.
-
- 22 Haz, 2008 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 21 Haz, 2008 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Facundo Batista yazdı
-
- 20 Haz, 2008 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
........ r64431 | benjamin.peterson | 2008-06-20 15:33:33 -0500 (Fri, 20 Jun 2008) | 1 line rephrase ........
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64422 | benjamin.peterson | 2008-06-19 21:47:03 -0500 (Thu, 19 Jun 2008) | 1 line add multiprocessing to the Makefile ........
-
- 19 Haz, 2008 8 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
........ r64413 | benjamin.peterson | 2008-06-19 16:39:06 -0500 (Thu, 19 Jun 2008) | 1 line skip test_macostools when UCS4 is enabled ........
-
Amaury Forgeot d'Arc yazdı
-
Amaury Forgeot d'Arc yazdı
now it silently ignores modules it cannot scan or import.
-
Benjamin Peterson yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
- 18 Haz, 2008 5 kayıt (commit)
-
-
Benjamin Peterson yazdı
........ r64371 | georg.brandl | 2008-06-18 04:28:22 -0500 (Wed, 18 Jun 2008) | 2 lines Add versionadded tags to new math functions. ........
-
Benjamin Peterson yazdı
........ r64386 | amaury.forgeotdarc | 2008-06-18 16:18:27 -0500 (Wed, 18 Jun 2008) | 3 lines The ssl certificate at https://sf.net is not valid. Switch to https://sourceforge.net ........ r64392 | benjamin.peterson | 2008-06-18 17:59:32 -0500 (Wed, 18 Jun 2008) | 2 lines Fix test_socket_ssl the easy way and remove it per #1489 ........
-
Amaury Forgeot d'Arc yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64387 | amaury.forgeotdarc | 2008-06-18 23:33:58 +0200 (mer., 18 juin 2008) | 2 lines Typo in a directory name. Should help the AMD64 buildbots ........
-
Amaury Forgeot d'Arc yazdı
and remove assertions & debugger when ssl is not present
-
Amaury Forgeot d'Arc yazdı
replace the now-invalid popen2 with a call to subprocess.Popen.
-