1. 354e4cb #5018: remove confusing paragraph. by Georg Brandl · 16 years ago
  2. 44fb2a9 #5617: add a handy function to print a unicode string to gdbinit. by Georg Brandl · 16 years ago
  3. 9e47ce4 #5583 Added optional Extensions in Distutils by Tarek Ziadé · 16 years ago
  4. 42f9b4e Issue 5619: Pass MS CRT debug flags into subprocesses by Jesse Noller · 16 years ago
  5. b771586 #3427: document correct return type for urlopen().info(). by Georg Brandl · 16 years ago
  6. 0c7b2c9 #1651995: fix _convert_ref for non-ASCII characters. by Georg Brandl · 16 years ago
  7. 95fafec #5563: more documentation for bdist_msi. by Georg Brandl · 16 years ago
  8. aba27dd Made handle_expt_event() be called last, so that we don't accidentally read by Josiah Carlson · 16 years ago
  9. bcd64a3 #1676135: remove trailing slashes from --prefix argument. by Georg Brandl · 16 years ago
  10. 6903621 #1675026: add a note about a strange Windows problem, and remove notes about AtheOS. by Georg Brandl · 16 years ago
  11. 9a744c1 Remove warning about pending Win9x support removal. by Georg Brandl · 16 years ago
  12. d906ea6 fix Thread.ident when it is the main thread or a dummy thread #5632 by Benjamin Peterson · 16 years ago
  13. a08e8de #5598: document DocFileSuite *args argument. by Georg Brandl · 16 years ago
  14. bd9dd31 take the usual lock precautions around _active_limbo_lock by Benjamin Peterson · 16 years ago
  15. 186188d #1530012: move TQS section before raw strings. by Georg Brandl · 16 years ago
  16. 1a1158f making sdist and config test silents by Tarek Ziadé · 16 years ago
  17. 899dd12 added tests to the install_headers command by Tarek Ziadé · 16 years ago
  18. a961a04 added test to the install_data command by Tarek Ziadé · 16 years ago
  19. e899b71 more tests for the upload command by Tarek Ziadé · 16 years ago
  20. ca2b8d2 more tests for the register command by Tarek Ziadé · 16 years ago
  21. 0238628 added tests for the clean command by Tarek Ziadé · 16 years ago
  22. c7cd138 using log.warn for sys.stderr by Tarek Ziadé · 16 years ago
  23. ef660e8 #1674032: return value of flag from Event.wait(). OKed by Guido. by Georg Brandl · 16 years ago
  24. 1d7d532 Issue #5387: Fixed mmap.move crash by integer overflow. (take2) by Hirokazu Yamamoto · 16 years ago
  25. 65ff005 Issue an actual PendingDeprecationWarning for the TestCase.fail* methods. by Gregory P. Smith · 16 years ago
  26. 41448c5 Add NEWS entry for regrtest change. by R. David Murray · 16 years ago
  27. 612f1d5 Remove the regrtest check that turns any ImportError into a skipped test. by R. David Murray · 16 years ago
  28. bdeacba Improve test_support.import_module docstring, remove by R. David Murray · 16 years ago
  29. df90b02 This resolves issue 1161031. Tests pass. by Josiah Carlson · 16 years ago
  30. 73fba69 Delete out-of-date and little-known README from the test by R. David Murray · 16 years ago
  31. bdaa6a7 #5618: fix typo. by Georg Brandl · 16 years ago
  32. 956ed97 #4411: document mro() and __mro__. (I hope I got it right.) by Georg Brandl · 16 years ago
  33. 2ce1c61 Fix-up unwanted change. by Georg Brandl · 16 years ago
  34. c5d8c63 #5190: export make_option in __all__. by Georg Brandl · 16 years ago
  35. b48adec #1096310: document usage of sys.__std*__ a bit better. by Georg Brandl · 16 years ago
  36. 5206086 #4882: document named group behavior a bit better. by Georg Brandl · 16 years ago
  37. 7558d57 Rename the actual method definitions to the official assertFoo names. by Gregory P. Smith · 16 years ago
  38. 6eabc24 #5241: document missing U in regex howto. by Georg Brandl · 16 years ago
  39. a9efe6f #5227: note that Py_Main doesnt return on SystemExit. by Georg Brandl · 16 years ago
  40. 597ebab A few more test skips via import_module, and change import_module to by R. David Murray · 16 years ago
  41. 9e0b363 #5245: note that PyRun_SimpleString doesnt return on SystemExit. by Georg Brandl · 16 years ago
  42. 1f0a555 missed the news/acks for netbsd patch by Jesse Noller · 16 years ago
  43. 22717df #837577: note cryptic return value of spawn*e on invalid env dicts. by Georg Brandl · 16 years ago
  44. 40a6164 Apply patch for netbsd multiprocessing support by Jesse Noller · 16 years ago
  45. 3476d12 Per the language summit, the optional fastpath imports should use from-import-star. by Raymond Hettinger · 16 years ago
  46. aa11810 #970783: document PyObject_Generic[GS]etAttr. by Georg Brandl · 16 years ago
  47. 268d85d #992207: document that the parser only accepts \\n newlines. by Georg Brandl · 16 years ago
  48. 2839985 The unittest.TestCase.assertEqual() now displays the differences in lists, by Gregory P. Smith · 16 years ago
  49. c278422 #5417: replace references to undocumented functions by ones to documented functions. by Georg Brandl · 16 years ago
  50. b945bbf #1386675: specify WindowsError as the exception, because it has a winerror attribute that EnvironmentError doesnt have. by Georg Brandl · 16 years ago
  51. 624f337 #5529: backport new docs of import semantics written by Brett to 2.x. by Georg Brandl · 16 years ago
  52. 21b60af #5581: fget argument of abstractproperty is optional as well. by Georg Brandl · 16 years ago
  53. 74c018a #5566: fix versionadded from PyLong ssize_t functions. by Georg Brandl · 16 years ago
  54. 382edff #5519: remove reference to Kodos, which seems dead. by Georg Brandl · 16 years ago
  55. 2696275 Add check for PyDict_Update() error. by Jeremy Hylton · 16 years ago
  56. 88f1c04 Global statements from one function leaked into parallel functions. by Jeremy Hylton · 16 years ago
  57. 1e6da5c Update quicktest to match Python 3 branch by Jeremy Hylton · 16 years ago
  58. e392b35 Minor update to OSX build-installer script, needed by Ronald Oussoren · 16 years ago
  59. 1c157ea Add is_declared_global() which distinguishes between implicit and by Jeremy Hylton · 16 years ago
  60. 9d2ee5d Issue #5387: Fixed mmap.move crash by integer overflow. by Hirokazu Yamamoto · 16 years ago
  61. b2898e0 add JoinableQueue to __all__ by Jesse Noller · 16 years ago
  62. 42827e9 Fix a wrong struct field assignment (docstring as closure). by Georg Brandl · 16 years ago
  63. 7706957 Add various items by Andrew M. Kuchling · 16 years ago
  64. 82eb590 merge in patch from tim golden to fix contextmanager support for mp.Lock() by Jesse Noller · 16 years ago
  65. d7bf8a5 Actually suppress warnings in test_at_least_import_untested_modules by R. David Murray · 16 years ago
  66. e0154ed Fix issue #4865: add /Library/Python/2.7/site-packages to by Ronald Oussoren · 16 years ago
  67. 6c2633e Add more items by Andrew M. Kuchling · 16 years ago
  68. efa9771 typo fix by Andrew M. Kuchling · 16 years ago
  69. 3db8a34 Change more tests to use import_module for the modules that by R. David Murray · 16 years ago
  70. dc340ee #5039: make it clear that the impl. note refers to CPython. by Georg Brandl · 16 years ago
  71. dbf95a3 A fix for issue 1974, inspired by the patch from Andi Albrecht (aalbrecht), by Barry Warsaw · 16 years ago
  72. 55acfc6 Many edits by Andrew M. Kuchling · 16 years ago
  73. 71d5c28 Add several items and placeholders by Andrew M. Kuchling · 16 years ago
  74. b585255 Remove comment by Andrew M. Kuchling · 16 years ago
  75. 1967200 Typo fixes by Andrew M. Kuchling · 16 years ago
  76. d59efbc #5199: make warning about vars() assignment more visible. by Georg Brandl · 16 years ago
  77. 649fae1 Add several VM developers. by Martin v. Löwis · 16 years ago
  78. 019ce77 finalize the queue prior to shutdown by Jesse Noller · 16 years ago
  79. 5e95e76 Fix for bugs: Issue4675 and Issue4962. by Senthil Kumaran · 16 years ago
  80. e7c9e09 Remove references to test_socket_ssl which was deleted in trunk by R. David Murray · 16 years ago
  81. 008af85 Fix for issue 13095 by Ronald Oussoren · 16 years ago
  82. 354bb5c Fixes issue 5270 by Ronald Oussoren · 16 years ago
  83. 508282e * Set a custom icon on the Python installer DMG by Ronald Oussoren · 16 years ago
  84. 451e824 Remove usage of the deprecated '-cString' and '+stringWithCString:' API's by Ronald Oussoren · 16 years ago
  85. 59beec3 Add import_function method to test.test_support, and modify a number of by R. David Murray · 16 years ago
  86. bb8cb0e Fix issue where 'make altinstall' or 'make install' would install everything by Ronald Oussoren · 16 years ago
  87. 648a4fe * Updates installed dependencies to latest releaases (bzip, zlib, ...) by Ronald Oussoren · 16 years ago
  88. ce46511 Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr to handle mixed space/tab properly. Issue 5120, patch by Guilherme Polo. by Kurt B. Kaiser · 16 years ago
  89. 8ba6f3b Fix for issue 896199 (some Carbon modules aren't present in the documentation) by Ronald Oussoren · 16 years ago
  90. 459a648 Issue 5177: use socket.SO_REUSEADDR on multiprocessing SocketManager sockets by Jesse Noller · 16 years ago
  91. 5cb104d Revert incorrect change. by R. David Murray · 16 years ago
  92. d1f5260 Add an entry to developers.txt. by Brett Cannon · 16 years ago
  93. 506e6b0 This patch fixes issue 1254695 (wrong argument type conversion in Carbon.Qt) by Ronald Oussoren · 16 years ago
  94. 68ffe3e don't rely on the order dict repr #5605 by Benjamin Peterson · 16 years ago
  95. ad74dfe Convert import try/except to use test_support.import_module(). by R. David Murray · 16 years ago
  96. 3c87e22 add missing import by Benjamin Peterson · 16 years ago
  97. ac0580e there's actually three methods here #5600 by Benjamin Peterson · 16 years ago
  98. 33cd7ef fix import by Benjamin Peterson · 16 years ago
  99. 76a982a Issue 5381: fix regression in pure python code path, Issue 5584: fix a decoder bug for unicode float literals outside of a container by Bob Ippolito · 16 years ago
  100. 8e1a338 add missing import by Benjamin Peterson · 16 years ago