1. ed512a4 ctypes: DECREF error_object _after_ re-acquiring GIL by Kristjan Valur Jonsson · 12 years ago
  2. 9946bd6 Don't DECREF the ctypes error_object without the GIL held. by Kristjan Valur Jonsson · 12 years ago
  3. ab7dd18 #8853: Allow port to be of type long for socket.getaddrinfo() by Petri Lehtinen · 12 years ago
  4. 9201442 add news note (#16597) by Benjamin Peterson · 12 years ago
  5. a2d6d71 call close on the underlying stream even if flush raises (#16597) by Benjamin Peterson · 12 years ago
  6. 7bd61cb replace threw with raised (#16714) by Andrew Svetlov · 12 years ago
  7. bacf1bf replace threw with raised (#16714) by Andrew Svetlov · 12 years ago
  8. bd64460 revert comment wording (#16714) by Andrew Svetlov · 12 years ago
  9. 4bb142b Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  10. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  11. 4001e96 Issue #16711: Fix required method names for collections.Iterator by Andrew Svetlov · 12 years ago
  12. 57f3487 Issue 16646 (ftplib): deliberately use intermediate variable after catching exception by Giampaolo Rodola' · 12 years ago
  13. 80ab6c5 merge heads by Andrew Svetlov · 12 years ago
  14. ed3f6c6 Issue #16647: save socket error details in LMTP.connect() by Andrew Svetlov · 12 years ago
  15. b6693c4 Issue #16647: save socket error details in LMTP.connect() by Andrew Svetlov · 12 years ago
  16. c2a8169 Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka) by Giampaolo Rodola' · 12 years ago
  17. fc32788 Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka) by Giampaolo Rodola' · 12 years ago
  18. f635172 Update example: Counter.subtract returns None, not self by Andrew Svetlov · 12 years ago
  19. 78efadb Update example: Counter.subtract returns None, not self by Andrew Svetlov · 12 years ago
  20. dfe109e Fix typo by Andrew Svetlov · 12 years ago
  21. bc453ca Fix #14901. Update some sections of Windows FAQ. by Brian Curtin · 12 years ago
  22. 655b0c4 Fix #14901. Update the Windows FAQ. by Brian Curtin · 12 years ago
  23. 697ce55 Fix ResourceWarnings in test_pty by Antoine Pitrou · 12 years ago
  24. 5461558 Issue #16696: fix comparison between bytes and string. Also, improve glob tests. by Antoine Pitrou · 12 years ago
  25. 124ee8b 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
  26. 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
  27. dec59ec #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 12 years ago
  28. 646c7b5 #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 12 years ago
  29. 7eb8a1a remove dead code by Benjamin Peterson · 12 years ago
  30. b41524d remove dead code by Benjamin Peterson · 12 years ago
  31. 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
  32. 4113d2b 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
  33. e0035a2 #16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  34. eea058b #16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  35. e3d7e54 #16681: use "bidirectional class" instead of "bidirectional category" in the docstring too. by Ezio Melotti · 12 years ago
  36. 67c563e #16681: use "bidirectional class" instead of "bidirectional category" in the docstring too. by Ezio Melotti · 12 years ago
  37. 1e5c9b7 #16681: use "bidirectional class" instead of "bidirectional category". by Ezio Melotti · 12 years ago
  38. 28d21ca #16681: use "bidirectional class" instead of "bidirectional category". by Ezio Melotti · 12 years ago
  39. 25a4861 Make PyAST_obj2mod C89 compliant. (Follow-up commit from asdl_c.py.) by Trent Nelson · 12 years ago
  40. 05c197c Make PyAST_obj2mod C89 compliant. by Trent Nelson · 12 years ago
  41. 15daa35 IRIX: force MIPSpro to treat #errors as errors, not warnings. by Trent Nelson · 12 years ago
  42. 9504b13 Code style fixup: No need for double ((parenthesis)) and use {} on an if else. by Gregory P. Smith · 12 years ago
  43. a6be61e Keep y a Py_hash_t instead of Py_uhash_t as it is compared with == -1 and the by Gregory P. Smith · 12 years ago
  44. 27cbcd6 Fix the internals of our hash functions to used unsigned values during hash by Gregory P. Smith · 12 years ago
  45. 64ab35e 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. by Gregory P. Smith · 12 years ago
  46. 90555d0 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. by Gregory P. Smith · 12 years ago
  47. 87f9b46 #15872: Some more Windows related tuning to shutil.rmtree tests by Hynek Schlawack · 12 years ago
  48. b9e9f3e #15872: Be flexible with appending *.* in shutil.rmtree test case by Hynek Schlawack · 12 years ago
  49. 9a4a750 #15872: More shutil test fixes for Windows by Hynek Schlawack · 12 years ago
  50. 9e8ac56 #15872: Fix shutil.rmtree error tests for Windows by Hynek Schlawack · 12 years ago
  51. d16eacb #15872: Add tests for a 3.3 regression in the new fd-based shutil.rmtree by Hynek Schlawack · 12 years ago
  52. 1751968 Issue #16629: Fix IDLE idlelib.CallTips test. Patch by Roger Serwy. by Chris Jerdonek · 12 years ago
  53. 33b9b71 Issue #16582: use int exit code in tkinter._exit by Andrew Svetlov · 12 years ago
  54. 806bfad Issue #16582: use int exit code in tkinter._exit by Andrew Svetlov · 12 years ago
  55. 2e72831 Fix issue13211 - Document the reason attribute for urllib.error.HTTPError by Senthil Kumaran · 12 years ago
  56. bfb0989 Document the reason attribute of urllib.HTTPError Patch by Berker Peksag by Senthil Kumaran · 12 years ago
  57. 4ee03fa merge 3.1 by Benjamin Peterson · 12 years ago
  58. 0ee20eb 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
  59. 7dddec4 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
  60. 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
  61. 24457c9 Branch merge by Éric Araujo · 12 years ago
  62. 367efc2 Branch merge by Éric Araujo · 12 years ago
  63. 8b503c0 Fix setup.py register failure with invalid rst in description (#13614). by Éric Araujo · 12 years ago
  64. 9e06e8d Use proper skip instead of reporting success in one distutils test by Éric Araujo · 12 years ago
  65. 2320fa0 Fix setup.py register failure with invalid rst in description (#13614). by Éric Araujo · 12 years ago
  66. 9bc9ab5 Fix a few markup/grammar nits by Éric Araujo · 12 years ago
  67. 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
  68. d38c990 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
  69. d61926e Create ~/.pypirc securely (#13512). by Éric Araujo · 12 years ago
  70. 26ea4a0 Remove code unneeded after f833e7ec4de1 by Éric Araujo · 12 years ago
  71. 3e4a3dc Ignore .nfs* files in distutils (#7719). by Éric Araujo · 12 years ago
  72. 5ead554 Add versionchanged note for a56cebff113a by Éric Araujo · 12 years ago
  73. bd5279e Drop double newlines printed in some file iteration examples. by Andrew Svetlov · 12 years ago
  74. 09974b4 Drop double newlines printed in some file iteration examples. by Andrew Svetlov · 12 years ago
  75. b7bc925 Remove debug output from example. by Ezio Melotti · 12 years ago
  76. 5a2e2b8 Remove debug output from example. by Ezio Melotti · 12 years ago
  77. 8eeda72 Issue #16628: Fix a memory leak in ctypes.resize(). by Antoine Pitrou · 12 years ago
  78. 305e1a7 Issue #16628: Fix a memory leak in ctypes.resize(). by Antoine Pitrou · 12 years ago
  79. 766849b Document that hour in datetime.time ctor is optional parameter. by Andrew Svetlov · 12 years ago
  80. ed636a8 Specify which I/O ABC methods have implementations in the docs. by Andrew Svetlov · 12 years ago
  81. 7ddd9c2 Closes #16588: Silence unused-but-set warnings in Python/thread_pthread.h by Jesus Cea · 12 years ago
  82. 96bc043 Skip pdb test for #13120 if threading is not available. by Andrew Svetlov · 12 years ago
  83. 539ee5d Issue #13120: Allow to call pdb.set_trace() from thread. by Andrew Svetlov · 12 years ago
  84. 8c7c697 Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised. by Victor Stinner · 12 years ago
  85. 86067c2 Fix test splitting in previous commit. by Antoine Pitrou · 12 years ago
  86. 74635c9 Fix test splitting in previous commit. by Antoine Pitrou · 12 years ago
  87. 1f1888e Split the bigmem re test in two separate tests with different memory requirements. by Antoine Pitrou · 12 years ago
  88. 735f36e Split the bigmem re test in two separate tests with different memory requirements. by Antoine Pitrou · 12 years ago
  89. eb0abce Issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper by Andrew Svetlov · 12 years ago
  90. 41a234a Issue #16416: Fix compilation error by Victor Stinner · 12 years ago
  91. 27b1ca2 Issue #16416: On Mac OS X, operating system data are now always by Victor Stinner · 12 years ago
  92. d5f462b document UnicodeError attributes by Benjamin Peterson · 12 years ago
  93. ce31f66 Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms. by Mark Dickinson · 12 years ago
  94. 17c50cd Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms. by Mark Dickinson · 12 years ago
  95. 43fb54c Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 12 years ago
  96. b83575b Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 12 years ago
  97. 56379c0 Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h by Christian Heimes · 12 years ago
  98. 4fc0082 - Issue #16593: Have BSD 'make -s' do the right thing, thanks to Daniel Shahaf by Christian Heimes · 12 years ago
  99. 8ca1d5f - Issue #16593: Have BSD 'make -s' do the right thing, thanks to Daniel Shahaf by Christian Heimes · 12 years ago
  100. 80e9eed Minor fixups. Early-out for equality test. Inline PREV/NEXT constants. by Raymond Hettinger · 12 years ago