- 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 10 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.
-
Senthil Kumaran authored
Fixed issue11082 - Reject str for POST data with a TypeError. Document the need to explicitly encode to bytes when using urlencode.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 10 Feb, 2011 4 commits
-
-
Giampaolo Rodolà authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 09 Feb, 2011 1 commit
-
-
Brett Cannon authored
-