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
/
src
/
distutils2
Commit message (
Expand
)
Author
Age
Files
Lines
*
now checking Requires-Python and Name
Tarek Ziade
2010-03-12
3
-91
/
+140
*
a bad predicate just display a warning --
Tarek Ziade
2010-03-04
4
-14
/
+24
*
refactored DistributionMetadata so it also recognizes 1.1. It's much cleaner ...
Tarek Ziade
2010-03-04
5
-37
/
+479
*
this test is not necessary anymore
Tarek Ziade
2010-03-04
1
-16
/
+0
*
added an __all__ statement
Tarek Ziade
2010-03-04
1
-0
/
+3
*
now we can provide a custom execution context
Tarek Ziade
2010-03-04
2
-19
/
+39
*
refactored operations -- makes the code clearer
Tarek Ziade
2010-03-04
1
-49
/
+28
*
Had old package name in mkpkg config file, changed to "~/.mkpkgpy".
Sean Reifschneider
2010-03-02
1
-1
/
+1
*
started to document DistributionMetadata
Tarek Ziad?
2010-02-28
1
-0
/
+1
*
make sure we can have a cfg file without a global section
Tarek Ziad?
2010-02-28
2
-3
/
+11
*
added mapping-like APIs
Tarek Ziad?
2010-02-28
2
-0
/
+22
*
Quickly and dirtily translated the "with"s to "try/finally". Ick. Closes #1.
Erik Rose
2010-02-26
1
-4
/
+16
*
Merged Tarek's commits in. test_check_document was failing in upstream before...
Erik Rose
2010-02-26
32
-1108
/
+1343
|
\
|
*
merge dance
Tarek Ziad?
2010-02-25
32
-1108
/
+1343
|
|
\
|
|
*
one location for the version + shortcute
Tarek Ziad?
2010-02-25
1
-7
/
+4
|
|
*
bye bye debug module
Tarek Ziad?
2010-02-25
12
-153
/
+10
|
|
*
note
Tarek Ziad?
2010-02-25
1
-0
/
+3
|
|
*
now the predicates are used by DistributionMetadata
Tarek Ziad?
2010-02-25
2
-4
/
+16
|
|
*
VersionPredicate class is ready
Tarek Ziad?
2010-02-25
2
-6
/
+55
|
|
*
includeed the new version tool -- ready to be used in DistributionMetadata
Tarek Ziad?
2010-02-25
8
-533
/
+637
|
|
*
now the Description field can be read back (no more EOL lost)
Tarek Ziad?
2010-02-25
4
-7
/
+33
|
|
*
added an option to apply the markers to the current platform
Tarek Ziad?
2010-02-25
3
-55
/
+94
|
|
*
making sure summaries are unicode-aware
Tarek Ziad?
2010-02-24
1
-1
/
+1
|
|
*
refactored DistributionMetadata -- cleaner implementation
Tarek Ziad?
2010-02-24
14
-395
/
+473
|
|
*
added all operators and cleaned up the micro-interpreter
Tarek Ziad?
2010-02-24
2
-20
/
+90
*
|
|
Re-did Command.dry_run using a property rather than overriding the world with...
Erik Rose
2010-02-25
1
-10
/
+8
*
|
|
Nudged curly-brace variable substitution grammar to allow the future option o...
Erik Rose
2010-02-24
2
-4
/
+12
|
/
/
*
|
Did a few cleanups that don't affect behavior.
Erik Rose
2010-02-24
1
-8
/
+3
*
|
Added a test to nail down the {token} substitution spec a tad. Added a docstr...
Erik Rose
2010-02-24
3
-2
/
+12
*
|
* Tweaked formatting and did minor editing of language in sysconfig.cfg.
Erik Rose
2010-02-24
2
-21
/
+18
|
/
*
first version of the micro-language for PEP 345
Tarek Ziad?
2010-02-24
2
-4
/
+165
*
fixed imports
Tarek Ziad?
2010-02-23
3
-6
/
+35
*
created a module for metadata matters
Tarek Ziad?
2010-02-23
2
-227
/
+231
*
merge dance
Tarek Ziad?
2010-02-23
2
-11
/
+38
|
\
|
*
makes sure the local variables are expanded
Tarek Ziad?
2010-02-23
2
-11
/
+38
*
|
Adding "mkpkg" module to automate building setup.py or similar.
Sean Reifschneider
2010-02-23
1
-0
/
+921
|
/
*
now sysconfig uses a sysconfig.cfg file
Tarek Ziad?
2010-02-23
6
-226
/
+166
*
backported sysconfig tests so we can refactor things
Tarek Ziad?
2010-02-23
2
-0
/
+268
*
refactored the code so it works on Python 2.4, 2.5 and 2.6
Tarek Ziad?
2010-02-22
28
-255
/
+174
*
removed file_util
Tarek Ziad?
2010-02-22
10
-336
/
+33
*
removed dep_util
Tarek Ziad?
2010-02-22
11
-184
/
+75
*
removed dir_util calls
Tarek Ziad?
2010-02-22
3
-4
/
+8
*
removed dir_util
Tarek Ziad?
2010-02-22
9
-333
/
+66
*
created a subpackage for compilers
Tarek Ziad?
2010-02-22
18
-27
/
+27
*
remove .svn directories from hg repository ;)
Titus Brown
2010-02-22
150
-15123
/
+0
*
initialize _CONFIG_VARS when importing from sysconfig backport.
Titus Brown
2010-02-22
1
-2
/
+4
*
removed all but one dependency on test.test_support
t
2010-02-22
19
-32
/
+86
*
Refactored top-level test stuff to move it away from test.test_support dep.
t
2010-02-22
1
-1
/
+77
*
added the --dev option to the install command as well
tarek
2010-02-22
1
-1
/
+2
*
those tests will just stay in the stdlib
tarek
2010-02-22
2
-983
/
+0
[next]