- 23 Tem, 2012 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
- Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek.
-
R David Murray yazdı
-
- 22 Tem, 2012 3 kayıt (commit)
-
-
Gregory P. Smith yazdı
regardless of which of the two implementations of new is used.
-
R David Murray yazdı
Patch by Jeff Knupp.
-
R David Murray yazdı
Patch by Torsten Landschoff.
-
- 21 Tem, 2012 5 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
This sentence appears as a clarifying note in the HTML docs, and seems worth having in the docstring since it covers a very common use case that isn't otherwise obvious. Thanks to Yongzhi Pan for the suggestion.
-
Eli Bendersky yazdı
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-
- 20 Tem, 2012 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
Meador Inge yazdı
Patch by Flávio Ribeiro.
-
Andrew Svetlov yazdı
-
Vinay Sajip yazdı
-
- 19 Tem, 2012 4 kayıt (commit)
-
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
Meador Inge yazdı
Patch by Julia Lawall.
-
Meador Inge yazdı
-
- 18 Tem, 2012 3 kayıt (commit)
-
-
Meador Inge yazdı
-
Meador Inge yazdı
-
Meador Inge yazdı
-
- 17 Tem, 2012 6 kayıt (commit)
-
-
Hynek Schlawack yazdı
Used os.path.join before which has different semantics on Windows.
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
ISsue #14988: restore Python 2's behavior of raising ImportError when unable to load pyexpat, instead of a SystemError/RuntimeError
-
Hynek Schlawack yazdı
Based on a patch by Nick Coghlan.
-
Nick Coghlan yazdı
Issue #15230: Attempt to make the OS X buildbots happy by resolving the tmp dir symlink in the test suite
-
Hynek Schlawack yazdı
The asserts were useless (and buggy).
-
- 16 Tem, 2012 4 kayıt (commit)
-
-
Gregory P. Smith yazdı
select.poll before running. works both ways (finally). this should fix the windows build.
-
Gregory P. Smith yazdı
platforms that don't have it.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
to avoid failing due to the select() file descriptor limit.
-
- 15 Tem, 2012 1 kayıt (commit)
-
-
Hynek Schlawack yazdı
-
- 14 Tem, 2012 2 kayıt (commit)
-
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Close #15230: runpy.run_path now sets __package__ correctly. Also refactored the runpy tests to use a more systematic approach
-
- 13 Tem, 2012 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Patch by Jeremy Kloth.
-
Antoine Pitrou yazdı
Issue #15338: skip test_UNC_path when the current user doesn't have enough permissions to access the path.
-
- 12 Tem, 2012 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Raymond Hettinger yazdı
-