- 11 May, 2008 30 kayıt (commit)
-
-
Georg Brandl yazdı
Thanks to Matt Harden.
-
Georg Brandl yazdı
hanging or long-running tests. Patch by Adam Olsen.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
the size of the buffer more quickly.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Alexandre Vassalotti yazdı
Added note to documentation about copy_reg rename.
-
Georg Brandl yazdı
-
Alexandre Vassalotti yazdı
Renamed copy_reg to copyreg in the standard library, to avoid spurious warnings and ease later merging to py3k branch. Public documentation remains intact.
-
Alexandre Vassalotti yazdı
-
Alexandre Vassalotti yazdı
-
Georg Brandl yazdı
-
Alexandre Vassalotti yazdı
Factored the import guard in test_py3kwarn.TestStdlibRemovals into a context manager, namely test_support.CleanImport.
-
Georg Brandl yazdı
-
Brett Cannon yazdı
-
Skip Montanaro yazdı
one.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
- 10 May, 2008 10 kayıt (commit)
-
-
Brett Cannon yazdı
-
Andrew M. Kuchling yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Alexandre Vassalotti yazdı
I am amazed that the old code, for inserting null-bytes, actually worked. Who wrote that thing? Oh, it is me... doh.
-
Andrew M. Kuchling yazdı
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.
-
Andrew M. Kuchling yazdı
-