- 03 Nis, 2009 14 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Eric Smith yazdı
This is incomplete, but I want to get some version into the next alpha. I am still working on: Documentation. More tests. Implement for floats. In addition, there's an existing bug with 'n' formatting that carries forward to thousands grouping (issue 5515).
-
Eric Smith yazdı
-
Alexandre Vassalotti yazdı
Remove unreachable calls to test(). This restores the behavior of SimpleHTTPServer, where a user could type "python -m SimpleHTTPServer" and get a simple server for sharing files. Now, you can do the same thing with "python3 -m http.server".
-
Alexandre Vassalotti yazdı
Apparently, Guido don't like this behavior. [1] I also agree that the memo should be left as an implementation detail. [1]: http://mail.python.org/pipermail/python-dev/2009-March/086809.html
-
Alexandre Vassalotti yazdı
This restores the behavior that was present in Python 2.x.
-
Alexandre Vassalotti yazdı
-
Alexandre Vassalotti yazdı
-
Alexandre Vassalotti yazdı
-
Raymond Hettinger yazdı
-
Alexandre Vassalotti yazdı
Initialize last_string and arg member of Unpickler.
-
Raymond Hettinger yazdı
-
- 02 Nis, 2009 25 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
are consistent with the corresponding tuple index.
-
Antoine Pitrou yazdı
........ r71070 | antoine.pitrou | 2009-04-02 23:18:34 +0200 (jeu., 02 avril 2009) | 3 lines Issue #2396: backport the memoryview object. ........
-
R. David Murray yazdı
Merged revisions 71046 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71046 | r.david.murray | 2009-04-02 10:05:35 -0400 (Thu, 02 Apr 2009) | 4 lines Add missing iteritems() call to the for loop in mailbox.MH.get_message(). Fixes issue2625. ........
-
R. David Murray yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Mark Dickinson yazdı
-
Brett Cannon yazdı
paths used '/' as a path separator. Fixes issue #5646.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Hye-Shik Chang yazdı
error replacement returned by codec error callbacks twice in IncrementalEncoder and StreamWriter.
-
Brett Cannon yazdı
that is in fact the case. Closes issue #5442.
-
R. David Murray yazdı
strptime does not accept it in the strftime behavior section of the datetime docs. Closes issue 2568. Porting by hand since svnmerge disclaims all knowledge of the trunk commit.
-
Brett Cannon yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r71031 | brett.cannon | 2009-04-01 20:17:39 -0700 (Wed, 01 Apr 2009) | 6 lines PyImport_AppendInittab() took a char * as a first argument even though that string was stored beyond the life of the call. Changed the signature to be const char * to help make this point. Closes issue #1419652. ........
-
Senthil Kumaran yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r71014 | benjamin.peterson | 2009-04-01 20:03:17 -0500 (Wed, 01 Apr 2009) | 1 line handle SEEK_ constants in test_io ........
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 01 Nis, 2009 1 kayıt (commit)
-
-
Brett Cannon yazdı
-