- 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 10 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.
-
Jeremy Hylton yazdı
It consists of code from urllib, urllib2, urlparse, and robotparser. The old modules have all been removed. The new package has five submodules: urllib.parse, urllib.request, urllib.response, urllib.error, and urllib.robotparser. The urllib.request.urlopen() function uses the url opener from urllib2. Note that the unittests have not been renamed for the beta, but they will be renamed in the future. Joint work with Senthil Kumaran.
-
Jesse Noller yazdı
-
Jesse Noller yazdı
-
Mark Dickinson yazdı
reference, note that that asin(float('inf')) doesn't seem to return the expected NaN on this platform.
-
Amaury Forgeot d'Arc yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64114 | gregory.p.smith | 2008-06-11 09:41:16 +0200 (mer., 11 juin 2008) | 6 lines Merge in release25-maint r60793: Added checks for integer overflows, contributed by Google. Some are only available if asserts are left in the code, in cases where they can't be triggered from Python code. ........
-
- 17 Haz, 2008 5 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64360 | amaury.forgeotdarc | 2008-06-18 01:09:19 +0200 (mer., 18 juin 2008) | 3 lines On windows, lib2to3 should accept / and \ in the fixer_dir argument Needed to let the tests pass ........ r64361 | amaury.forgeotdarc | 2008-06-18 01:14:19 +0200 (mer., 18 juin 2008) | 2 lines Fix the previous fix ........
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64358 | benjamin.peterson | 2008-06-17 18:01:59 -0500 (Tue, 17 Jun 2008) | 1 line add needed import ........
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64356 | benjamin.peterson | 2008-06-17 17:40:44 -0500 (Tue, 17 Jun 2008) | 1 line skip test_multiprocessing when /dev/shm doesn't exist. This seems to be a chroot problem in the buildbot env. ........
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64349 | mark.dickinson | 2008-06-17 16:16:55 -0500 (Tue, 17 Jun 2008) | 4 lines Issue 3118: make test_math pass on Ubuntu/ia64. exp(-745.0) was raising OverflowError incorrectly on this platform, presumably as a result of the libm setting errno = ERANGE for this call. ........
-
Amaury Forgeot d'Arc yazdı
-