summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-20170-2396/+2392
* don't shadow globalsBenjamin Peterson2010-11-201-8/+8
* Issue #10371: Deprecated undocumented functions in the trace module.Alexander Belopolsky2010-11-202-20/+65
* add filename to ENOENT message #4925Benjamin Peterson2010-11-204-0/+7
* Addition of issue 9926 to NEWSMichael Foord2010-11-201-0/+2
* correct logic when pos is after the string #10467Benjamin Peterson2010-11-203-3/+16
* Improve unittest.TestLoader.discover docstringMichael Foord2010-11-201-3/+3
* add spaceBenjamin Peterson2010-11-201-3/+3
* code styleBenjamin Peterson2010-11-201-8/+4
* Fix issue10377 - Output from pstats - it is just secs (i.e, wallclock time) a...Senthil Kumaran2010-11-201-1/+1
* Issue 9732: __class__ no longer checked on objects by getattr_staticMichael Foord2010-11-202-2/+13
* Issue 9732: fetch the method resolution order from the type metaclass directl...Michael Foord2010-11-203-22/+29
* #1574217: only swallow AttributeErrors in isinstance, not everything.R. David Murray2010-11-204-3/+30
* removed a NEWS entry that cloned itself in mysterious circumstancesŁukasz Langa2010-11-201-4/+0
* Issue 9732: remove use of __class__ in inspect.getattr_static and note the mr...Michael Foord2010-11-203-4/+18
* acknowledge configparser evolutionŁukasz Langa2010-11-201-2/+21
* configparser: the name of the DEFAULT section is now customizableŁukasz Langa2010-11-202-33/+40
* Issue 10326: further extend test for unpickling to ensure type lookup mechani...Michael Foord2010-11-201-0/+4
* Issue 10326: extend test for pickling of TestCase instances to ensure they ca...Michael Foord2010-11-201-0/+2
* Issue 10326: TestCase instances can now be pickled (they store names of insta...Michael Foord2010-11-203-7/+42
* Improve TestBytesGeneratorIdempotent using by using linesep.R. David Murray2010-11-201-6/+8
* Issue 9732: addition of getattr_static to the inspect moduleMichael Foord2010-11-206-2/+295
* socket.gethostbyname(socket.gethostname()) can fail when host name resolution...Georg Brandl2010-11-202-1/+8
* #10460: an even better indent.pro.Georg Brandl2010-11-201-6/+18
* #10439: document PyCodec C APIs.Georg Brandl2010-11-203-4/+125
* #10460: Update indent.pro to match PEP 7 better.Georg Brandl2010-11-201-14/+11
* #10465: fix broken delegation in __getattr__ of _PaddedFile.Georg Brandl2010-11-203-1/+9
* Issue #9920: Skip tests for cmath.atan and cmath.atanh applied toMark Dickinson2010-11-203-8/+32
* Issue #10325: Fix two issues in the fallback definitions of PY_LLONG_MAX andMark Dickinson2010-11-202-8/+19
* Regenerated configure and pyconfig.h.in.Mark Dickinson2010-11-202-522/+618
* Fix rst markup errors.Georg Brandl2010-11-201-2/+2
* Use correct markup for True/False/NoneEzio Melotti2010-11-201-11/+11
* Add configure-time test for log1p disrespecting zero sign.Mark Dickinson2010-11-201-3/+32
* Add a few labels and links to unittest docEzio Melotti2010-11-201-28/+41
* new plan: functions that want 'tmp' can declare itBenjamin Peterson2010-11-202-23/+6
* Fixes a timing-related failure on Windows (issue 10183)Brian Quinlan2010-11-201-3/+3
* Make test class name unique so that both test classes run.R. David Murray2010-11-201-1/+1
* c89 declarationsBenjamin Peterson2010-11-202-11/+11
* use %R format code; fixes invalid dereferencing #10391Benjamin Peterson2010-11-204-58/+43
* Do not put a raw REPLACEMENT CHARACTER in the document.Georg Brandl2010-11-191-1/+4
* remove documentation for something that's goneFred Drake2010-11-191-4/+0
* Fix test_ssl_presence when ssl is not presentAntoine Pitrou2010-11-191-2/+2
* Issue #4153: Updated Unicode HOWTO.Alexander Belopolsky2010-11-191-55/+47
* #10455: fix typoEzio Melotti2010-11-181-1/+1
* Issue 7828: Fixed chr() and ord() documentation for wide charactersAlexander Belopolsky2010-11-181-10/+14
* Wrap all test_nntplib methods accessing a remote server in a transient_intern...Antoine Pitrou2010-11-181-13/+29
* Code Changes as per review comments by Antoine Pitrou.Senthil Kumaran2010-11-182-23/+10
* Fix usage of :option: in the docs (#9312).Éric Araujo2010-11-1813-159/+216
* Fix Issue2244 - urllib unquotes user and password info multiple times - Patch...Senthil Kumaran2010-11-183-8/+18
* Issue #10356: hash(Decimal("sNaN")) now raises ValueError instead of TypeError.Stefan Krah2010-11-183-2/+5