summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Issue #6857: Fix Decimal formatting to be consistent with existing floatMark Dickinson2009-09-083-2/+9
* Make ctypes compile again with older Python versions.Thomas Heller2009-09-081-0/+49
* This is an update to r74701. How hard can it be to get a configure test right.Ronald Oussoren2009-09-082-1/+3
* #Issue 6795: Fix infinite recursion in long(Decimal('nan')); change int(Dec...Mark Dickinson2009-09-073-3/+16
* Issue #6850: Fix bug in Decimal._parse_format_specifier for formatsMark Dickinson2009-09-073-1/+7
* revert r74699 since it loses useful error informationBenjamin Peterson2009-09-071-2/+13
* Fix typo in configure.inRonald Oussoren2009-09-072-9/+43
* PyObject_GetIter can set an error for its self just fineBenjamin Peterson2009-09-061-13/+2
* Issue #6848: Fix curses module build failure on OS X 10.6.Mark Dickinson2009-09-062-1/+8
* Remove redundant assignmentMark Dickinson2009-09-061-1/+0
* Fix for issue 4937Ronald Oussoren2009-09-062-1/+7
* Issue #6847: s/bytes/bytearray/ in some bytearray error messages. Thanks Hag...Mark Dickinson2009-09-061-4/+4
* Issue #6846: bytearray.pop was returning ints in the range [-128, 128)Mark Dickinson2009-09-063-1/+5
* Fix build issues on OSX 10.6 (issue 6802)Ronald Oussoren2009-09-0610-78/+253
* #6843: add link from filterwarnings to where the meaning of the arguments is ...Georg Brandl2009-09-051-17/+19
* Add configure-time checks for gamma and error functions.Mark Dickinson2009-09-053-3/+117
* #6841: remove duplicated word.Georg Brandl2009-09-051-1/+1
* news entry matching r74655Chris Withers2009-09-041-0/+5
* Fixes issue #6838: use a list to accumulate the value instead of repeatedly c...Chris Withers2009-09-041-12/+9
* #6777: dont discourage usage of Exception.args or promote usage of Exception....Georg Brandl2009-09-041-17/+14
* #6756: add some info about the "acct" parameter.Georg Brandl2009-09-041-1/+2
* #5101: add back tests to test_funcattrs that were lost during unittest conver...Georg Brandl2009-09-041-61/+119
* Issue #5275: In Cookie's Cookie.load(), properly handle non-string arguments ...Georg Brandl2009-09-042-1/+6
* #5047: remove Monterey support from configure.Georg Brandl2009-09-043-51/+3
* Issue #2666: Handle BROWSER environment variable properly for unknown browser...Georg Brandl2009-09-042-1/+6
* test_platform fails on OS X Snow Leopard because the UNIX command to get theBrett Cannon2009-09-032-1/+10
* Sorry, sorry! Ignore my previous two commits. I mixed up the versionArmin Rigo2009-09-032-21/+0
* Does not terminate: consume all memory without responding to Ctrl-C.Armin Rigo2009-09-031-0/+10
* Found the next crasher by thinking about this logic in PyPy.Armin Rigo2009-09-031-0/+11
* #6757: complete the list of types that marshal can serialize.Georg Brandl2009-09-031-6/+8
* #6828: fix wrongly highlighted blocks.Georg Brandl2009-09-031-5/+9
* #6821: fix signature of PyBuffer_Release().Georg Brandl2009-09-021-2/+2