- 02 Mar, 2009 1 commit
-
-
Benjamin Peterson authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r70107 | benjamin.peterson | 2009-03-02 16:41:42 -0600 (Mon, 02 Mar 2009) | 1 line give httplib.IncompleteRead a more sane repr #4308 ........
-
- 03 Nov, 2008 1 commit
-
-
Benjamin Peterson authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r67077 | benjamin.peterson | 2008-11-03 09:14:51 -0600 (Mon, 03 Nov 2008) | 1 line #4048 make the parser module accept relative imports as valid ........
-
- 06 Sep, 2008 1 commit
-
-
Benjamin Peterson authored
Reviewer: Benjamin
-
- 16 Jul, 2008 1 commit
-
-
Georg Brandl authored
-
- 15 Jul, 2008 1 commit
-
-
Thomas Heller authored
-
- 12 Jul, 2008 1 commit
-
-
Benjamin Peterson authored
-
- 08 Jul, 2008 1 commit
-
-
Nick Coghlan authored
-
- 27 Jun, 2008 1 commit
-
-
Mark Dickinson authored
-
- 13 Jun, 2008 1 commit
-
-
Benjamin Peterson authored
-
- 11 Jun, 2008 1 commit
-
-
Benjamin Peterson authored
-
- 10 Jun, 2008 2 commits
-
-
Raymond Hettinger authored
-
Georg Brandl authored
-
- 04 Jun, 2008 1 commit
-
-
Martin v. Löwis authored
-
- 22 May, 2008 1 commit
-
-
Brett Cannon authored
-
- 18 May, 2008 1 commit
-
-
Georg Brandl authored
-
- 11 May, 2008 2 commits
-
-
Benjamin Peterson authored
-
Andrew M. Kuchling authored
-
- 10 May, 2008 2 commits
-
-
Brett Cannon authored
-
Andrew M. Kuchling authored
Allow multiple repositories in .pypirc; see http://wiki.python.org/moin/EnhancedPyPI for discussion. The patch is slightly revised from Tarek's last patch: I've simplified the PyPIRCCommand.finalize_options() method to not look at sys.argv. Tests still pass.
-
- 28 Mar, 2008 1 commit
-
-
Gregory P. Smith authored
Adds sqlite3.Connection.iterdump to allow dumping of databases.
-
- 27 Mar, 2008 1 commit
-
-
Benjamin Peterson authored
-
- 25 Mar, 2008 2 commits
-
-
Benjamin Peterson authored
the header to ACKS
-
Benjamin Peterson authored
-
- 24 Mar, 2008 1 commit
-
-
Martin v. Löwis authored
-
- 19 Mar, 2008 1 commit
-
-
David Wolever authored
-
- 18 Mar, 2008 2 commits
-
-
Eric Smith authored
This work is substantially Anthony Baxter's, from issue 1633807. I just freshened it, made a few minor tweaks, and added the test cases. I also created issue 2412, which is to check for 2to3's behavior with the print function. I also added myself to ACKS.
-
Guido van Rossum authored
doesn't derive from BaseException.
-
- 13 Mar, 2008 3 commits
-
-
Brett Cannon authored
Closes issue #1960. Thanks Giampaolo Rodola.
-
Brett Cannon authored
Patch from GHOP 294 by David Marek.
-
Brett Cannon authored
Done as GHOP 238 by Josip Dzolonga.
-
- 03 Mar, 2008 1 commit
-
-
Brett Cannon authored
issues. Thanks to Antoine Pitrou for the patch.
-
- 23 Feb, 2008 1 commit
-
-
Andrew M. Kuchling authored
Fix by Malte Helmert
-
- 17 Feb, 2008 1 commit
-
-
Brett Cannon authored
Thanks to Christopher White from GHOP.
-
- 02 Feb, 2008 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
- 20 Jan, 2008 1 commit
-
-
Andrew M. Kuchling authored
Fix an off-by-one error I noticed.
-
- 19 Jan, 2008 4 commits
-
-
Andrew M. Kuchling authored
a default timeout has been set, by using getsockopt() to get the error condition (instead of trying another connect() call, which seems to be a Linuxism). 2.5 bugfix candidate, assuming no one reports any problems with this change.
-
Andrew M. Kuchling authored
Contributed by John Lenton.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
.handle_timeout() method when no requests are received within the timeout period.
-