| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 74925 via svnmerge from | Mark Dickinson | 2009-09-18 | 1 | -31/+34 |
|
|
* | Merged revisions 74921 via svnmerge from | Thomas Heller | 2009-09-18 | 1 | -1/+1 |
|
|
* | Merged revisions 74917 via svnmerge from | Thomas Heller | 2009-09-18 | 1 | -0/+19 |
|
|
* | Issue #6882: Import uuid creates zombies processes. I used a slightly differe... | Eric Smith | 2009-09-18 | 1 | -2/+6 |
|
|
* | Merged revisions 74869 via svnmerge from svn+ssh://pythondev@svn.python.org/p... | Georg Brandl | 2009-09-17 | 1 | -0/+12 |
|
|
* | Merged revisions 74838-74839 via svnmerge from | Georg Brandl | 2009-09-16 | 2 | -27/+65 |
|
|
* | Use true booleans and PEP8 for argdefaults. | Georg Brandl | 2009-09-16 | 9 | -21/+21 |
|
|
* | Use true booleans. | Georg Brandl | 2009-09-16 | 1 | -3/+3 |
|
|
* | Small PEP8 correction. | Georg Brandl | 2009-09-16 | 1 | -3/+3 |
|
|
* | Use true booleans. | Georg Brandl | 2009-09-16 | 1 | -2/+2 |
|
|
* | updated the doc to match the module docstring, fixed a couple of errors in th... | Ezio Melotti | 2009-09-16 | 1 | -15/+14 |
|
|
* | Merged revisions 74806 via svnmerge from | Ronald Oussoren | 2009-09-15 | 1 | -5/+20 |
|
|
* | Merged revisions 74773 via svnmerge from | Matthias Klose | 2009-09-13 | 1 | -2/+2 |
|
|
* | Merged revisions 74754 via svnmerge from | Ezio Melotti | 2009-09-12 | 7 | -6/+51 |
|
|
* | Merged revisions 74750 via svnmerge from | Lars Gustäbel | 2009-09-12 | 2 | -6/+49 |
|
|
* | Merged revisions 74464 via svnmerge from | Benjamin Peterson | 2009-09-11 | 1 | -0/+7 |
|
|
* | Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,... | Benjamin Peterson | 2009-09-11 | 6 | -14/+27 |
|
|
* | #6888 fix the alias command with no arguments | Benjamin Peterson | 2009-09-11 | 1 | -2/+1 |
|
|
* | Merged revisions 74728 via svnmerge from | Tarek Ziadé | 2009-09-09 | 2 | -2/+20 |
|
|
* | Merged revisions 74723 via svnmerge from | Mark Dickinson | 2009-09-08 | 2 | -2/+6 |
|
|
* | Merged revisions 74708 via svnmerge from | Mark Dickinson | 2009-09-07 | 2 | -3/+7 |
|
|
* | Merged revisions 74704 via svnmerge from | Mark Dickinson | 2009-09-07 | 2 | -1/+4 |
|
|
* | Fix for issue 6393: Python crashes on OSX when $LANG is set to some (but | Ronald Oussoren | 2009-09-06 | 1 | -1/+13 |
|
|
* | Merged revisions 74673 via svnmerge from | Mark Dickinson | 2009-09-06 | 1 | -0/+2 |
|
|
* | Issue 6239: ctypes.c_char_p return value must return bytes. | Thomas Heller | 2009-09-04 | 13 | -56/+56 |
|
|
* | Remove the just-removed "help" from __all__. | Georg Brandl | 2009-09-04 | 2 | -2/+2 |
|
|
* | Fixes issue #6838: use a list to accumulate the value instead of repeatedly c... | Chris Withers | 2009-09-04 | 1 | -12/+9 |
|
|
* | Recorded merge of revisions 74650 via svnmerge from | Georg Brandl | 2009-09-04 | 1 | -38/+87 |
|
|
* | Turn some comments into docstrings. | Georg Brandl | 2009-09-04 | 1 | -20/+16 |
|
|
* | Remove pseudo-end markers from http.cookies. | Georg Brandl | 2009-09-04 | 1 | -22/+1 |
|
|
* | Remove backwards compatibility stuff from profile/cProfile. | Georg Brandl | 2009-09-04 | 2 | -12/+0 |
|
|
* | #5221: fix related topics: SEQUENCEMETHODS[12] doesnt exist any more. | Georg Brandl | 2009-09-04 | 1 | -6/+6 |
|
|
* | Merged revisions 74640 via svnmerge from | Brett Cannon | 2009-09-03 | 1 | -1/+7 |
|
|
* | Rework importlib benchmarks so that they measure number of executions within a | Brett Cannon | 2009-09-03 | 1 | -51/+52 |
|
|
* | - apply issue 6582 to test all the write methods of telnetlib | Jack Diederich | 2009-09-03 | 1 | -5/+59 |
|
|
* | Use true booleans and a bit more PEP8. | Georg Brandl | 2009-09-02 | 1 | -9/+9 |
|
|
* | Use true kwonly arg instead of **kwds hackaround. | Georg Brandl | 2009-09-02 | 1 | -14/+2 |
|
|
* | Clarify why test_import is failing under importlib. | Brett Cannon | 2009-08-30 | 1 | -2/+3 |
|
|
* | Loosen an exception test in test_import to not require an explicit message bu... | Brett Cannon | 2009-08-30 | 1 | -2/+1 |
|
|
* | Trying to import a submodule from another module and not a package was raising | Brett Cannon | 2009-08-30 | 3 | -4/+11 |
|
|
* | test_pep3120 is no longer a problem for importlib as the test was tweaked. | Brett Cannon | 2009-08-30 | 1 | -1/+0 |
|
|
* | Make the exception message check for malformed UTF-8 source looser so that Sy... | Brett Cannon | 2009-08-30 | 1 | -1/+2 |
|
|
* | When the globals argument to importlib.__import__() contained any value for | Brett Cannon | 2009-08-30 | 2 | -11/+17 |
|
|
* | Turn on verbose2 for importlib.test.regrtest so as to see failures when they ... | Brett Cannon | 2009-08-30 | 1 | -2/+1 |
|
|
* | Raise TypeError if the name given to importlib.__import__() lacks an rpartition | Brett Cannon | 2009-08-30 | 3 | -1/+24 |
|
|
* | Fix the importlib_only test decorator to work again; don't capture the flag v... | Brett Cannon | 2009-08-30 | 1 | -1/+3 |
|
|
* | Use the public API, not a private one. | Brett Cannon | 2009-08-30 | 1 | -1/+1 |
|
|
* | Allow importlib.__import__ to accept any iterable for fromlist. Discovered when | Brett Cannon | 2009-08-30 | 2 | -2/+10 |
|
|
* | Provide module docstrings for the two main test drivers in importlib that | Brett Cannon | 2009-08-30 | 2 | -2/+11 |
|
|
* | Tweak importlib.test.regrtest to only specify the implicit tests to exclude | Brett Cannon | 2009-08-30 | 1 | -4/+6 |
|
|