1. 4ed797e Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file. by Serhiy Storchaka · 12 years ago
  2. d07db96 Issue #16640: Run less code under a lock in sched module. by Serhiy Storchaka · 12 years ago
  3. 1147f82 Issue #16165: Fix sched.scheduler.run() method was block a scheduler for by Serhiy Storchaka · 12 years ago
  4. f2b9cf4 Issue #16165: Fix sched.scheduler.run() method was block a scheduler for by Serhiy Storchaka · 12 years ago
  5. 3c80ce4 Issue #16641: Fix default values of sched.scheduler.enter arguments were modifiable. by Serhiy Storchaka · 12 years ago
  6. c04957b Issue #16641: Fix default values of sched.scheduler.enter arguments were modifiable. by Serhiy Storchaka · 12 years ago
  7. d1ced9e Issue #16642: Document kwargs field in sched.Event named tuple. by Serhiy Storchaka · 12 years ago
  8. e912496 Issue #16642: Document kwargs field in sched.Event named tuple. by Serhiy Storchaka · 12 years ago
  9. 49f7e58 Forward port new test for SSLSocket.connect_ex() by Antoine Pitrou · 12 years ago
  10. 6464b84 Forward port new test for SSLSocket.connect_ex() by Antoine Pitrou · 12 years ago
  11. ddb87ab Forward port new test for SSLSocket.connect_ex() by Antoine Pitrou · 12 years ago
  12. 40f12ab Backport Python 3.2 fix for issue #12065, and add another test for SSLSocket.connect_ex(). by Antoine Pitrou · 12 years ago
  13. c819b07 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
  14. 00e2843 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
  15. 0b386d5 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
  16. cf095f8 Issue #16761: Raise TypeError when int() or long() called with base argument only. by Serhiy Storchaka · 12 years ago
  17. d6c18dc Issue #15302: Switch regrtest from using getopt to using argparse. by Chris Jerdonek · 12 years ago
  18. f7cd05d Merge from 3.3: Issue #15324: Fix regrtest --fromfile, --match, --randomize. by Chris Jerdonek · 12 years ago
  19. 28441e3 Merge from 3.2: Issue #15324: Fix regrtest --fromfile, --match, --randomize. by Chris Jerdonek · 12 years ago
  20. 1e4bd53 Issue #15324: Fix regrtest parsing of --fromfile, --match, and --randomize. by Chris Jerdonek · 12 years ago
  21. 3684c79 Issue #15324: Fix regrtest parsing of --fromfile and --randomize options. by Chris Jerdonek · 12 years ago
  22. c90be30 Issue #16792: Use assertIs() to test identity. by Serhiy Storchaka · 12 years ago
  23. f823da1 Issue #16793. Replace deprecated unittest asserts with modern counterparts. by Serhiy Storchaka · 12 years ago
  24. a29159b Issue #16793. Replace deprecated unittest asserts with modern counterparts. by Serhiy Storchaka · 12 years ago
  25. 8876145 Issue #16793. Replace deprecated unittest asserts with modern counterparts. by Serhiy Storchaka · 12 years ago
  26. 3cd0e30 Issue #16792: Mark small ints test as CPython-only. by Serhiy Storchaka · 12 years ago
  27. 1ef73d2 Issue #16792: Mark small ints test as CPython-only. by Serhiy Storchaka · 12 years ago
  28. 3b31704 Issue #16792: Mark small ints test as CPython-only. by Serhiy Storchaka · 12 years ago
  29. 270767b Issue #16792: Mark small ints test as CPython-only. by Serhiy Storchaka · 12 years ago
  30. 6f70fe8 Issue #16790: add some of the recent issue #16045 int tests to test_long. by Chris Jerdonek · 12 years ago
  31. 33e05e7 Fix #16759. Convert DWORD registry values using unsigned long. by Brian Curtin · 12 years ago
  32. 9640ead another merge by Brian Curtin · 12 years ago
  33. 9eac6b3 Merge by Brian Curtin · 12 years ago
  34. 4620c13 merge by Brian Curtin · 12 years ago
  35. f8704fb Merge 3.3 by Brian Curtin · 12 years ago
  36. e6bfa29 Merge 3.2 by Brian Curtin · 12 years ago
  37. 172e422 Fix #16759. Convert DWORD registry values using PyLong_FromUnsignedLong. by Brian Curtin · 12 years ago
  38. a0b7e9c Null merge. by Serhiy Storchaka · 12 years ago
  39. ffa1795 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  40. 64df4a1 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  41. 07e0e06 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  42. 61006a2 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  43. 0e091b0 Fix #14420. Check for PyLong as well as PyInt when converting in Py2Reg. by Brian Curtin · 12 years ago
  44. 4482b01 Merge 3.3 by Brian Curtin · 12 years ago
  45. 62cf69e Merge 3.2 by Brian Curtin · 12 years ago
  46. 12706f2 Fix #14420. Use PyLong_AsUnsignedLong to support the full range of DWORD. by Brian Curtin · 12 years ago
  47. 4a5a4c2 #16618: Add more glob regression tests by Hynek Schlawack · 12 years ago
  48. 6e5c8f9 #16618: Make glob.glob match consistently across strings and bytes by Hynek Schlawack · 12 years ago
  49. 6f52027 #16618: Make glob.glob match consistently across strings and bytes by Hynek Schlawack · 12 years ago
  50. e26568f #16618: Make glob.glob match consistently across strings and bytes by Hynek Schlawack · 12 years ago
  51. 0c8ee7f fix test for subprocess (#16644) by Andrew Svetlov · 12 years ago
  52. b172697 fix test for subprocess (#16644) by Andrew Svetlov · 12 years ago
  53. 57a1233 fix test for subprocess (#16644) by Andrew Svetlov · 12 years ago
  54. cacb400 Merge with 3.3 by Kristján Valur Jónsson · 12 years ago
  55. c8e7e2b Merge with 3.2 : by Kristján Valur Jónsson · 12 years ago
  56. ae57cec Fix #16788. Add samestat to Lib/ntpath.py by Brian Curtin · 12 years ago
  57. e701ec5 Add tests for Issue #10646. by Brian Curtin · 12 years ago
  58. 490b32a Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile. by Brian Curtin · 12 years ago
  59. 2bf61ab Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 12 years ago
  60. 00679a7 Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 12 years ago
  61. 303eb47 Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 12 years ago
  62. 2f01e23 Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 12 years ago
  63. a689e52 Test for issue16772 and redoes the previous fix to accept __index__-aware by Gregory P. Smith · 12 years ago
  64. 36852b7 Issue #14574: Ignore socket errors raised when flushing a connection on close. by Kristján Valur Jónsson · 12 years ago
  65. b0d1c37 Issue #14574: Ignore socket errors raised when flushing a connection on close. by Kristján Valur Jónsson · 12 years ago
  66. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  67. 2380fee issue #879399 Fix line buffering of socket._fileobject by Kristján Valur Jónsson · 12 years ago
  68. 94704fc #16765: remove unused import. by Ezio Melotti · 12 years ago
  69. 914ab84 Add test coverage for os.removedirs (#16775) by Andrew Svetlov · 12 years ago
  70. 34dcdee Add test coverage for os.removedirs (#16775) by Andrew Svetlov · 12 years ago
  71. 405faed Add test coverage for os.removedirs (#16775) by Andrew Svetlov · 12 years ago
  72. 750909e Fix issue16713 - tel url parsing with params by Senthil Kumaran · 12 years ago
  73. bd6667a Fix issue16713 - tel url parsing with params by Senthil Kumaran · 12 years ago
  74. ed30199 Fix issue16713 - tel url parsing with params by Senthil Kumaran · 12 years ago
  75. 1974baa Fix issue16713 - tel url parsing with params by Senthil Kumaran · 12 years ago
  76. 2552bc0 fix typo (#16720) by Andrew Svetlov · 12 years ago
  77. 332562f Keep ref to ECHILD in local scope (#16650) by Andrew Svetlov · 12 years ago
  78. 1d960fe Keep ref to ECHILD in local scope (#16650) by Andrew Svetlov · 12 years ago
  79. 5b187ce Keep ref to ECHILD in local scope (#16650) by Andrew Svetlov · 12 years ago
  80. 08bab07 Keep ref to ECHILD in local scope (#16650) by Andrew Svetlov · 12 years ago
  81. 8b33dd8 Use OESeeror instead of os.error (#16720) by Andrew Svetlov · 12 years ago
  82. 9fade76 Issue #13863: fix incorrect .pyc timestamps on Windows / NTFS (apparently due to buggy fstat) by Mark Dickinson · 12 years ago
  83. d8590ff Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  84. 6a7a49c Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  85. 7174f08 Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  86. 8a495a4 Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  87. 445ad99 Fix #14470. Remove w9xpopen per PEP 11. by Brian Curtin · 12 years ago
  88. 0a6b9ec merge from 3.2 by Senthil Kumaran · 12 years ago
  89. 41e66a2 Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to return headers correctly by Senthil Kumaran · 12 years ago
  90. f8a6b00 Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to return headers correctly by Senthil Kumaran · 12 years ago
  91. 2cd8ce4 Issue #9856: Replace deprecation warinigs to raising TypeError in object.__format__ by Andrew Svetlov · 12 years ago
  92. f347cf9 merge heads by Andrew Svetlov · 12 years ago
  93. 4b61d0f Issue #16045: add more unit tests for built-in int() by Andrew Svetlov · 12 years ago
  94. 8e42e8a Issue #16045: add more unit tests for built-in int() by Andrew Svetlov · 12 years ago
  95. cddcafa Issue #16045: add more unit tests for built-in int() by Andrew Svetlov · 12 years ago
  96. 2909d6b merge with 3.3 by Brett Cannon · 12 years ago
  97. 73b969e Issue #16752: Add a missing import to modulefinder. by Brett Cannon · 12 years ago
  98. ab7dd18 #8853: Allow port to be of type long for socket.getaddrinfo() by Petri Lehtinen · 12 years ago
  99. a2d6d71 call close on the underlying stream even if flush raises (#16597) by Benjamin Peterson · 12 years ago
  100. 4c05969 merge 3.3 (#16597) by Benjamin Peterson · 12 years ago