1. 7b0f154 this should be :noindex: by Benjamin Peterson · 15 years ago
  2. 02ee888 fix markup by Benjamin Peterson · 15 years ago
  3. 355b126 issue5545: Switch to Autoconf for multiprocessing; special thanks to Martin Lowis for help by Jesse Noller · 15 years ago
  4. e9d35ef Typo fix by Andrew M. Kuchling · 15 years ago
  5. e361bcb Cache the f_locals dict of the current frame, since every access to frame.f_locals overrides its contents with the real locals which undoes modifications made by the debugging user. by Georg Brandl · 15 years ago
  6. 71095ae remove double underscores by Benjamin Peterson · 15 years ago
  7. 6471733 Add my initials to Misc/developers.txt. Names are now sorted by number of by Brett Cannon · 15 years ago
  8. 58b8b95 In Pdb, stop assigning values to __builtin__._ which interferes with the one commonly installed by gettext. by Georg Brandl · 15 years ago
  9. 3864459 Add tests checking the CSV module's ability to handle by R. David Murray · 15 years ago
  10. cafc225 add seek constants to __all__ by Benjamin Peterson · 15 years ago
  11. 00b6590 Revert accidental checkin. by Georg Brandl · 15 years ago
  12. 5942b91 Add NEWS item. by Georg Brandl · 15 years ago
  13. 88ed8f2 #4572: add SEEK_* values as constants in io.py. by Georg Brandl · 15 years ago
  14. fff2f4b Add link to an alternative generator with a long-period. by Raymond Hettinger · 15 years ago
  15. 20d114c Fix for issue5040. Adding test for Content-Length by Senthil Kumaran · 15 years ago
  16. 2ecd3c3 bounds check arguments to mmap.move(). All of them. Really. by Jack Diederich · 15 years ago
  17. ce3d221 test_warnings ironically had a single test that was not protecting the warnings by Brett Cannon · 15 years ago
  18. 2da4d62 test_logging was blindly clearing the warnings filter. This caused by Brett Cannon · 15 years ago
  19. 66c4a6b Issue #5647: MutableSet.__iand__() no longer mutates self during iteration. by Raymond Hettinger · 15 years ago
  20. 449b7d9 Adding Wing project file by Michael Foord · 15 years ago
  21. 15ba4da _warnings was importing itself to get an attribute. That's bad if warnings gets by Brett Cannon · 15 years ago
  22. 24565d2 Paul Kippes was given commit privileges to work on 3to2. by Brett Cannon · 15 years ago
  23. 3ade761 #5655: fix docstring oversight. by Georg Brandl · 15 years ago
  24. d5cc025 Ron DuPlain was given commit privileges at PyCon 2009 to work on 3to2. by Brett Cannon · 15 years ago
  25. b12e79d Issue 3270: document Listener address restrictions on windows by Jesse Noller · 15 years ago
  26. feab334 http://bugs.python.org/issue5623 by Kristján Valur Jónsson · 15 years ago
  27. ad078a0 The cgitb module had imports in its functions. This can cause deadlock with the by Brett Cannon · 15 years ago
  28. 61fce38 Fix test_xmlrpc and make the CGI handler work with no CONTENT_LENGTH. by Georg Brandl · 15 years ago
  29. c53306c Fixed compile error on windows. by Hirokazu Yamamoto · 15 years ago
  30. 6f0e835 Add Maksim, who worked on several issues at the sprint. by Georg Brandl · 15 years ago
  31. 63959bb #5631: add upload to list of possible commands, which is presented in --help-commands. by Georg Brandl · 15 years ago
  32. e92d4b6 The SimpleXMLRPCServer's CGI handler now runs like a pony. by Georg Brandl · 15 years ago
  33. 02cb0eb Fix multiprocessing.event to match the new threading.Event API by Jesse Noller · 15 years ago
  34. a83da35 Fix issue 2522. locale.format now checks that it is passed by R. David Murray · 15 years ago
  35. bb94d43 Fix for failing asyncore tests. by Josiah Carlson · 15 years ago
  36. d8fb6ac Issue #5635: Fix running test_sys with tracing enabled. by Georg Brandl · 15 years ago
  37. d60c29e #5228: add pickle support to functools.partial by Jack Diederich · 15 years ago
  38. 840ac92 Fix Windows test skip error revealed by buildbot. Also a comment spelling by R. David Murray · 15 years ago
  39. a08867d Dont shout to users. by Georg Brandl · 15 years ago
  40. 3bb5a96 fixed the test for win32 CompileError by Tarek Ziadé · 15 years ago
  41. 2bdefb3 catching msvc9compiler error as well by Tarek Ziadé · 15 years ago
  42. 6bc94cb Improve examples for collections.deque() by Raymond Hettinger · 15 years ago
  43. 354e4cb #5018: remove confusing paragraph. by Georg Brandl · 15 years ago
  44. 44fb2a9 #5617: add a handy function to print a unicode string to gdbinit. by Georg Brandl · 15 years ago
  45. 9e47ce4 #5583 Added optional Extensions in Distutils by Tarek Ziadé · 15 years ago
  46. 42f9b4e Issue 5619: Pass MS CRT debug flags into subprocesses by Jesse Noller · 15 years ago
  47. b771586 #3427: document correct return type for urlopen().info(). by Georg Brandl · 15 years ago
  48. 0c7b2c9 #1651995: fix _convert_ref for non-ASCII characters. by Georg Brandl · 15 years ago
  49. 95fafec #5563: more documentation for bdist_msi. by Georg Brandl · 15 years ago
  50. aba27dd Made handle_expt_event() be called last, so that we don't accidentally read by Josiah Carlson · 15 years ago
  51. bcd64a3 #1676135: remove trailing slashes from --prefix argument. by Georg Brandl · 15 years ago
  52. 6903621 #1675026: add a note about a strange Windows problem, and remove notes about AtheOS. by Georg Brandl · 15 years ago
  53. 9a744c1 Remove warning about pending Win9x support removal. by Georg Brandl · 15 years ago
  54. d906ea6 fix Thread.ident when it is the main thread or a dummy thread #5632 by Benjamin Peterson · 15 years ago
  55. a08e8de #5598: document DocFileSuite *args argument. by Georg Brandl · 15 years ago
  56. bd9dd31 take the usual lock precautions around _active_limbo_lock by Benjamin Peterson · 15 years ago
  57. 186188d #1530012: move TQS section before raw strings. by Georg Brandl · 15 years ago
  58. 1a1158f making sdist and config test silents by Tarek Ziadé · 15 years ago
  59. 899dd12 added tests to the install_headers command by Tarek Ziadé · 15 years ago
  60. a961a04 added test to the install_data command by Tarek Ziadé · 15 years ago
  61. e899b71 more tests for the upload command by Tarek Ziadé · 15 years ago
  62. ca2b8d2 more tests for the register command by Tarek Ziadé · 15 years ago
  63. 0238628 added tests for the clean command by Tarek Ziadé · 15 years ago
  64. c7cd138 using log.warn for sys.stderr by Tarek Ziadé · 15 years ago
  65. ef660e8 #1674032: return value of flag from Event.wait(). OKed by Guido. by Georg Brandl · 15 years ago
  66. 1d7d532 Issue #5387: Fixed mmap.move crash by integer overflow. (take2) by Hirokazu Yamamoto · 15 years ago
  67. 65ff005 Issue an actual PendingDeprecationWarning for the TestCase.fail* methods. by Gregory P. Smith · 15 years ago
  68. 41448c5 Add NEWS entry for regrtest change. by R. David Murray · 15 years ago
  69. 612f1d5 Remove the regrtest check that turns any ImportError into a skipped test. by R. David Murray · 15 years ago
  70. bdeacba Improve test_support.import_module docstring, remove by R. David Murray · 15 years ago
  71. df90b02 This resolves issue 1161031. Tests pass. by Josiah Carlson · 15 years ago
  72. 73fba69 Delete out-of-date and little-known README from the test by R. David Murray · 15 years ago
  73. bdaa6a7 #5618: fix typo. by Georg Brandl · 15 years ago
  74. 956ed97 #4411: document mro() and __mro__. (I hope I got it right.) by Georg Brandl · 15 years ago
  75. 2ce1c61 Fix-up unwanted change. by Georg Brandl · 15 years ago
  76. c5d8c63 #5190: export make_option in __all__. by Georg Brandl · 15 years ago
  77. b48adec #1096310: document usage of sys.__std*__ a bit better. by Georg Brandl · 15 years ago
  78. 5206086 #4882: document named group behavior a bit better. by Georg Brandl · 15 years ago
  79. 7558d57 Rename the actual method definitions to the official assertFoo names. by Gregory P. Smith · 15 years ago
  80. 6eabc24 #5241: document missing U in regex howto. by Georg Brandl · 15 years ago
  81. a9efe6f #5227: note that Py_Main doesnt return on SystemExit. by Georg Brandl · 15 years ago
  82. 597ebab A few more test skips via import_module, and change import_module to by R. David Murray · 15 years ago
  83. 9e0b363 #5245: note that PyRun_SimpleString doesnt return on SystemExit. by Georg Brandl · 15 years ago
  84. 1f0a555 missed the news/acks for netbsd patch by Jesse Noller · 15 years ago
  85. 22717df #837577: note cryptic return value of spawn*e on invalid env dicts. by Georg Brandl · 15 years ago
  86. 40a6164 Apply patch for netbsd multiprocessing support by Jesse Noller · 15 years ago
  87. 3476d12 Per the language summit, the optional fastpath imports should use from-import-star. by Raymond Hettinger · 15 years ago
  88. aa11810 #970783: document PyObject_Generic[GS]etAttr. by Georg Brandl · 15 years ago
  89. 268d85d #992207: document that the parser only accepts \\n newlines. by Georg Brandl · 15 years ago
  90. 2839985 The unittest.TestCase.assertEqual() now displays the differences in lists, by Gregory P. Smith · 15 years ago
  91. c278422 #5417: replace references to undocumented functions by ones to documented functions. by Georg Brandl · 15 years ago
  92. b945bbf #1386675: specify WindowsError as the exception, because it has a winerror attribute that EnvironmentError doesnt have. by Georg Brandl · 15 years ago
  93. 624f337 #5529: backport new docs of import semantics written by Brett to 2.x. by Georg Brandl · 15 years ago
  94. 21b60af #5581: fget argument of abstractproperty is optional as well. by Georg Brandl · 15 years ago
  95. 74c018a #5566: fix versionadded from PyLong ssize_t functions. by Georg Brandl · 15 years ago
  96. 382edff #5519: remove reference to Kodos, which seems dead. by Georg Brandl · 15 years ago
  97. 2696275 Add check for PyDict_Update() error. by Jeremy Hylton · 15 years ago
  98. 88f1c04 Global statements from one function leaked into parallel functions. by Jeremy Hylton · 15 years ago
  99. 1e6da5c Update quicktest to match Python 3 branch by Jeremy Hylton · 15 years ago
  100. e392b35 Minor update to OSX build-installer script, needed by Ronald Oussoren · 15 years ago