1. 6f52027 #16618: Make glob.glob match consistently across strings and bytes by Hynek Schlawack · 12 years ago
  2. e26568f #16618: Make glob.glob match consistently across strings and bytes by Hynek Schlawack · 12 years ago
  3. b172697 fix test for subprocess (#16644) by Andrew Svetlov · 12 years ago
  4. 57a1233 fix test for subprocess (#16644) by Andrew Svetlov · 12 years ago
  5. aa24468 MERGE: Closes #16789: :meth:`quit` links to constants instead of own module by Jesus Cea · 12 years ago
  6. c73f863 Closes #16789: :meth:`quit` links to constants instead of own module by Jesus Cea · 12 years ago
  7. c8e7e2b Merge with 3.2 : by Kristján Valur Jónsson · 12 years ago
  8. 00679a7 Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 12 years ago
  9. 303eb47 Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 12 years ago
  10. 3416769 Null merge. by Chris Jerdonek · 12 years ago
  11. b7c2386 Fix Sphinx warning (missing "setting-envvars" reference). by Chris Jerdonek · 12 years ago
  12. 32bbc1c Merge from 3.2: add links and index entries for "argument" and "parameter." by Chris Jerdonek · 12 years ago
  13. b430994 Add additional links and index entries for "argument" and "parameter". by Chris Jerdonek · 12 years ago
  14. 36852b7 Issue #14574: Ignore socket errors raised when flushing a connection on close. by Kristján Valur Jónsson · 12 years ago
  15. 41dc9f3 rename MathcObject to match object in doctrings for re module (#16760) by Andrew Svetlov · 12 years ago
  16. 0b64c14 rename MathcObject to match object in doctrings for re module (#16760) by Andrew Svetlov · 12 years ago
  17. 1bdb638 #16760: merge with 3.2. by Ezio Melotti · 12 years ago
  18. 090f7be #16760: use ref:`match-objects` instead of :class:`MatchObject`. by Ezio Melotti · 12 years ago
  19. 1be0576 #16677: merge with 3.2. by Ezio Melotti · 12 years ago
  20. 9f929bb #16677: rename section header and fix markup. by Ezio Melotti · 12 years ago
  21. 34dcdee Add test coverage for os.removedirs (#16775) by Andrew Svetlov · 12 years ago
  22. 405faed Add test coverage for os.removedirs (#16775) by Andrew Svetlov · 12 years ago
  23. bd6667a Fix issue16713 - tel url parsing with params by Senthil Kumaran · 12 years ago
  24. ed30199 Fix issue16713 - tel url parsing with params by Senthil Kumaran · 12 years ago
  25. 5b187ce Keep ref to ECHILD in local scope (#16650) by Andrew Svetlov · 12 years ago
  26. 08bab07 Keep ref to ECHILD in local scope (#16650) by Andrew Svetlov · 12 years ago
  27. 7174f08 Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  28. 8a495a4 Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  29. 2654b86 Link to "yield from" examples in yield documentation. by Chris Jerdonek · 12 years ago
  30. 70dcef4 Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 12 years ago
  31. 159bb53 merge heads by Andrew Svetlov · 12 years ago
  32. 56ad5ed Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 12 years ago
  33. 0a6b9ec merge from 3.2 by Senthil Kumaran · 12 years ago
  34. 41e66a2 Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to return headers correctly by Senthil Kumaran · 12 years ago
  35. e3dff55 Issue #16753: Define __GNUC_STDC_INLINE__ to an integer (same as gcc). by Stefan Krah · 12 years ago
  36. f347cf9 merge heads by Andrew Svetlov · 12 years ago
  37. 8e42e8a Issue #16045: add more unit tests for built-in int() by Andrew Svetlov · 12 years ago
  38. 73b969e Issue #16752: Add a missing import to modulefinder. by Brett Cannon · 12 years ago
  39. f03eee1 Issue #16745: The gcc visibility pragma is buggy on OpenIndiana and NetBSD. by Stefan Krah · 12 years ago
  40. 66a6f3f Fix Visual Studio build. by Stefan Krah · 12 years ago
  41. fdf1a34 Issue #16745: Hide symbols in _decimal.so. by Stefan Krah · 12 years ago
  42. fb7f580 Issue #16745: Hide a couple of symbols by making them local. by Stefan Krah · 12 years ago
  43. c51bafb Merge with 3.2 : Don't DECREF the ctypes error_object without the GIL held. by Kristjan Valur Jonsson · 12 years ago
  44. 3cbdaa3 Merge with 3.1 : Don't DECREF the ctypes error_object without the GIL held. by Kristjan Valur Jonsson · 12 years ago
  45. 9946bd6 Don't DECREF the ctypes error_object without the GIL held. by Kristjan Valur Jonsson · 12 years ago
  46. 9cb7bd2 link to GIL as a term by Benjamin Peterson · 12 years ago
  47. bd584d5 fix typo (#16687) by Benjamin Peterson · 12 years ago
  48. 3d3daf0 improve message (#16597) by Benjamin Peterson · 12 years ago
  49. 6862361 call close on the underlying stream even if flush raises (closes #16597) by Benjamin Peterson · 12 years ago
  50. 5ff3f73 try to call __bytes__ before __index__ (closes #16722) by Benjamin Peterson · 12 years ago
  51. 1f415cf replace threw with raised (#16714) by Andrew Svetlov · 12 years ago
  52. 7bd61cb replace threw with raised (#16714) by Andrew Svetlov · 12 years ago
  53. 08d0272 Small cleanup in test_ftplib by Antoine Pitrou · 12 years ago
  54. d5a070f Silence sporadic failure in RecvmsgIntoSCTPStreamTest.testRecvmsgEOF (issue #13876) - probably not Python-related. by Antoine Pitrou · 12 years ago
  55. 07edb82 Call importlib.invalidate_caches() after creating module files in test_threaded_import. by Antoine Pitrou · 12 years ago
  56. e0b1c23 Try to make test_threaded_import faster and safer (issue #15599). by Antoine Pitrou · 12 years ago
  57. 202b606 Add sanity assertions in some import lock code (issue #15599). by Antoine Pitrou · 12 years ago
  58. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  59. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  60. e2303f8 Issue #16711: Fix required method names for collections.Iterator by Andrew Svetlov · 12 years ago
  61. 4001e96 Issue #16711: Fix required method names for collections.Iterator by Andrew Svetlov · 12 years ago
  62. b6375a2 Issue 16646 (ftplib): deliberately use intermediate variable after catching exception by Giampaolo Rodola' · 12 years ago
  63. 57f3487 Issue 16646 (ftplib): deliberately use intermediate variable after catching exception by Giampaolo Rodola' · 12 years ago
  64. 3b69824 Issue #16647: save socket error details in LMTP.connect() by Andrew Svetlov · 12 years ago
  65. b6693c4 Issue #16647: save socket error details in LMTP.connect() by Andrew Svetlov · 12 years ago
  66. 896cb15 Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka) by Giampaolo Rodola' · 12 years ago
  67. fc32788 Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka) by Giampaolo Rodola' · 12 years ago
  68. 7c42398 Update example: Counter.subtract returns None, not self by Andrew Svetlov · 12 years ago
  69. f635172 Update example: Counter.subtract returns None, not self by Andrew Svetlov · 12 years ago
  70. 2be0edb Fix typo by Andrew Svetlov · 12 years ago
  71. dfe109e Fix typo by Andrew Svetlov · 12 years ago
  72. 08133c2 Merge 3.2 by Brian Curtin · 12 years ago
  73. 655b0c4 Fix #14901. Update the Windows FAQ. by Brian Curtin · 12 years ago
  74. 9a4ff43 Issue #15783: Support None default values in the Context() constructor. by Stefan Krah · 12 years ago
  75. 92f8b00 Silence sporadic failure in RecvmsgSCTPStreamTest.testRecvmsgEOF (issue #13876) - probably not Python-related. by Antoine Pitrou · 12 years ago
  76. fac4faf Null merge by Antoine Pitrou · 12 years ago
  77. 697ce55 Fix ResourceWarnings in test_pty by Antoine Pitrou · 12 years ago
  78. 33138df Issue #16696: fix comparison between bytes and string. Also, improve glob tests. by Antoine Pitrou · 12 years ago
  79. 5461558 Issue #16696: fix comparison between bytes and string. Also, improve glob tests. by Antoine Pitrou · 12 years ago
  80. 3c331bb7 Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern contains a wildcard in the drive or UNC path. by Antoine Pitrou · 12 years ago
  81. 3d068b2 Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern contains a wildcard in the drive or UNC path. by Antoine Pitrou · 12 years ago
  82. 9ca5893 #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 12 years ago
  83. dec59ec #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 12 years ago
  84. 040e311 Issue #15783: Except for the number methods, the C version of decimal now by Stefan Krah · 12 years ago
  85. 618c2e1 Use OSError instead of os.error in the docs. by Andrew Svetlov · 12 years ago
  86. 18d105b merge 3.2 by Benjamin Peterson · 12 years ago
  87. 7eb8a1a remove dead code by Benjamin Peterson · 12 years ago
  88. d20e774 Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. by Antoine Pitrou · 12 years ago
  89. 084daa2 Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. by Antoine Pitrou · 12 years ago
  90. 3050541 #16683: merge with 3.2. by Ezio Melotti · 12 years ago
  91. e0035a2 #16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  92. 11def42 #16681: merge with 3.2. by Ezio Melotti · 12 years ago
  93. e3d7e54 #16681: use "bidirectional class" instead of "bidirectional category" in the docstring too. by Ezio Melotti · 12 years ago
  94. 1e5c9b7 #16681: use "bidirectional class" instead of "bidirectional category". by Ezio Melotti · 12 years ago
  95. a0b315f Issue #16661: Fix the os.getgrouplist() test by not assuming that it by Ross Lagerwall · 12 years ago
  96. 954ac03 Cross compiling needs host and build settings. configure no longer by Christian Heimes · 12 years ago
  97. d783261 Just to be sure, initialize with a copy of the compiler's lib and inc dirs. by Christian Heimes · 12 years ago
  98. f19529c Fix cross compiling issue in setup.py, ensure that lib_dirs and inc_dirs are by Christian Heimes · 12 years ago
  99. 08d5ca6 Code style fixup: No need for double ((parenthesis)) and use {} on an if else. by Gregory P. Smith · 12 years ago
  100. 9504b13 Code style fixup: No need for double ((parenthesis)) and use {} on an if else. by Gregory P. Smith · 12 years ago