- 26 Agu, 2011 1 kayıt (commit)
-
-
Éric Araujo yazdı
-
- 25 Agu, 2011 1 kayıt (commit)
-
-
Éric Araujo yazdı
-
- 26 Agu, 2011 4 kayıt (commit)
-
-
Éric Araujo yazdı
Initial patch by Yue Shuaijie.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
- 25 Agu, 2011 4 kayıt (commit)
-
-
Éric Araujo yazdı
I need to copy the xxmodule.c file in other tests, so I moved the support code to distutils.tests.support and improved it: - don’t skip when run from the Lib/distutils/tests directory - use proper skip machinery instead of custom print/return/test suite fiddling. I also took out the fixup_build_ext function, which is needed for tests to pass on Unix shared builds and Windows debug builds. Finally, I cleaned up a few things: - don’t remove directories in tearDown when the parent class’ tearDown has already registered the directories for removal - simplify restoration of sys.path - remove a few unused names found by pyflakes.
-
Charles-François Natali yazdı
them being inherited by other subprocesses.
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
-
- 24 Agu, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
This bug doesn't seem to exist on 3.2, where daemon threads are killed before Py_Finalize() is entered.
-
- 23 Agu, 2011 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
Also added some tests.
-
Charles-François Natali yazdı
-
- 22 Agu, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 21 Agu, 2011 2 kayıt (commit)
-
-
Nadeem Vawda yazdı
Patch by Jeremy Kloth.
-
Éric Araujo yazdı
-
- 20 Agu, 2011 5 kayıt (commit)
-
-
Sandro Tosi yazdı
-
Antoine Pitrou yazdı
same object as reader and writer, and deemphasize it in document order.
-
Sandro Tosi yazdı
-
Antoine Pitrou yazdı
could appear on io.BufferedRandom streams.
-
Victor Stinner yazdı
Even if Python is compiled on Linux 3.
-
- 19 Agu, 2011 19 kayıt (commit)
-
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
Suggested by Terry J. Reedy.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
The line about the test suite will still get printed for changes in Tools for example, which aren’t covered by the test suite, but it’s not a big deal IMO.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
Apart from adding a section to describe the user scheme, this changeset also does some much needed cleanup: - fixed inverted reST targets - fixed some paths - avoided duplicating the same options listing five or six times - added missing entries for C headers locations - added documentation for --install-lib - fixed a few misuses of the option role (see #9312), but not all (not worth the time, but will do it in packaging docs) - fixed some markup The paths fixes were done with an eye on the source code in the install command, so they really describe what’s actually done. The situation on Mac OS X is rather messy: the fix for #8084 touched site and sysconfig, but distutils does not use these files anymore since the Great Revert. I suspect we have a mismatched stdlib at the moment, and the fix is not even clear (see discussion on #8084).
-
Éric Araujo yazdı
site.USER_BASE and site.USER_SITE are now fully documented. PEP 370 is outdated with respects to the Mac framework situation, but the code in sysconfig and the example in the 3.2 What’s New document helped me find the right values to document for Mac OS X. The command-line interface of the site module is also described in the module docs. The purpose of the usercustomize module is explained in the site docs, with a gentle introduction in the tutorial (right after the section that talks about PYTHONSTARTUP; a comment mentions it should be moved from the tutorial to another file, but that will be another bug). Various markup and wording improvements were made along the way in the site module docs. Duplicate and incomplete declarations of environment variables have also been removed (the original bug report was actually about these entries :). The site module docs are still a bit messy; I’ll see about improving them for #11553. All these sections are copiously interlinked and findable from the doc indexes.
-
Eli Bendersky yazdı
-
Nadeem Vawda yazdı
-
Éric Araujo yazdı
Backporting two lines from the 3.x tests was enough to trigger the bug. I also took the opportunity of making the logging call lazy.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
Existing links have been updated to use the new reST role. In some files, I have also made cosmetic changes to the header.
-