- 01 Sep, 2009 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
- 31 Aug, 2009 3 commits
-
-
Senthil Kumaran authored
-
Mark Dickinson authored
-
Georg Brandl authored
-
- 30 Aug, 2009 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
- 29 Aug, 2009 2 commits
-
-
Amaury Forgeot d'Arc authored
this affect text files opened with io.open(), and the print() function of py3k
-
Tarek Ziadé authored
-
- 28 Aug, 2009 5 commits
-
-
Mark Dickinson authored
-
Lars Gustäbel authored
No longer use tarfile.normpath() on pathnames. Store pathnames unchanged, i.e. do not remove "./", "../" and "//" occurrences. However, still convert absolute to relative paths.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Mark Dickinson authored
Decimal.compare_total_mag.
-
- 27 Aug, 2009 5 commits
-
-
Kristján Valur Jónsson authored
Allow the XML-RPC server to use the HTTP request path when dispatching. Added a MultiPathXMLRPCServer class that uses the feature, plus unit tests.
-
Kristján Valur Jónsson authored
Add an "exc_value" attribute to the _AssertRaisesContext context manager in the unittest package. This allows further tests on the exception that was raised after the context manager exits.
-
Georg Brandl authored
-
Georg Brandl authored
-
R. David Murray authored
-
- 24 Aug, 2009 8 commits
-
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Kristján Valur Jónsson authored
fix a mistake in instantiatiating the HTTPSConnection class.
-
- 23 Aug, 2009 1 commit
-
-
Georg Brandl authored
-
- 21 Aug, 2009 2 commits
-
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
- 20 Aug, 2009 4 commits
-
-
Vinay Sajip authored
-
Tarek Ziadé authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
- 19 Aug, 2009 1 commit
-
-
Gregory P. Smith authored
We do not need to force a close when using socket buffering on a httplib.HTTPRequest as the library does not support streaming requests so there should never been extra data beyond the end of the current request to have left over in the requests socket buffer. see http://bugs.python.org/issue6724
-
- 18 Aug, 2009 5 commits
-
-
Guilherme Polo authored
-
Guilherme Polo authored
-
Skip Montanaro authored
-
Guilherme Polo authored
-
Guilherme Polo authored
-