summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 74992 via svnmerge fromTarek Ziadé2009-09-211-0/+22
* Merged revisions 74988 via svnmerge fromTarek Ziadé2009-09-217-6/+97
* Merged revisions 74970 via svnmerge fromRonald Oussoren2009-09-201-0/+42
* Merged revisions 74929 via svnmerge fromBenjamin Peterson2009-09-182-0/+6
* Merged revisions 74925 via svnmerge fromMark Dickinson2009-09-181-31/+34
* Merged revisions 74921 via svnmerge fromThomas Heller2009-09-181-1/+1
* Merged revisions 74917 via svnmerge fromThomas Heller2009-09-181-0/+19
* Issue #6882: Import uuid creates zombies processes. I used a slightly differe...Eric Smith2009-09-181-2/+6
* Merged revisions 74869 via svnmerge from svn+ssh://pythondev@svn.python.org/p...Georg Brandl2009-09-171-0/+12
* Merged revisions 74838-74839 via svnmerge fromGeorg Brandl2009-09-162-27/+65
* Use true booleans and PEP8 for argdefaults.Georg Brandl2009-09-169-21/+21
* Use true booleans.Georg Brandl2009-09-161-3/+3
* Small PEP8 correction.Georg Brandl2009-09-161-3/+3
* Use true booleans.Georg Brandl2009-09-161-2/+2
* updated the doc to match the module docstring, fixed a couple of errors in th...Ezio Melotti2009-09-161-15/+14
* Merged revisions 74806 via svnmerge fromRonald Oussoren2009-09-151-5/+20
* Merged revisions 74773 via svnmerge fromMatthias Klose2009-09-131-2/+2
* Merged revisions 74754 via svnmerge fromEzio Melotti2009-09-127-6/+51
* Merged revisions 74750 via svnmerge fromLars Gustäbel2009-09-122-6/+49
* Merged revisions 74464 via svnmerge fromBenjamin Peterson2009-09-111-0/+7
* Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,...Benjamin Peterson2009-09-116-14/+27
* #6888 fix the alias command with no argumentsBenjamin Peterson2009-09-111-2/+1
* Merged revisions 74728 via svnmerge fromTarek Ziadé2009-09-092-2/+20
* Merged revisions 74723 via svnmerge fromMark Dickinson2009-09-082-2/+6
* Merged revisions 74708 via svnmerge fromMark Dickinson2009-09-072-3/+7
* Merged revisions 74704 via svnmerge fromMark Dickinson2009-09-072-1/+4
* Fix for issue 6393: Python crashes on OSX when $LANG is set to some (butRonald Oussoren2009-09-061-1/+13
* Merged revisions 74673 via svnmerge fromMark Dickinson2009-09-061-0/+2
* Issue 6239: ctypes.c_char_p return value must return bytes.Thomas Heller2009-09-0413-56/+56
* Remove the just-removed "help" from __all__.Georg Brandl2009-09-042-2/+2
* Fixes issue #6838: use a list to accumulate the value instead of repeatedly c...Chris Withers2009-09-041-12/+9
* Recorded merge of revisions 74650 via svnmerge fromGeorg Brandl2009-09-041-38/+87
* Turn some comments into docstrings.Georg Brandl2009-09-041-20/+16
* Remove pseudo-end markers from http.cookies.Georg Brandl2009-09-041-22/+1
* Remove backwards compatibility stuff from profile/cProfile.Georg Brandl2009-09-042-12/+0
* #5221: fix related topics: SEQUENCEMETHODS[12] doesnt exist any more.Georg Brandl2009-09-041-6/+6
* Merged revisions 74640 via svnmerge fromBrett Cannon2009-09-031-1/+7
* Rework importlib benchmarks so that they measure number of executions within aBrett Cannon2009-09-031-51/+52
* - apply issue 6582 to test all the write methods of telnetlibJack Diederich2009-09-031-5/+59
* Use true booleans and a bit more PEP8.Georg Brandl2009-09-021-9/+9
* Use true kwonly arg instead of **kwds hackaround.Georg Brandl2009-09-021-14/+2
* Clarify why test_import is failing under importlib.Brett Cannon2009-08-301-2/+3
* Loosen an exception test in test_import to not require an explicit message bu...Brett Cannon2009-08-301-2/+1
* Trying to import a submodule from another module and not a package was raisingBrett Cannon2009-08-303-4/+11
* test_pep3120 is no longer a problem for importlib as the test was tweaked.Brett Cannon2009-08-301-1/+0
* Make the exception message check for malformed UTF-8 source looser so that Sy...Brett Cannon2009-08-301-1/+2
* When the globals argument to importlib.__import__() contained any value forBrett Cannon2009-08-302-11/+17
* Turn on verbose2 for importlib.test.regrtest so as to see failures when they ...Brett Cannon2009-08-301-2/+1
* Raise TypeError if the name given to importlib.__import__() lacks an rpartitionBrett Cannon2009-08-303-1/+24
* Fix the importlib_only test decorator to work again; don't capture the flag v...Brett Cannon2009-08-301-1/+3