summaryrefslogtreecommitdiff
path: root/src/distutils2/tests/test_metadata.py
Commit message (Expand)AuthorAgeFilesLines
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-191-291/+0
* Rename tests.support.LoggingSilencer to LoggingCatcher.?ric Araujo2010-08-151-2/+2
* Fix DistributionMetadata.update?ric Araujo2010-08-121-1/+5
* Improve Metadata instantiation?ric Araujo2010-08-051-3/+33
* Fix a bug in environment marker micro-language parser?ric Araujo2010-07-311-6/+11
* Test env marker version without quotes?ric Araujo2010-07-311-1/+1
* Add fixme comment about dubious return value?ric Araujo2010-07-301-0/+2
* Improved code coverageNicolas Cadou2010-07-301-0/+6
* Removed unecessary tempfile useNicolas Cadou2010-07-301-5/+5
* Automated merge with https://bitbucket.org/mtlpython/distutils2Nicolas Cadou2010-07-291-10/+6
|\
| * Improved metadata read/write test and removed unused functionNicolas Cadou2010-07-291-10/+6
* | Fix import errors found by pyflakes?ric Araujo2010-07-181-0/+1
|/
* Improved test coverageNicolas Cadou2010-07-161-0/+9
* Catch logging output in test_metadata?ric Araujo2010-06-301-2/+2
* Wrap I/O operations in try/except blocks to ensure handles are closed?ric Araujo2010-06-271-2/+5
* Don?t use deprecated name (see comment in unittest2.case)?ric Araujo2010-06-241-19/+19
* Fix a typo before it gets out?ric Araujo2010-06-111-2/+2
* Change assert for proper unittest methods?ric Araujo2010-06-031-22/+23
* Isolate import of unittest or unittest2 in one place.?ric Araujo2010-06-011-3/+3
* Use the same name everywhere.?ric Araujo2010-05-311-1/+1
* make sure project_url is correctly serializedTarek Ziade2010-05-061-0/+19
* make sure 1.2 is picked when a 1.1 or 1.2 field is encouteredTarek Ziade2010-05-061-1/+8
* make sure we control only filled valuesTarek Ziade2010-04-131-1/+1
* checking all version predicates in check()Tarek Ziade2010-04-131-0/+9
* Project-URL is also a 1.2 fieldTarek Ziade2010-03-201-0/+1
* make sure the Project-URL field is not transformed into a stringTarek Ziade2010-03-201-0/+6
* now checking Requires-Python and NameTarek Ziade2010-03-121-3/+45
* a bad predicate just display a warning --Tarek Ziade2010-03-041-0/+7
* refactored DistributionMetadata so it also recognizes 1.1. It's much cleaner ...Tarek Ziade2010-03-041-0/+24
* now we can provide a custom execution contextTarek Ziade2010-03-041-0/+9
* added mapping-like APIsTarek Ziad?2010-02-281-0/+10
* now the Description field can be read back (no more EOL lost)Tarek Ziad?2010-02-251-0/+20
* added an option to apply the markers to the current platformTarek Ziad?2010-02-251-0/+10
* refactored DistributionMetadata -- cleaner implementationTarek Ziad?2010-02-241-0/+14
* added all operators and cleaned up the micro-interpreterTarek Ziad?2010-02-241-2/+29
* first version of the micro-language for PEP 345Tarek Ziad?2010-02-241-0/+9
* fixed importsTarek Ziad?2010-02-231-0/+20