index
:
delta/python-packages/disutils2.git
master
python3
hg.python.org: Obsolete (use python-setuptools-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
distutils2
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Consolidate tests for d2.metadata.
?ric Araujo
2011-09-19
4
-352
/
+356
*
|
Write a UTF-8 empty string to make haypo happy :) (#9561)
?ric Araujo
2011-09-19
1
-2
/
+2
*
|
Avoid gratuitous changes in method names
?ric Araujo
2011-09-19
1
-5
/
+5
*
|
Minor improvement to extensions in setup.cfg: check parent package
?ric Araujo
2011-09-19
2
-3
/
+44
*
|
Minor improvement to extensions section in setup.cfg.
?ric Araujo
2011-09-19
2
-9
/
+19
*
|
Fix stupid bug I introduced
?ric Araujo
2011-09-19
1
-2
/
+2
*
|
Fix command registry to let Windows machines find bdist_msi
?ric Araujo
2011-09-19
1
-1
/
+5
*
|
Update list of trove classifiers to match PyPI
?ric Araujo
2011-09-19
1
-0
/
+7
*
|
Make bdist_* commands respect --skip-build passed to bdist (#10946).
?ric Araujo
2011-09-19
4
-32
/
+26
*
|
Remove obsolete mentions of the compress program and .Z archives.
?ric Araujo
2011-09-19
3
-17
/
+13
*
|
Remove display options (--name, etc.) from the Distribution class.
?ric Araujo
2011-09-19
5
-65
/
+21
*
|
Cleanup: move code out of a try block
?ric Araujo
2011-09-19
1
-4
/
+4
*
|
Remove --all options for pysetup actions metadata and list.
?ric Araujo
2011-09-19
1
-135
/
+107
*
|
Add a simple test for the packaging RECORD file.
?ric Araujo
2011-09-19
2
-5
/
+75
*
|
Minor cleanup
?ric Araujo
2011-09-19
2
-14
/
+9
*
|
Add a test for extension modules in the old-style record file
?ric Araujo
2011-09-19
1
-0
/
+41
*
|
Rework test_old_record a bit to make the test more exact
?ric Araujo
2011-09-19
1
-9
/
+11
*
|
Refactor support code for compiling xxmodule.c.
?ric Araujo
2011-09-19
3
-66
/
+455
*
|
Remove some duplication in tests subpackage.
?ric Araujo
2011-09-18
3
-120
/
+31
*
|
Provide replacement for platform.python_implementation for 2.4 and 2.5
?ric Araujo
2011-09-18
3
-12
/
+20
*
|
Remove mentions of abiflags (never available in 2.x)
?ric Araujo
2011-09-18
3
-12
/
+4
*
|
Fix backport changesets part 3: backported modules.
?ric Araujo
2011-09-18
21
-1440
/
+970
*
|
Fix database.Distribution.list_distinfo_files (#12785).
?ric Araujo
2011-09-18
2
-27
/
+29
*
|
Fix backport changesets part 2: tests
?ric Araujo
2011-09-18
36
-454
/
+455
*
|
Fix the backport fixes.
?ric Araujo
2011-09-18
53
-570
/
+654
*
|
Remove obsolete files.
?ric Araujo
2011-09-13
2
-1830
/
+0
*
|
Branch merge, reverting some of Alexis? changes.
?ric Araujo
2011-09-13
14
-112
/
+125
|
\
\
|
*
|
Let the test suite run again
?ric Araujo
2011-09-12
8
-31
/
+45
|
*
|
Let?s not use input in 2.x
?ric Araujo
2011-09-12
2
-7
/
+7
|
*
|
Convert print function calls back to print statements.
?ric Araujo
2011-09-12
9
-70
/
+70
*
|
|
Use `setup.cfg` as the canonical source for installation
Jeremy Kloth
2011-09-12
1
-1
/
+2
*
|
|
Isolate imports for each action to allow `pysetup` to run from source with Py...
Jeremy Kloth
2011-09-12
1
-9
/
+10
*
|
|
Fixes for Python 2.4 compatibility
Jeremy Kloth
2011-09-12
1
-3
/
+3
*
|
|
Fixes to actually use the backports.
Jeremy Kloth
2011-09-12
17
-26
/
+26
*
|
|
Keep backported files together
Jeremy Kloth
2011-09-12
2
-68
/
+97
*
|
|
Factor out the distribution file-system safe name functions from install_dist...
Jeremy Kloth
2011-09-06
3
-36
/
+16
|
/
/
*
|
Branch merge. Will clean up later.
?ric Araujo
2011-08-31
4
-27
/
+23
|
\
\
|
*
|
Restore $HOME after test has run (#12765)
?ric Araujo
2011-08-29
1
-0
/
+3
|
*
|
Improve ?pysetup create? help messages.
?ric Araujo
2011-08-29
1
-18
/
+19
|
*
|
Fix typo
?ric Araujo
2011-08-29
1
-1
/
+1
|
*
|
Remove class that was only useful with Sphinx autodoc
?ric Araujo
2011-08-29
1
-8
/
+0
*
|
|
Fixed a python2.4 syntax errors.
Alexandru Plugaru
2011-08-30
58
-650
/
+908
|
/
/
*
|
python 2 does not have bytes yet
Alexis Metaireau
2011-08-22
1
-14
/
+11
*
|
the name of the module is __builtin__ (not __builtins__)
Alexis Metaireau
2011-08-22
1
-1
/
+1
*
|
sys.abiflags was introduced with python 3.2
Alexis Metaireau
2011-08-22
1
-3
/
+2
*
|
Backported packaging from cpython default, overwriting previous version.
Vinay Sajip
2011-08-18
163
-6197
/
+8963
*
|
fixed the test_sub_commands test
Tarek Ziade
2011-03-14
1
-8
/
+4
*
|
fix pysetup tests
Tarek Ziade
2011-03-13
3
-16
/
+31
*
|
merge
Tarek Ziade
2011-03-13
9
-32
/
+57
|
\
\
|
*
|
Further work on Py3 support; try blocks for imports mainly
Arc Riley
2011-03-13
2
-10
/
+21
[prev]
[next]