summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #6938: "ident" is always a string, so use a format code which works.Georg Brandl2009-09-182-1/+4
* #6905: use better exception messages in inspect when the argument is of the w...Georg Brandl2009-09-181-7/+7
* #6936: for interactive use, quit() is just fine.Georg Brandl2009-09-181-1/+1
* use macrosBenjamin Peterson2009-09-171-1/+1
* Make the optparse doc style a bit more standard: use standard description uni...Georg Brandl2009-09-171-454/+510
* Remove duplicate doc of enable/disable_interspersed_args.Georg Brandl2009-09-171-27/+19
* #6932: remove paragraph that advises relying on __del__ being called.Georg Brandl2009-09-171-19/+26
* #6844 followup: the warning when setting Exception.message was removed, do no...Georg Brandl2009-09-171-7/+0
* Issue #6922: Fix an infinite loop when trying to decode an invalidGeorg Brandl2009-09-173-1/+16
* String values should be shown with quotes, to avoid confusion with constants.Georg Brandl2009-09-171-23/+23
* #6912: add "with" block support to pindent.Georg Brandl2009-09-171-2/+2
* rationalize a bitBenjamin Peterson2009-09-171-2/+4
* Note in the intro to Extending... that ctypes can be a simpler, more portable...Brett Cannon2009-09-171-0/+7
* pep 8 defaultsBenjamin Peterson2009-09-171-1/+1
* kill bare exceptBenjamin Peterson2009-09-171-1/+1
* Issue #6713: Improve performance of str(n) and repr(n) for integers nMark Dickinson2009-09-163-0/+125
* Add news entry for r74841.Thomas Wouters2009-09-161-0/+2
* #6844: do not emit DeprecationWarnings on access if Exception.message has bee...Georg Brandl2009-09-163-18/+82
* Remove outdated include; this include was breaking OS X builds usingMark Dickinson2009-09-161-4/+0
* Fix issue #1590864, multiple threads and fork() can cause deadlocks, byThomas Wouters2009-09-165-22/+108
* Make the pdb displayhook compatible with the standard displayhook: do not pri...Georg Brandl2009-09-162-2/+36
* Remove some more boilerplate from the actual tests in test_pdb.Georg Brandl2009-09-161-27/+34
* Rewrap long lines.Georg Brandl2009-09-161-257/+246
* #6879 - fix misstatement about exceptionsEzio Melotti2009-09-161-5/+3
* #6892: fix optparse example involving help option.Georg Brandl2009-09-161-1/+4
* Remove strange trailing commas.Georg Brandl2009-09-161-3/+3
* #5621: refactor description of how class/instance attributes interact on a.x=...Georg Brandl2009-09-161-13/+24
* #6891: comment out dead link to Unicode article.Georg Brandl2009-09-161-5/+6
* #6876: fix base class constructor invocation in example.Georg Brandl2009-09-161-2/+1
* #6880: add reference to classes section in exceptions section, which comes ea...Georg Brandl2009-09-161-3/+4
* Make deprecation notices as visible as warnings are right now.Georg Brandl2009-09-162-10/+21
* Update distutils.util tests after my changesRonald Oussoren2009-09-151-1/+21
* Add Armin Ronacher.Georg Brandl2009-09-151-0/+4
* Finish support for --with-universal-archs=intelRonald Oussoren2009-09-152-6/+26
* #6917 - typo in method nameEzio Melotti2009-09-151-1/+1
* MacOSX: detect the architectures supported byRonald Oussoren2009-09-151-13/+11
* Py_SetPythonHome uses static storage #6913Benjamin Peterson2009-09-151-0/+4
* #6908: fix association of hashlib hash attributes.Georg Brandl2009-09-141-2/+2
* #6574: list the future features in a table.Georg Brandl2009-09-141-4/+31
* #6904 - fix broken linkEzio Melotti2009-09-141-1/+1
* Remove an extraneous space in unittest documentation.Michael Foord2009-09-131-1/+1
* Test discovery in unittest will only attempt to import modules that are impor...Michael Foord2009-09-134-46/+85
* Typo fix.Georg Brandl2009-09-131-1/+1
* unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute....Michael Foord2009-09-133-2/+46
* Tutorial tweaks. Issue 6849.Michael Foord2009-09-131-12/+10
* Note that sys._getframe is not guaranteed to exist in all implementations of ...Michael Foord2009-09-132-1/+7
* Objects that compare equal automatically pass or fail assertAlmostEqual and a...Michael Foord2009-09-134-1/+24
* Change to tutorial wording for reading text / binary files on Windows. Issue ...Michael Foord2009-09-131-2/+2
* Issue #6635: Fix profiler printing usage message.Matthias Klose2009-09-132-2/+4
* Fix potential signed-overflow bug in _PyLong_Format; also fixMark Dickinson2009-09-131-9/+11