- 21 Feb, 2011 8 commits
-
-
Brett Cannon authored
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 authored
with large config files.
-
Antoine Pitrou authored
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 authored
-
Antoine Pitrou authored
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 authored
-
Martin v. Löwis authored
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 Feb, 2011 4 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 19 Feb, 2011 6 commits
-
-
Georg Brandl authored
#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 authored
-
Éric Araujo authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 18 Feb, 2011 2 commits
-
-
Brett Cannon authored
Patch reviewed by Raymond Hettinger, permission from Georg Brandl to commit during an RC.
-
Raymond Hettinger authored
-
- 17 Feb, 2011 2 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 15 Feb, 2011 4 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
#941346: Fix broken shared library build on AIX. Patch by Sebastien Sable, review by Antoine Pitrou.
-
Georg Brandl authored
-
Georg Brandl authored
-
- 14 Feb, 2011 2 commits
-
-
Raymond Hettinger authored
-
Georg Brandl authored
-
- 13 Feb, 2011 4 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 12 Feb, 2011 1 commit
-
-
R. David Murray authored
-
- 11 Feb, 2011 7 commits
-
-
R. David Murray authored
-
R. David Murray authored
-
Martin v. Löwis authored
Reviewed by Georg Brandl.
-
Martin v. Löwis authored
Reviewed by Georg Brandl.
-
Martin v. Löwis authored
-
Giampaolo Rodolà authored
reverting r88395 and r88387 as per http://mail.python.org/pipermail/python-dev/2011-February/108005.html
-
Giampaolo Rodolà authored
In different occasions close() might be called more than once, causing problems with already disconnected sockets/dispatchers.
-