| Commit message (Expand) | Author | Age | Files | Lines |
* | Update issue 6070 patch to match the patch that was actually tested | R. David Murray | 2009-07-07 | 1 | -1/+3 |
|
|
* | http://bugs.python.org/issue6382 | Kristján Valur Jónsson | 2009-07-07 | 1 | -9/+23 |
|
|
* | #6420: Fix a compilation warning in the nis module, for OpenBSD and FreeBSD. | Amaury Forgeot d'Arc | 2009-07-07 | 1 | -1/+1 |
|
|
* | Grow the allocated buffer in PyUnicode_EncodeUTF7 to avoid buffer overrun. | Alexandre Vassalotti | 2009-07-07 | 1 | -2/+2 |
|
|
* | Issue 6070: when creating a compiled file, after copying the mode bits, on | R. David Murray | 2009-07-07 | 3 | -1/+25 |
|
|
* | Fixed #6377: distutils compiler switch ignored (and added a deprecation warni... | Tarek Ziadé | 2009-07-06 | 4 | -68/+121 |
|
|
* | http://bugs.python.org/issue6382 | Kristján Valur Jónsson | 2009-07-05 | 1 | -1/+3 |
|
|
* | Issues #1530559, #1741130: Fix various inconsistencies in struct.pack | Mark Dickinson | 2009-07-05 | 3 | -134/+148 |
|
|
* | Backport test cases added in r73852. | Alexandre Vassalotti | 2009-07-05 | 1 | -0/+13 |
|
|
* | Fix bad variable name in r73846. | Alexandre Vassalotti | 2009-07-05 | 1 | -2/+2 |
|
|
* | Issue 2370: Add Python 3 warnings for the removal of operator.isCallable and | Alexandre Vassalotti | 2009-07-05 | 2 | -2/+33 |
|
|
* | if zlib -> skipUnless(zlib) and minor cleanups | Ezio Melotti | 2009-07-04 | 1 | -37/+49 |
|
|
* | Merge r73838 from py3k branch. Use the nondeprecated unittest method | Gregory P. Smith | 2009-07-04 | 8 | -155/+155 |
|
|
* | using print statements when used for user interaction | Tarek Ziadé | 2009-07-04 | 2 | -29/+11 |
|
|
* | Fixed #6413: fixed log level in distutils.dist.announce | Tarek Ziadé | 2009-07-04 | 2 | -2/+4 |
|
|
* | news entry for r73825 | Gregory P. Smith | 2009-07-04 | 1 | -0/+3 |
|
|
* | Use select.poll() in subprocess, when available, rather than select() so that | Gregory P. Smith | 2009-07-04 | 2 | -36/+113 |
|
|
* | #6398 typo: versio. -> version. | Ezio Melotti | 2009-07-04 | 1 | -1/+1 |
|
|
* | http://bugs.python.org/issue6267 | Kristján Valur Jónsson | 2009-07-03 | 1 | -1/+1 |
|
|
* | http://bugs.python.org/issue6267 | Kristján Valur Jónsson | 2009-07-03 | 1 | -5/+5 |
|
|
* | http://bugs.python.org/issue6381 | Kristján Valur Jónsson | 2009-07-03 | 1 | -1/+6 |
|
|
* | Adds the select.PIPE_BUF attribute to expose the system constant. | Gregory P. Smith | 2009-07-03 | 2 | -0/+11 |
|
|
* | cleaned distutils.file_util | Tarek Ziadé | 2009-07-03 | 1 | -69/+52 |
|
|
* | basic tests to raise distutils.file_util coverage | Tarek Ziadé | 2009-07-03 | 1 | -1/+16 |
|
|
* | another cStringIO restriction | Benjamin Peterson | 2009-07-03 | 1 | -2/+3 |
|
|
* | cleaned up distutils.command.build_py | Tarek Ziadé | 2009-07-03 | 1 | -90/+44 |
|
|
* | Fixed #6403 : package path usage for build_ext | Tarek Ziadé | 2009-07-03 | 3 | -10/+43 |
|
|
* | condense with assertRaises | Benjamin Peterson | 2009-07-02 | 1 | -13/+2 |
|
|
* | test that compile() accepts the future flag | Benjamin Peterson | 2009-07-02 | 1 | -0/+3 |
|
|
* | Issue 6389: add documentation for the 'mode' flags defined in the | R. David Murray | 2009-07-02 | 2 | -19/+144 |
|
|
* | when print() gets unicode arguments, sep and end should be unicode by default... | Benjamin Peterson | 2009-07-02 | 3 | -24/+106 |
|
|
* | only order comparisons are removed in py3k #6119 | Benjamin Peterson | 2009-07-02 | 3 | -7/+20 |
|
|
* | remove this test; a module level warning is enough | Benjamin Peterson | 2009-07-02 | 1 | -11/+0 |
|
|
* | multiprocessing doesn't compile in Solaris because a typo | Jesus Cea | 2009-07-02 | 1 | -1/+1 |
|
|
* | pep8-fied and cleaned up distutils.util | Tarek Ziadé | 2009-07-02 | 1 | -75/+67 |
|
|
* | cleaned up the bdist_dumb module | Tarek Ziadé | 2009-07-02 | 1 | -15/+4 |
|
|
* | raising bdist_dumb test coverage | Tarek Ziadé | 2009-07-02 | 1 | -0/+15 |
|
|
* | small optimization: avoid popping the current block until we have to | Benjamin Peterson | 2009-07-01 | 1 | -5/+5 |
|
|
* | proxy the __exit__ call | Benjamin Peterson | 2009-07-01 | 1 | -1/+1 |
|
|
* | Make punctuation prettier and break up run-on sentence. | R. David Murray | 2009-07-01 | 1 | -2/+2 |
|
|
* | Merged revisions 73379,73388,73507,73722 via svnmerge from | Benjamin Peterson | 2009-07-01 | 5 | -183/+183 |
|
|
* | fix a few cases where automated fail -> assert translation messed up | Benjamin Peterson | 2009-07-01 | 2 | -25/+25 |
|
|
* | use assert* methods in test_unittest | Benjamin Peterson | 2009-06-30 | 1 | -53/+53 |
|
|
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 268 | -5021/+5021 |
|
|
* | Fixed a backslash that was not supposed to be there | Ezio Melotti | 2009-06-30 | 1 | -1/+1 |
|
|
* | Fixed defaultTestCase -> defaultTestResult | Ezio Melotti | 2009-06-30 | 2 | -4/+4 |
|
|
* | provide a dummy __exit__ on windows | Benjamin Peterson | 2009-06-30 | 1 | -0/+3 |
|
|
* | Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes i... | Jesse Noller | 2009-06-30 | 5 | -2/+110 |
|
|
* | #6371: fix link targets. | Georg Brandl | 2009-06-30 | 1 | -2/+2 |
|
|
* | #6384: Add a heading for the exception hierarchy. | Georg Brandl | 2009-06-30 | 1 | -1/+4 |
|
|