1. 281b551 Fix Issue8460: Victor's patch to add timeout in test_urllib2net test_urls. by Senthil Kumaran · 15 years ago
  2. ac4b7ad Explicitly set system default for $PATH to by Ronald Oussoren · 15 years ago
  3. 607f7c0 Fix Issue #4841: timeout is now applied for connections resulting from PORT/EPRT commands by Giampaolo Rodolà · 15 years ago
  4. 8a12f94 Fixed #8463: added missing reference to bztar in shutil's documentation. by Tarek Ziadé · 15 years ago
  5. f1c28b7 few pep8 fixes by Tarek Ziadé · 15 years ago
  6. 7c587bf Issue #8438: Remove reference to the missing "surrogateescape" encoding by Antoine Pitrou · 15 years ago
  7. 35b7602 Issue 8436: set.__init__ accepts keyword args by Raymond Hettinger · 15 years ago
  8. 9958c56 Fix catastrophic file opening and closing logic in test_linecache by Antoine Pitrou · 15 years ago
  9. 814b6c2 Revert r80166 (and r80171), restore Lib/platform.py. subprocess cannot be used in platform.py by Victor Stinner · 15 years ago
  10. 974eb5e Add the OSX universal binary related options to CFLAGS instead of BASECFLAGS. by Ronald Oussoren · 15 years ago
  11. 287128a Add check to build-installer.py to ensure that by Ronald Oussoren · 15 years ago
  12. 37805e5 Fix for issue #7072 by Ronald Oussoren · 15 years ago
  13. cf445fc Fix Issue #3817: 225 is now considered a valid response code for ABOR by Giampaolo Rodolà · 15 years ago
  14. 5ac7416 Fix bootstrap after r80166 by Antoine Pitrou · 15 years ago
  15. b2a0a43 platform: use subprocess.Popen() instead of os.popen() in _syscmd_file() by Victor Stinner · 15 years ago
  16. 24f09fd Issue #8279: Fix test_gdb failures. by Martin v. Löwis · 15 years ago
  17. fb4812f Issue #8263: On freebsd6 the unittest 'break' test stops regrtest; skip it. by R. David Murray · 15 years ago
  18. 923cf65 Add Giampaolo. by Martin v. Löwis · 15 years ago
  19. 0a6373c Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change the by Antoine Pitrou · 15 years ago
  20. 7794b5b Update link to Apple Publication Style guide. by R. David Murray · 15 years ago
  21. 420ec8a Fix Issue5650 - Update the RFC List in the urlparse module. by Senthil Kumaran · 15 years ago
  22. e0e8a87 Issue #3864: Skip three test_signal tests on freebsd6 due to platform bug. by R. David Murray · 15 years ago
  23. ae530c2 tiny simplification by Benjamin Peterson · 15 years ago
  24. 821a8ea have a clear error when passing something > sys.maxsize to bytearray by Benjamin Peterson · 15 years ago
  25. 5c4e292 fix typo by Benjamin Peterson · 15 years ago
  26. 06f06a0 bytearray -> type2test by Benjamin Peterson · 15 years ago
  27. e7ebdc2 remove check for unicode by Benjamin Peterson · 15 years ago
  28. 9642d60 Ignore jinja2 by Antoine Pitrou · 15 years ago
  29. 8c6d9d7 Fix issue2987: RFC2732 support for urlparse (IPv6 addresses) by Senthil Kumaran · 15 years ago
  30. b7b7c77 add space by Benjamin Peterson · 15 years ago
  31. 85f928a Add various items by Andrew M. Kuchling · 15 years ago
  32. b3dde13 Fix os.kill tests to be more robust and work with slower machines. by Brian Curtin · 15 years ago
  33. 363dbcc Add various items; correct argparse output by Andrew M. Kuchling · 15 years ago
  34. 9f5fd60 Fix missing. by Georg Brandl · 15 years ago
  35. c9a8a4a #8370: fix module name in backported doc addition. by Georg Brandl · 15 years ago
  36. 710a5db #5250: document __instancecheck__ and __subclasscheck__. I hope the part about the class/metaclass distinction is understandable. by Georg Brandl · 15 years ago
  37. 4a589c3 #8399: add note about Windows and O_BINARY. by Georg Brandl · 15 years ago
  38. b6c1aeb Add some text by Andrew M. Kuchling · 15 years ago
  39. 6c50efe Add an x-ref to where the O_ constants are documented and move the SEEK_ constants after lseek(). by Georg Brandl · 15 years ago
  40. ea56710 #5341: fix typo and adapt docstring syntax. by Georg Brandl · 15 years ago
  41. 4fabac5 #5341: typo. by Georg Brandl · 15 years ago
  42. 235350a Add a small sleep to let a subprocess start before terminating it. by Brian Curtin · 15 years ago
  43. f03641a Add argparse example by Andrew M. Kuchling · 15 years ago
  44. 661303f Issue #5277: Fix quote counting when parsing RFC 2231 encoded parameters. by R. David Murray · 15 years ago
  45. b6705ac Fix overzealous patterns in .hgignore, which used to hide files containing e.g. "python". by Antoine Pitrou · 15 years ago
  46. 2c4798b In test_winsound, don't try to import _winreg until after checking that winsound is supported. by Mark Dickinson · 15 years ago
  47. d073107 Get rid of multi-row cells. by Georg Brandl · 15 years ago
  48. d5c50b3 Fix #7306. Add skips to test_winsound when no default sound is configured. by Brian Curtin · 15 years ago
  49. ce69052 Add an item; stray edit by Andrew M. Kuchling · 15 years ago
  50. bc96f32 Fix #8364. Update the setquit docstring and change a built-in to builtin. by Brian Curtin · 15 years ago
  51. 44340e6 Add usage notes for collections.Counter(). by Raymond Hettinger · 15 years ago
  52. 78ab583 More struct doc tweaks. by Mark Dickinson · 15 years ago
  53. b633f10 Rewrap some long lines in struct module doc source. by Mark Dickinson · 15 years ago
  54. bbacb83 Issue #7355: Various improvements to struct module documentation. by Mark Dickinson · 15 years ago
  55. 4e20ab2 Update the Windows FAQ's text about os.kill (#1220212). by Brian Curtin · 15 years ago
  56. 1a14d3d Issue #7585: use tab between components in unified and context diff headers. by R. David Murray · 15 years ago
  57. 9aca91d Issue #8367: Fix spurious test failure on systems without a sound card. by Stefan Krah · 15 years ago
  58. fa900d4 typo by Barry Warsaw · 15 years ago
  59. 27ef937 Issue #7472: ISO-2022 charsets now consistently use 7bit CTE. by R. David Murray · 15 years ago
  60. d10b65e Adding additional examples of valid urls as per RFC 3986 (for issue8339) by Senthil Kumaran · 15 years ago
  61. 5a96543 Re-enable all tests, to see which ones fail on the buildbots. by Martin v. Löwis · 15 years ago
  62. 7f7765c Issue #8330: Fix expected output in test_gdb. by Martin v. Löwis · 15 years ago
  63. 9843178 It is possible to add extra testing options using EXTRATESTOPTS. by Antoine Pitrou · 15 years ago
  64. ab5ce72 Fix misplaced items and incorrect title. by Antoine Pitrou · 15 years ago
  65. fc53153 Issue #8374: Update the internal alias table in the :mod:`locale` module by Antoine Pitrou · 15 years ago
  66. 4515f0d Add several items by Andrew M. Kuchling · 15 years ago
  67. fdf1b56 Minor factoring by Raymond Hettinger · 15 years ago
  68. a185839 Fix for issues #3581, #1481 and #7650: by Stefan Krah · 15 years ago
  69. 6d7dfa2 Add two items by Andrew M. Kuchling · 15 years ago
  70. 884d0a3 Two typo fixes by Andrew M. Kuchling · 15 years ago
  71. f11363d Add descriptor howto to main documentation by Raymond Hettinger · 15 years ago
  72. 7c2ab87 Remove distutils section by Andrew M. Kuchling · 15 years ago
  73. bfe8a84 name correct by Andrew M. Kuchling · 15 years ago
  74. a11da59 add test for class with no operations defined by Benjamin Peterson · 15 years ago
  75. ec6393f Add various items by Andrew M. Kuchling · 15 years ago
  76. ca2413e Punctuation fix by Andrew M. Kuchling · 15 years ago
  77. fced908 Two grammar fixes by Andrew M. Kuchling · 15 years ago
  78. e694e00 Add the sorting HOWTO to the main docs. by Raymond Hettinger · 15 years ago
  79. bba8f2d Revert temporary commit in r79937 by Antoine Pitrou · 15 years ago
  80. 16e026c Temporary commit of fix to issue #5380 (in order to watch buildbot response) by Antoine Pitrou · 15 years ago
  81. cdd98fb fix PYTHONWARNINGS handling to not modify the original env value and improve by Philip Jenvey · 15 years ago
  82. b60ee46 Refactor a couple inspect module tests to remove duplicate code by Jean-Paul Calderone · 15 years ago
  83. bb66973 adjust gc_collect for Jython by Philip Jenvey · 15 years ago
  84. 1240906 towards beta 2 by Benjamin Peterson · 15 years ago
  85. 4e45512 Issue 8361: Remove assert from functools.total_ordering by Raymond Hettinger · 15 years ago
  86. 55b2138 tag first 2.7b1 beta by Benjamin Peterson · 15 years ago
  87. 2cab8db update pydoc-topics by Benjamin Peterson · 15 years ago
  88. fbac6c1 bump version to 2.7b1 by Benjamin Peterson · 15 years ago
  89. 14459d5 Fix typo in comment by Nick Coghlan · 15 years ago
  90. 1362366 Try to turn some buildbots green by allowing test_multiprocessing to pass even if it hits the sys.exc_clear code in the threading module, and improve the test coverage by making the ctypes dependencies a bit more granular (two of the cited ctypes objects don't exist on my system) by Nick Coghlan · 15 years ago
  91. 9352f1c #8346: update version. by Georg Brandl · 15 years ago
  92. 90aae55 #8360: skipTest was added in 2.7. by Georg Brandl · 15 years ago
  93. a1d61d0 Fixup new itertools recipes. by Raymond Hettinger · 15 years ago
  94. 343314a Revert r79915 (temporary commit to check for buildbots -> the fix was successful) by Antoine Pitrou · 15 years ago
  95. 9c6cd56 Temporarily commit fix to issue #8108, to check for buildbot response by Antoine Pitrou · 15 years ago
  96. 92719c5 SSL_MODE_AUTO_RETRY has been added in OpenSSL 0.9.6. Fix compilation by Antoine Pitrou · 15 years ago
  97. 7bc26b9 Issue #8348: Fix test ftp url in test_urllib2net. by Martin v. Löwis · 15 years ago
  98. e84089e Issue #8204: Fix test_ttk notebook test by forcing focus. by Martin v. Löwis · 15 years ago
  99. 1b287c7 Issue #8344: Fix test_ttk bug on FreeBSD. by Martin v. Löwis · 15 years ago
  100. 7591285 This check-in fixes two problems: by Ronald Oussoren · 15 years ago