1. 097f708 #6905: use better exception messages in inspect when the argument is of the wrong type. by Georg Brandl · 15 years ago
  2. 4d94d31 #6936: for interactive use, quit() is just fine. by Georg Brandl · 15 years ago
  3. 4fe0335 use macros by Benjamin Peterson · 15 years ago
  4. b926ebb Make the optparse doc style a bit more standard: use standard description units for attrs/methods/etc., and use the correct referencing roles. by Georg Brandl · 15 years ago
  5. 7842a41 Remove duplicate doc of enable/disable_interspersed_args. by Georg Brandl · 15 years ago
  6. 304d396 #6932: remove paragraph that advises relying on __del__ being called. by Georg Brandl · 15 years ago
  7. ebf3adc #6844 followup: the warning when setting Exception.message was removed, do not test for it. by Georg Brandl · 15 years ago
  8. e9741f3 Issue #6922: Fix an infinite loop when trying to decode an invalid by Georg Brandl · 15 years ago
  9. bc3777d String values should be shown with quotes, to avoid confusion with constants. by Georg Brandl · 15 years ago
  10. af09b60 #6912: add "with" block support to pindent. by Georg Brandl · 15 years ago
  11. 6fedc52 rationalize a bit by Benjamin Peterson · 15 years ago
  12. 2348eda Note in the intro to Extending... that ctypes can be a simpler, more portable solution than custom C code. by Brett Cannon · 15 years ago
  13. fd1fcff pep 8 defaults by Benjamin Peterson · 15 years ago
  14. 4d714cb kill bare except by Benjamin Peterson · 15 years ago
  15. aa2adc8 Issue #6713: Improve performance of str(n) and repr(n) for integers n by Mark Dickinson · 15 years ago
  16. 2920adb Add news entry for r74841. by Thomas Wouters · 15 years ago
  17. 0674d3f #6844: do not emit DeprecationWarnings on access if Exception.message has been set by the user. by Georg Brandl · 15 years ago
  18. 4676048 Remove outdated include; this include was breaking OS X builds using by Mark Dickinson · 15 years ago
  19. c4dcb38 Fix issue #1590864, multiple threads and fork() can cause deadlocks, by by Thomas Wouters · 15 years ago
  20. 69dfe8d Make the pdb displayhook compatible with the standard displayhook: do not print Nones. Add a test for that. by Georg Brandl · 15 years ago
  21. 6c39f06 Remove some more boilerplate from the actual tests in test_pdb. by Georg Brandl · 15 years ago
  22. a50d20a Rewrap long lines. by Georg Brandl · 15 years ago
  23. 2e85f50 #6879 - fix misstatement about exceptions by Ezio Melotti · 15 years ago
  24. 718b221 #6892: fix optparse example involving help option. by Georg Brandl · 15 years ago
  25. d7226ff Remove strange trailing commas. by Georg Brandl · 15 years ago
  26. f4e6b98 #5621: refactor description of how class/instance attributes interact on a.x=a.x+1 or augassign. by Georg Brandl · 15 years ago
  27. 83130c3 #6891: comment out dead link to Unicode article. by Georg Brandl · 15 years ago
  28. b29709a #6876: fix base class constructor invocation in example. by Georg Brandl · 15 years ago
  29. 49bb9b7 #6880: add reference to classes section in exceptions section, which comes earlier. by Georg Brandl · 15 years ago
  30. 076ca5a Make deprecation notices as visible as warnings are right now. by Georg Brandl · 15 years ago
  31. 0180565 Update distutils.util tests after my changes to --with-universal-archs by Ronald Oussoren · 15 years ago
  32. 480b455 Add Armin Ronacher. by Georg Brandl · 15 years ago
  33. 5d90029 Finish support for --with-universal-archs=intel by Ronald Oussoren · 15 years ago
  34. 038f38d #6917 - typo in method name by Ezio Melotti · 15 years ago
  35. 91a11a4 MacOSX: detect the architectures supported by by Ronald Oussoren · 15 years ago
  36. ea7120c Py_SetPythonHome uses static storage #6913 by Benjamin Peterson · 15 years ago
  37. 58d23fb #6908: fix association of hashlib hash attributes. by Georg Brandl · 15 years ago
  38. 7eb43b7 #6574: list the future features in a table. by Georg Brandl · 15 years ago
  39. 2c7b493 #6904 - fix broken link by Ezio Melotti · 15 years ago
  40. dc0460a Remove an extraneous space in unittest documentation. by Michael Foord · 15 years ago
  41. e91ea56 Test discovery in unittest will only attempt to import modules that are importable; i.e. their names are valid Python identifiers. If an import fails during discovery this will be recorded as an error and test discovery will continue. Issue 6568. by Michael Foord · 15 years ago
  42. 6848d82 Typo fix. by Georg Brandl · 15 years ago
  43. 5a9719d unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute. Issue 6866. by Michael Foord · 15 years ago
  44. ee2df03 Tutorial tweaks. Issue 6849. by Michael Foord · 15 years ago
  45. 668be58 Note that sys._getframe is not guaranteed to exist in all implementations of Python, and a corresponding note in inspect.currentframe. Issue 6712. by Michael Foord · 15 years ago
  46. c3f7937 Objects that compare equal automatically pass or fail assertAlmostEqual and assertNotAlmostEqual tests on unittest.TestCase. Issue 6567. by Michael Foord · 15 years ago
  47. 60931a5 Change to tutorial wording for reading text / binary files on Windows. Issue #6301. by Michael Foord · 15 years ago
  48. 924eab6 Issue #6635: Fix profiler printing usage message. by Matthias Klose · 15 years ago
  49. 1f4fc09 Fix potential signed-overflow bug in _PyLong_Format; also fix by Mark Dickinson · 15 years ago
  50. 3d85454 update urls by Benjamin Peterson · 15 years ago
  51. 1036a7f #6026 - fix tests that failed without zlib by Ezio Melotti · 15 years ago
  52. 21121e6 Issue #6856: Add a filter keyword argument to TarFile.add(). by Lars Gustäbel · 15 years ago
  53. d4c7eb1 Move function back to its section. by Georg Brandl · 15 years ago
  54. ffdde9e Properly document copy and deepcopy as functions. by Georg Brandl · 15 years ago
  55. 93ed820 revert unintended changes by Benjamin Peterson · 15 years ago
  56. 8246968 tabbify by Benjamin Peterson · 15 years ago
  57. bed26a3 Issue #6163: Fixed HP-UX runtime library dir options in distutils.unixcompiler by Tarek Ziadé · 15 years ago
  58. 7f6d083 #6865 fix ref counting in initialization of pwd module by Benjamin Peterson · 15 years ago
  59. 5cfa804 Issue #6857: Fix Decimal formatting to be consistent with existing float by Mark Dickinson · 15 years ago
  60. 81809a4 Make ctypes compile again with older Python versions. by Thomas Heller · 15 years ago
  61. 84ddd72 This is an update to r74701. How hard can it be to get a configure test right. by Ronald Oussoren · 15 years ago
  62. 968f169 #Issue 6795: Fix infinite recursion in long(Decimal('nan')); change int(Decimal('nan')) to raise ValueError instead of either returning NaN or raising InvalidContext. by Mark Dickinson · 15 years ago
  63. 491ea55 Issue #6850: Fix bug in Decimal._parse_format_specifier for formats by Mark Dickinson · 15 years ago
  64. d692a71 revert r74699 since it loses useful error information by Benjamin Peterson · 15 years ago
  65. 23d9253 Fix typo in configure.in by Ronald Oussoren · 15 years ago
  66. 5515990 PyObject_GetIter can set an error for its self just fine by Benjamin Peterson · 15 years ago
  67. 6b3f1ef Issue #6848: Fix curses module build failure on OS X 10.6. by Mark Dickinson · 15 years ago
  68. 752a2da Remove redundant assignment by Mark Dickinson · 15 years ago
  69. 626faeb Fix for issue 4937 by Ronald Oussoren · 15 years ago
  70. 135a7cf Issue #6847: s/bytes/bytearray/ in some bytearray error messages. Thanks Hagen Fürstenau. by Mark Dickinson · 15 years ago
  71. c8a7c7c Issue #6846: bytearray.pop was returning ints in the range [-128, 128) by Mark Dickinson · 15 years ago
  72. 2596758 Fix build issues on OSX 10.6 (issue 6802) by Ronald Oussoren · 15 years ago
  73. f016970 #6843: add link from filterwarnings to where the meaning of the arguments is covered. by Georg Brandl · 15 years ago
  74. 65898e0 Add configure-time checks for gamma and error functions. by Mark Dickinson · 15 years ago
  75. 609910c #6841: remove duplicated word. by Georg Brandl · 15 years ago
  76. 7f3ea6a news entry matching r74655 by Chris Withers · 15 years ago
  77. 68c6e92 Fixes issue #6838: use a list to accumulate the value instead of repeatedly concatenating strings. by Chris Withers · 15 years ago
  78. 7d4f8fd #6777: dont discourage usage of Exception.args or promote usage of Exception.message. by Georg Brandl · 15 years ago
  79. 601ee7f #6756: add some info about the "acct" parameter. by Georg Brandl · 15 years ago
  80. ed4ca82 #5101: add back tests to test_funcattrs that were lost during unittest conversion, and make some PEP8 cleanups. by Georg Brandl · 15 years ago
  81. d22b951 Issue #5275: In Cookie's Cookie.load(), properly handle non-string arguments as documented. by Georg Brandl · 15 years ago
  82. fe18a11 #5047: remove Monterey support from configure. by Georg Brandl · 15 years ago
  83. 2e1308f Issue #2666: Handle BROWSER environment variable properly for unknown browser names in the webbrowser module. by Georg Brandl · 15 years ago
  84. e7e941e test_platform fails on OS X Snow Leopard because the UNIX command to get the by Brett Cannon · 15 years ago
  85. ffd0dc1 Sorry, sorry! Ignore my previous two commits. I mixed up the version by Armin Rigo · 15 years ago
  86. f866fbb Does not terminate: consume all memory without responding to Ctrl-C. by Armin Rigo · 15 years ago
  87. f416690 Found the next crasher by thinking about this logic in PyPy. by Armin Rigo · 15 years ago
  88. af795e5 #6757: complete the list of types that marshal can serialize. by Georg Brandl · 15 years ago
  89. bf58d80 #6828: fix wrongly highlighted blocks. by Georg Brandl · 15 years ago
  90. eb4781c #6821: fix signature of PyBuffer_Release(). by Georg Brandl · 15 years ago
  91. 6fcf9b5 remove the check that classmethod's argument is a callable by Benjamin Peterson · 15 years ago
  92. 8514b85 #6638: fix wrong parameter name and markup a class. by Georg Brandl · 15 years ago
  93. 86158fc #6810: add a link to the section about frame objects instead of just a description where to find it. by Georg Brandl · 15 years ago
  94. 018ad1c #6765: hint that log(x, base) is not very sophisticated. by Georg Brandl · 15 years ago
  95. a88fd76 #6808: clarification. by Georg Brandl · 15 years ago
  96. 254c17c #6813: better documentation for numberless string formats. by Georg Brandl · 15 years ago
  97. 9016137 Doc fix for the issue2637. by Senthil Kumaran · 15 years ago
  98. 8dcd06f Issue #6297: Add autogenerated Misc/python.pc file to make distclean target. Thanks Jerry Chen. by Mark Dickinson · 15 years ago
  99. 4ea46a6 other -> others where multiple arguments are accepted. by Georg Brandl · 15 years ago
  100. 7d65fbf #6801: fix copy-paste oversight. by Georg Brandl · 15 years ago