| Commit message (Collapse) | Author | Age | Files | Lines |
| |\ |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Tarek and I agreed that maintaining doc in two places was wasteful, so
I?m going to point people to the packaging docs in Python 3.3.
Most of them apply as is to distutils2, except for the module name and a
few other things that I?ll fix later (like the logger name or the HTTP
user agent string).
I will put up a simple page with links on packages.python.org to replace
the old doc.
|
| |/ |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This file is needed in other tests, so it?s better to have the support
code in tests.support. It?s also simpler to just have a skip instead of
custom print/return/test suite fiddling. Unfortunately, the xxmodule.c
file (resurrected from the repo, and also identical to the version in
Python 2.7) cannot be compiled by Python 2.4 and 2.5 on my computer, so
the test is skipped.
The code to fix up build_ext for Unix shared builds and Windows debug
builds was also moved to support for future reuse.
Finally, I fixed code using sysconfig._CONFIG_VARS directly so that it
calls get_config_var first, so that _CONFIG_VARS is a dict instead of
None.
|
| |
|
|
|
|
| |
- PSF license ? Python license
- Tarek is not the sole author, let?s direct people to the fellowship ML
(the same author is used for the documentation)
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|