- 03 Nis, 2009 7 kayıt (commit)
-
-
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 8 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Georg Brandl yazdı
#5656: detect correct encoding of files when reporting coverage in trace.py, and ignore files in the temporary directory when reporting.
-
R. David Murray yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r70997 | r.david.murray | 2009-04-01 17:26:18 -0400 (Wed, 01 Apr 2009) | 3 lines Add tests checking the CSV module's ability to handle embedded newlines in quoted field values. ........
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r70992 | georg.brandl | 2009-04-01 16:00:55 -0500 (Wed, 01 Apr 2009) | 1 line #4572: add SEEK_* values as constants in io.py. ........ r70995 | benjamin.peterson | 2009-04-01 16:12:54 -0500 (Wed, 01 Apr 2009) | 1 line add seek constants to __all__ ........
-
Raymond Hettinger yazdı
-
Jesse Noller yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r70953 | hirokazu.yamamoto | 2009-04-01 10:13:52 -0500 (Wed, 01 Apr 2009) | 1 line Fixed compile error on windows. ........
-
Brett Cannon yazdı
-