- 20 Ara, 2009 12 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
R. David Murray yazdı
self-test. Because of a change to the way tracebacks are printed, this self-test was failing. The test is run (and passes) during normal regression testing. So instead of running the failing self-test this patch makes doctest emit a usage message. This is better behavior anyway since passing in arguments is the real reason to run doctest as a command. Bug discovery and initial patch by Florent Xicluna.
-
R. David Murray yazdı
-
Mark Dickinson yazdı
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Mark Dickinson yazdı
it to do the conversion explicitly instead. See issue #7550.
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
Refactored HTTPHandler tests and added testcase for proxy authorization.
-
- 19 Ara, 2009 9 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Mark Dickinson yazdı
math module.
-
- 17 Ara, 2009 2 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Mark Dickinson yazdı
-
- 16 Ara, 2009 4 kayıt (commit)
-
-
Mark Dickinson yazdı
testing on Windows.
-
R. David Murray yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 15 Ara, 2009 2 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
Benjamin Peterson yazdı
-
- 14 Ara, 2009 3 kayıt (commit)
-
-
R. David Murray yazdı
instead of a hard coded port number in test_rapid_restart.
-
R. David Murray yazdı
any errors that might occur during coercion of the left operand and turning them into a TypeError with a message text that was confusing in the given context. This patch lets any errors through, as was already done during coercion of the right hand side.
-
R. David Murray yazdı
-
- 13 Ara, 2009 8 kayıt (commit)
-
-
Tarek Ziadé yazdı
reorganized the distutils doc a bit : the MANIFEST.in template system has its own section now. This is easier to find and follow
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
sem_unlink calls to delete those semaphore files.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
This is for consistency with imitation file objects like StringIO and BytesIO. This commit also adds a few tests, where they were lacking for concerned methods.
-
Ezio Melotti yazdı
-