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. ae57cec Fix #16788. Add samestat to Lib/ntpath.py by Brian Curtin · 12 years ago
  4. e701ec5 Add tests for Issue #10646. by Brian Curtin · 12 years ago
  5. 501c8f9 Add NEWS entry for fixing #11939 by Brian Curtin · 12 years ago
  6. 2bf61ab Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 12 years ago
  7. 00679a7 Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 12 years ago
  8. 303eb47 Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 12 years ago
  9. 4fbbf8c Fixes issue #16772: int() constructor second argument (base) must be an int. by Gregory P. Smith · 12 years ago
  10. 3ba3a3e Issue #15422: get rid of PyCFunction_New macro by Andrew Svetlov · 12 years ago
  11. 750909e Fix issue16713 - tel url parsing with params by Senthil Kumaran · 12 years ago
  12. bd6667a Fix issue16713 - tel url parsing with params by Senthil Kumaran · 12 years ago
  13. ed30199 Fix issue16713 - tel url parsing with params by Senthil Kumaran · 12 years ago
  14. 6f0c94d improve tracing performance when f_trace is NULL (closes #16672) by Benjamin Peterson · 12 years ago
  15. 6a7a49c Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  16. 7174f08 Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  17. 8a495a4 Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  18. ed3115b Add NEWS item for fixing #14470. by Brian Curtin · 12 years ago
  19. 7737757 Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 12 years ago
  20. 70dcef4 Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 12 years ago
  21. 159bb53 merge heads by Andrew Svetlov · 12 years ago
  22. 56ad5ed Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 12 years ago
  23. 0a6b9ec merge from 3.2 by Senthil Kumaran · 12 years ago
  24. 41e66a2 Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to return headers correctly by Senthil Kumaran · 12 years ago
  25. 1a79132 Fix a typo. by Eric V. Smith · 12 years ago
  26. 0794fe0 Add NEWS and docs for #9856 by Andrew Svetlov · 12 years ago
  27. 2909d6b merge with 3.3 by Brett Cannon · 12 years ago
  28. 73b969e Issue #16752: Add a missing import to modulefinder. by Brett Cannon · 12 years ago
  29. 302c654 merge 3.3 (#16597) by Benjamin Peterson · 12 years ago
  30. 3d3daf0 improve message (#16597) by Benjamin Peterson · 12 years ago
  31. 4c05969 merge 3.3 (#16597) by Benjamin Peterson · 12 years ago
  32. 6862361 call close on the underlying stream even if flush raises (closes #16597) by Benjamin Peterson · 12 years ago
  33. 7643c92 merge 3.3 (#16722) by Benjamin Peterson · 12 years ago
  34. 5ff3f73 try to call __bytes__ before __index__ (closes #16722) by Benjamin Peterson · 12 years ago
  35. 527e725 Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka) by Giampaolo Rodola' · 12 years ago
  36. 896cb15 Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka) by Giampaolo Rodola' · 12 years ago
  37. fc32788 Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka) by Giampaolo Rodola' · 12 years ago
  38. 5e48764 Add Ashish Nitin Patil for work on Issue #14901 by Brian Curtin · 12 years ago
  39. f494e8f Merge 3.3 by Brian Curtin · 12 years ago
  40. 08133c2 Merge 3.2 by Brian Curtin · 12 years ago
  41. 655b0c4 Fix #14901. Update the Windows FAQ. by Brian Curtin · 12 years ago
  42. 39a6ee2 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
  43. 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
  44. 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
  45. 0bb8d8c #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 12 years ago
  46. 9ca5893 #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 12 years ago
  47. dec59ec #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 12 years ago
  48. 8031d0d Merge 3.3. by Stefan Krah · 12 years ago
  49. 040e311 Issue #15783: Except for the number methods, the C version of decimal now by Stefan Krah · 12 years ago
  50. 74d6c25 #11175: argparse.FileType now accepts encoding and errors arguments. by Petri Lehtinen · 12 years ago
  51. 09bb89b Issue #16488: epoll() objects now support the `with` statement. by Antoine Pitrou · 12 years ago
  52. 3454339 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
  53. 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
  54. 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
  55. 6b2cbeb Issue #16421: allow to load multiple modules from the same shared object. by Andrew Svetlov · 12 years ago
  56. b67596d Issue #16049: add abc.ABC helper class. by Andrew Svetlov · 12 years ago
  57. 174bc1e Merge with 3.3 for #16661 by Ross Lagerwall · 12 years ago
  58. a0b315f Issue #16661: Fix the os.getgrouplist() test by not assuming that it by Ross Lagerwall · 12 years ago
  59. 57b6672 expose TCP_FASTOPEN and MSG_FASTOPEN by Benjamin Peterson · 12 years ago
  60. b92c40e Cross compiling needs host and build settings. configure no longer by Christian Heimes · 12 years ago
  61. 954ac03 Cross compiling needs host and build settings. configure no longer by Christian Heimes · 12 years ago
  62. bf5fcc7 Fix cross compiling issue in setup.py, ensure that lib_dirs and inc_dirs are by Christian Heimes · 12 years ago
  63. f19529c Fix cross compiling issue in setup.py, ensure that lib_dirs and inc_dirs are by Christian Heimes · 12 years ago
  64. 5962cce Fix Issue15701 : add .headers attribute to urllib.error.HTTPError by Senthil Kumaran · 12 years ago
  65. ae9a9e9 #15872: Fix 3.3 regression introduced by the new fd-based shutil.rmtree by Hynek Schlawack · 12 years ago
  66. b550110 #15872: Fix 3.3 regression introduced by the new fd-based shutil.rmtree by Hynek Schlawack · 12 years ago
  67. d16eacb #15872: Add tests for a 3.3 regression in the new fd-based shutil.rmtree by Hynek Schlawack · 12 years ago
  68. db0420d Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python. by Antoine Pitrou · 12 years ago
  69. 373528f Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python. by Antoine Pitrou · 12 years ago
  70. 7ec3a32 Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python. by Antoine Pitrou · 12 years ago
  71. f9d0b12 Issue #13390: New function :func:`sys.getallocatedblocks()` returns the number of memory blocks currently allocated. by Antoine Pitrou · 12 years ago
  72. bb7da03 Merge fixes for #13614, #13512 and #7719 from 3.3 by Éric Araujo · 12 years ago
  73. 3f7c0e4 Merge fixes for #13614, #13512 and #7719 from 3.2 by Éric Araujo · 12 years ago
  74. 24457c9 Branch merge by Éric Araujo · 12 years ago
  75. 8b503c0 Fix setup.py register failure with invalid rst in description (#13614). by Éric Araujo · 12 years ago
  76. 53f604c Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. by Antoine Pitrou · 12 years ago
  77. f93ed3f Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. by Antoine Pitrou · 12 years ago
  78. 62a0d6e Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. by Antoine Pitrou · 12 years ago
  79. d61926e Create ~/.pypirc securely (#13512). by Éric Araujo · 12 years ago
  80. 3e4a3dc Ignore .nfs* files in distutils (#7719). by Éric Araujo · 12 years ago
  81. d9569fa Drop double newlines printed in some file iteration examples. by Andrew Svetlov · 12 years ago
  82. a7129d3 Drop double newlines printed in some file iteration examples. by Andrew Svetlov · 12 years ago
  83. 09974b4 Drop double newlines printed in some file iteration examples. by Andrew Svetlov · 12 years ago
  84. 0c1034f Merge from 3.3 (issue #16267) by Nick Coghlan · 12 years ago
  85. cea27be Close issue #16267: better docs for @abstractmethod composition by Nick Coghlan · 12 years ago
  86. 10cdf99 Merge from 3.3 (Issue #15209) by Nick Coghlan · 12 years ago
  87. 8e18fc8 Issue #15209: Clarify exception chaining description by Nick Coghlan · 12 years ago
  88. dfe6ad7 Issue #16628: Fix a memory leak in ctypes.resize(). by Antoine Pitrou · 12 years ago
  89. 12f33df Issue #16628: Fix a memory leak in ctypes.resize(). by Antoine Pitrou · 12 years ago
  90. 305e1a7 Issue #16628: Fix a memory leak in ctypes.resize(). by Antoine Pitrou · 12 years ago
  91. 448e81b add fixer for reload() -> imp.reload() (closes #11797)\n\nPatch by Laurie Clark-Michalek and Berker Peksag by Benjamin Peterson · 12 years ago
  92. e7f2186 Issue #16495: remove extraneous NULL encoding check from bytes_decode(). by Chris Jerdonek · 12 years ago
  93. 442f209 create NameConstant AST class for None, True, and False literals (closes #16619) by Benjamin Peterson · 12 years ago
  94. a6cfb28 Issue #15627: This is simply an update to the name of a new method recently added by Eric Snow · 12 years ago
  95. 1dfb5c1 Merge issue #13120: Allow to call pdb.set_trace() from thread. by Andrew Svetlov · 12 years ago
  96. 539ee5d Issue #13120: Allow to call pdb.set_trace() from thread. by Andrew Svetlov · 12 years ago
  97. de67a42 Merge issue #13120: Allow to call pdb.set_trace() from thread. by Andrew Svetlov · 12 years ago
  98. d45c7f8 Issue #16455: On FreeBSD and Solaris, if the locale is C, the by Victor Stinner · 12 years ago
  99. 2660e42 (Merge 3.2) Issue #16416: On Mac OS X, operating system data are now always by Victor Stinner · 12 years ago
  100. 27b1ca2 Issue #16416: On Mac OS X, operating system data are now always by Victor Stinner · 12 years ago