summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* update urlsBenjamin Peterson2009-09-131-4/+2
* #6026 - fix tests that failed without zlibEzio Melotti2009-09-127-6/+51
* Issue #6856: Add a filter keyword argument to TarFile.add().Lars Gustäbel2009-09-124-8/+76
* Move function back to its section.Georg Brandl2009-09-111-7/+9
* Properly document copy and deepcopy as functions.Georg Brandl2009-09-091-10/+13
* revert unintended changesBenjamin Peterson2009-09-092-130/+8
* tabbifyBenjamin Peterson2009-09-093-9/+131
* Issue #6163: Fixed HP-UX runtime library dir options in distutils.unixcompilerTarek Ziadé2009-09-093-2/+24
* #6865 fix ref counting in initialization of pwd moduleBenjamin Peterson2009-09-082-0/+4