- 03 Nis, 2009 1 kayıt (commit)
-
-
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 14 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ı
-
Benjamin Peterson yazdı
-
Brett Cannon yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r70979 | brett.cannon | 2009-04-01 13:25:48 -0700 (Wed, 01 Apr 2009) | 3 lines test_warnings ironically had a single test that was not protecting the warnings filter and was resetting it. ........
-
Senthil Kumaran yazdı
Fix for issue5040. Adding support for unicode message passing and tests for unicode message and test for Content-Length.
-
Brett Cannon yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r70975 | brett.cannon | 2009-04-01 12:57:10 -0700 (Wed, 01 Apr 2009) | 4 lines test_logging was blindly clearing the warnings filter. This caused PendingDeprecationWarnings to be spewed all over by unittest.failIf*(). Fix moves over to using warnings.catch_warning to protect the warnings filter. ........
-
Raymond Hettinger yazdı
-
Brett Cannon yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r70965 | brett.cannon | 2009-04-01 11:03:59 -0700 (Wed, 01 Apr 2009) | 5 lines _warnings was importing itself to get an attribute. That's bad if warnings gets called in a thread that was spawned by an import itself. Last part to close #1665206. ........
-