- 21 Şub, 2011 11 kayıt (commit)
-
-
Ned Deily yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88475 | ned.deily | 2011-02-21 12:44:27 -0800 (Mon, 21 Feb 2011) | 3 lines Issue #11268: Prevent Mac OS X Installer failure if Documentation package had previously been installed. ........
-
Raymond Hettinger yazdı
-
Brett Cannon yazdı
........ r88467 | brett.cannon | 2011-02-21 11:29:56 -0800 (Mon, 21 Feb 2011) | 11 lines Issue #10990: Prevent tests from clobbering a set trace function. Many tests simply didn't care if they unset a pre-existing trace function. This made test coverage impossible. This patch fixes various tests to put back any pre-existing trace function. It also introduces test.support.no_tracing as a decorator which will temporarily unset the trace function for tests which simply fail otherwise. Thanks to Kristian Vlaardingerbroek for helping to find the cause of various trace function unsets. ........
-
Brett Cannon yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88465 | brett.cannon | 2011-02-21 11:24:10 -0800 (Mon, 21 Feb 2011) | 2 lines Ignore Vim .swp files. ........
-
Raymond Hettinger yazdı
with large config files.
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88464 | antoine.pitrou | 2011-02-21 20:05:08 +0100 (lun., 21 févr. 2011) | 3 lines Fix issues on 32-bit systems introduced by r88460 ........ r88466 | antoine.pitrou | 2011-02-21 20:28:40 +0100 (lun., 21 févr. 2011) | 3 lines Fix compile error under MSVC introduced by r88460. ........
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88460 | antoine.pitrou | 2011-02-21 19:03:13 +0100 (lun., 21 févr. 2011) | 4 lines Issue #10276: Fix the results of zlib.crc32() and zlib.adler32() on buffers larger than 4GB. Patch by Nadeem Vawda. ........
-
Raymond Hettinger yazdı
-
Martin v. Löwis yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88456 | martin.v.loewis | 2011-02-21 17:24:00 +0100 (Mo, 21 Feb 2011) | 2 lines - Check for NULL result in PyType_FromSpec. ........
-
- 20 Şub, 2011 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 19 Şub, 2011 6 kayıt (commit)
-
-
Georg Brandl yazdı
#11249: in PyType_FromSpec, copy tp_doc slot since it usually will point to a static string literal which should not be deallocated together with the type.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 18 Şub, 2011 2 kayıt (commit)
-
-
Brett Cannon yazdı
Patch reviewed by Raymond Hettinger, permission from Georg Brandl to commit during an RC.
-
Raymond Hettinger yazdı
-
- 17 Şub, 2011 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 15 Şub, 2011 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
#941346: Fix broken shared library build on AIX. Patch by Sebastien Sable, review by Antoine Pitrou.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 14 Şub, 2011 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Georg Brandl yazdı
-
- 13 Şub, 2011 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 12 Şub, 2011 1 kayıt (commit)
-
-
R. David Murray yazdı
-
- 11 Şub, 2011 4 kayıt (commit)
-
-
R. David Murray yazdı
-
R. David Murray yazdı
-
Martin v. Löwis yazdı
Reviewed by Georg Brandl.
-
Martin v. Löwis yazdı
Reviewed by Georg Brandl.
-