summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 74209 via svnmerge fromGeorg Brandl2009-07-2636-63/+61
* Recorded merge of revisions 74210 via svnmerge fromGeorg Brandl2009-07-261-170/+153
* Fixing module names in the NEWS entry.Senthil Kumaran2009-07-261-2/+3
* versionadded: 3.2. not 3.1.Senthil Kumaran2009-07-251-1/+1
* Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy.Senthil Kumaran2009-07-255-3/+68
* account for range() py3k changeBenjamin Peterson2009-07-251-2/+2
* Blocked revisions 74194 via svnmergeGeorg Brandl2009-07-240-0/+0
* Blocked revisions 74189 via svnmergeAmaury Forgeot d'Arc2009-07-230-0/+0
* Recorded merge of revisions 74185 via svnmerge fromGeorg Brandl2009-07-231-1/+1
* Specialize assertTrue checks when possible.Alexandre Vassalotti2009-07-221-64/+61
* Use assertGreater instead of assertTrue(x > y).Alexandre Vassalotti2009-07-221-1/+1
* Clean up test_curses.Alexandre Vassalotti2009-07-221-5/+6
* Merged revisions 74179 via svnmerge fromEzio Melotti2009-07-221-7/+8
* Recorded merge of revisions 74175 via svnmerge fromR. David Murray2009-07-220-0/+0
* Blocked revisions 74152,74173 via svnmergeBenjamin Peterson2009-07-220-0/+0
* Issue 6542: Make sure that TestInvalidFD.test_closerange does notR. David Murray2009-07-221-1/+12
* Merged revisions 74167 via svnmerge fromGeorg Brandl2009-07-223-3/+12
* Merged revisions 74163 via svnmerge fromTarek Ziadé2009-07-222-4/+8
* Use unittest.SkipTest to skip tests in test_threading.Alexandre Vassalotti2009-07-221-21/+11
* Remove erroneous print statement.Alexandre Vassalotti2009-07-221-3/+3
* Only skip test_nis on Solaris.Alexandre Vassalotti2009-07-221-1/+3
* Issue #6151: Make PyDescr_COMMON conform to standard C.Alexandre Vassalotti2009-07-224-23/+31
* Issue #6218: Make io.BytesIO and io.StringIO picklable.Alexandre Vassalotti2009-07-225-16/+410
* Issue #6241: Better type checking for the arguments of io.StringIO.Alexandre Vassalotti2009-07-223-5/+38
* Issue #6360: Simplify string decoding in xmlrpc.client.Alexandre Vassalotti2009-07-221-17/+4
* Issue #6242: Fix deallocator of io.StringIO and io.BytesIO.Alexandre Vassalotti2009-07-223-6/+17
* Make test_normalization verify the version of the correct test data file.Alexandre Vassalotti2009-07-221-4/+6
* Fix open_urlresource() to pass its arguments to open() when the resource is c...Alexandre Vassalotti2009-07-221-1/+1
* Merged revisions 74150 via svnmerge fromBenjamin Peterson2009-07-211-0/+1
* Merged revisions 74148 via svnmerge fromEzio Melotti2009-07-211-1/+1
* Merged revisions 74139 via svnmerge fromBenjamin Peterson2009-07-211-4/+6
* Merged revisions 74117,74123 via svnmerge fromBenjamin Peterson2009-07-213-2/+4
* Merged revisions 73750 via svnmerge fromAlexandre Vassalotti2009-07-211-5/+4
* Merged revisions 72487-72488,72879 via svnmerge fromAlexandre Vassalotti2009-07-2118-306/+335
* Merged revisions 73683,73786 via svnmerge fromAlexandre Vassalotti2009-07-212-19/+11
* Add ignore rule for the Doc/tools/jinga2/ directory.Alexandre Vassalotti2009-07-212-0/+2
* Revert r74125.Alexandre Vassalotti2009-07-210-0/+0
* Merged revisions 73706,73778 via svnmerge fromAlexandre Vassalotti2009-07-213-19/+146
* Merged revisions 73871 via svnmerge fromAlexandre Vassalotti2009-07-211-2/+2
* Ignore the correct jinga directory.Alexandre Vassalotti2009-07-200-0/+0
* Make the wdocs for importlib.abc.ExecutionLoader to be weaker in terms of wha...Brett Cannon2009-07-201-1/+1
* Blocked revisions 74119 via svnmergeBenjamin Peterson2009-07-200-0/+0
* Remove apparently unneeded and un-cleaned-up munging of sys.path fromR. David Murray2009-07-201-3/+0
* Merged revisions 74114 via svnmerge fromBenjamin Peterson2009-07-2018-140/+405
* Implement the PEP 302 protocol for get_filename() asBrett Cannon2009-07-206-27/+136
* Importlib's documentation said that importlib.abc.PyLoader inherited fromBrett Cannon2009-07-203-15/+66
* Remove custom test-skipping code in importlib tests for unittest code.Brett Cannon2009-07-201-13/+14
* Some tests in importlib.test.source.test_abc_loader were testing what happensBrett Cannon2009-07-202-8/+20
* Update importlib.test.source.test_abc_loader to new features added in Python ...Brett Cannon2009-07-191-17/+19
* merging revision 74100 from trunk:Kristján Valur Jónsson2009-07-191-1/+1