- 30 Agu, 2009 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 29 Agu, 2009 2 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
this affect text files opened with io.open(), and the print() function of py3k
-
Tarek Ziadé yazdı
-
- 28 Agu, 2009 5 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Lars Gustäbel yazdı
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 yazdı
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
Decimal.compare_total_mag.
-
- 27 Agu, 2009 5 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
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 yazdı
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 yazdı
-
Georg Brandl yazdı
-
R. David Murray yazdı
-
- 24 Agu, 2009 8 kayıt (commit)
-
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Kristján Valur Jónsson yazdı
fix a mistake in instantiatiating the HTTPSConnection class.
-
- 23 Agu, 2009 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 21 Agu, 2009 2 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
-
- 20 Agu, 2009 4 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Tarek Ziadé yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
- 19 Agu, 2009 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
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 Agu, 2009 10 kayıt (commit)
-
-
Guilherme Polo yazdı
-
Guilherme Polo yazdı
-
Skip Montanaro yazdı
-
Guilherme Polo yazdı
-
Guilherme Polo yazdı
-
Guilherme Polo yazdı
-
Guilherme Polo yazdı
-
Guilherme Polo yazdı
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
added more test coverage for distutils.filelist to prevent regressions when fnmatch or re are changed
-
- 17 Agu, 2009 1 kayıt (commit)
-
-
Tarek Ziadé yazdı
-