summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix capitalization.Mark Dickinson2010-11-211-2/+2
|
* Revert r86517Raymond Hettinger2010-11-213-5/+2
|
* Add a couple of missing versionadded tags in the inspect module docsNick Coghlan2010-11-211-2/+4
|
* Issue #10220: Add inspect.getgeneratorstate(). Initial patch by Rodolpho ↵Nick Coghlan2010-11-215-1/+99
| | | | Eckhardt
* Style edits in followup to r86521 (#9312)Éric Araujo2010-11-211-2/+2
|
* Issue #7770: Note the useful range of sin/cos in the decimal module examples.Raymond Hettinger2010-11-211-0/+6
|
* Try to get more useful output from failing buildbotÉric Araujo2010-11-211-1/+1
|
* Clean-up the description of the range object.Raymond Hettinger2010-11-211-6/+4
|
* Document index and count as part of the Sequence ABC (#9746)Éric Araujo2010-11-201-0/+6
|
* pep 7 actually wants the brace on a new lineBenjamin Peterson2010-11-201-22/+44
|
* fix two broken testsBenjamin Peterson2010-11-201-1/+2
|
* merge all range tests into test_rangeBenjamin Peterson2010-11-202-178/+157
|
* enable test that was commented out for whatever reasonBenjamin Peterson2010-11-201-1/+1
|
* code style and simplificationBenjamin Peterson2010-11-201-72/+31
|
* Add error handling in range_count.Georg Brandl2010-11-201-1/+4
|
* count() should return integers #10474Benjamin Peterson2010-11-203-2/+6
|
* Fix typos and style in compileall.Éric Araujo2010-11-201-18/+12
|
* Fix email doc update I overlooked (thanks, Éric)R. David Murray2010-11-201-1/+1
|
* #10453: compileall now uses argparse instead of getopt, so -h works.R. David Murray2010-11-203-78/+111
| | | | Patch by Michele Orrù.
* Issue #8078: Add constants for higher baud rates in the termios module.Antoine Pitrou2010-11-203-0/+41
| | | | Patch by Rodolpho Eckhardt.
* #9724: add nonlocal to pydoc topics.Georg Brandl2010-11-201-2/+3
|
* Issue #10255: Fix reference leak in Py_InitializeEx(). Patch by NeilAntoine Pitrou2010-11-202-0/+5
| | | | Schemenauer.
* Add entry for r86601Éric Araujo2010-11-201-0/+2
|
* In 3.x, bytearray is akin to bytes, not str.Antoine Pitrou2010-11-201-1/+1
|
* Fix two NameErrors in distutils (#10407)Éric Araujo2010-11-202-0/+2
|
* revert changes in inappropiate branchBenjamin Peterson2010-11-202-67/+67
|
* #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) ↵Senthil Kumaran2010-11-201-1/+1
| | | | and not CPU time.
* 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 ↵Michael Foord2010-11-203-22/+29
| | | | directly in getattr_static
* #1574217: only swallow AttributeErrors in isinstance, not everything.R. David Murray2010-11-204-3/+30
| | | | Patch and tests by Brian Harring, with improvements by Ralf Schmitt.
* 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 ↵Michael Foord2010-11-203-4/+18
| | | | mro exception to code execution
* 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 ↵Michael Foord2010-11-201-0/+4
| | | | mechanism works after unpickling
* Issue 10326: extend test for pickling of TestCase instances to ensure they ↵Michael Foord2010-11-201-0/+2
| | | | can be unpickled too
* Issue 10326: TestCase instances can now be pickled (they store names of ↵Michael Foord2010-11-203-7/+42
| | | | instance methods instead of references to the instance methods themselves).
* Improve TestBytesGeneratorIdempotent using by using linesep.R. David Murray2010-11-201-6/+8
| | | | | Also corrects a typo from a previous commit. Unfortunately this does *not* fix issue #10134.
* Issue 9732: addition of getattr_static to the inspect moduleMichael Foord2010-11-206-2/+295
|
* socket.gethostbyname(socket.gethostname()) can fail when host name ↵Georg Brandl2010-11-202-1/+8
| | | | resolution is not set up correctly; do not fail test_socket if this is the case.
* #10460: an even better indent.pro.Georg Brandl2010-11-201-6/+18
|