1. 1dce000 Merged `parser.clean()` fix (issue #16820) from 3.2 through 3.3. by Łukasz Langa · 12 years ago
  2. 0dc5ab4 Merged `parser.clean()` fix (issue #16820) from 3.2. by Łukasz Langa · 12 years ago
  3. 3a8479a Fixes `parser.clean()` reported in issue #16820. by Łukasz Langa · 12 years ago
  4. 641bb66 Merged fix for #15803 from 3.2 through 3.3 by Łukasz Langa · 12 years ago
  5. 97eefc1 Merged fix for #15803 from 3.2 by Łukasz Langa · 12 years ago
  6. 3057469 Fixes issue #15803: incorrect `ConfigParser.items()` docstring by Łukasz Langa · 12 years ago
  7. 2aa4e6c Issue #16645: Fix hardlink extracting test for tarfile. by Serhiy Storchaka · 12 years ago
  8. 62c75f1 Issue #16645: Fix hardlink extracting test for tarfile. by Serhiy Storchaka · 12 years ago
  9. 88339c4 Issue #16645: Fix hardlink extracting test for tarfile. by Serhiy Storchaka · 12 years ago
  10. d7e2666 Skip a test correctly for the C-version. The decorator doesn't really work by Eli Bendersky · 12 years ago
  11. 52280c4 Skip a test correctly for the C-version. The decorator doesn't really work by Eli Bendersky · 12 years ago
  12. 2c53a78 For issue #16076: merge 3.3 by Eli Bendersky · 12 years ago
  13. 7ec45f7 For Issue #16076: make sure that pickling of Element objects is tested, and do by Eli Bendersky · 12 years ago
  14. ac10693 Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings. by Serhiy Storchaka · 12 years ago
  15. c1b59d4 Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings. by Serhiy Storchaka · 12 years ago
  16. 9edccb4 merge heads by Andrew Svetlov · 12 years ago
  17. f0724e7 Fix docstring in curses (#16782) by Andrew Svetlov · 12 years ago
  18. 2d8298d Fix docstring in curses (#16782) by Andrew Svetlov · 12 years ago
  19. bac04e5 Fix docstring in curses (#16782) by Andrew Svetlov · 12 years ago
  20. 44c66c7 Issue #16486: Make aifc files work with 'with' as context managers. by Serhiy Storchaka · 12 years ago
  21. ff2840a Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file. by Serhiy Storchaka · 12 years ago
  22. f1b63c6 Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file. by Serhiy Storchaka · 12 years ago
  23. 051722d Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file. by Serhiy Storchaka · 12 years ago
  24. d07db96 Issue #16640: Run less code under a lock in sched module. by Serhiy Storchaka · 12 years ago
  25. 1147f82 Issue #16165: Fix sched.scheduler.run() method was block a scheduler for by Serhiy Storchaka · 12 years ago
  26. f2b9cf4 Issue #16165: Fix sched.scheduler.run() method was block a scheduler for by Serhiy Storchaka · 12 years ago
  27. 3c80ce4 Issue #16641: Fix default values of sched.scheduler.enter arguments were modifiable. by Serhiy Storchaka · 12 years ago
  28. c04957b Issue #16641: Fix default values of sched.scheduler.enter arguments were modifiable. by Serhiy Storchaka · 12 years ago
  29. d1ced9e Issue #16642: Document kwargs field in sched.Event named tuple. by Serhiy Storchaka · 12 years ago
  30. e912496 Issue #16642: Document kwargs field in sched.Event named tuple. by Serhiy Storchaka · 12 years ago
  31. 49f7e58 Forward port new test for SSLSocket.connect_ex() by Antoine Pitrou · 12 years ago
  32. 6464b84 Forward port new test for SSLSocket.connect_ex() by Antoine Pitrou · 12 years ago
  33. ddb87ab Forward port new test for SSLSocket.connect_ex() by Antoine Pitrou · 12 years ago
  34. 40f12ab Backport Python 3.2 fix for issue #12065, and add another test for SSLSocket.connect_ex(). by Antoine Pitrou · 12 years ago
  35. c819b07 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
  36. 00e2843 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
  37. 0b386d5 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
  38. cf095f8 Issue #16761: Raise TypeError when int() or long() called with base argument only. by Serhiy Storchaka · 12 years ago
  39. d6c18dc Issue #15302: Switch regrtest from using getopt to using argparse. by Chris Jerdonek · 12 years ago
  40. f7cd05d Merge from 3.3: Issue #15324: Fix regrtest --fromfile, --match, --randomize. by Chris Jerdonek · 12 years ago
  41. 28441e3 Merge from 3.2: Issue #15324: Fix regrtest --fromfile, --match, --randomize. by Chris Jerdonek · 12 years ago
  42. 1e4bd53 Issue #15324: Fix regrtest parsing of --fromfile, --match, and --randomize. by Chris Jerdonek · 12 years ago
  43. 3684c79 Issue #15324: Fix regrtest parsing of --fromfile and --randomize options. by Chris Jerdonek · 12 years ago
  44. c90be30 Issue #16792: Use assertIs() to test identity. by Serhiy Storchaka · 12 years ago
  45. f823da1 Issue #16793. Replace deprecated unittest asserts with modern counterparts. by Serhiy Storchaka · 12 years ago
  46. a29159b Issue #16793. Replace deprecated unittest asserts with modern counterparts. by Serhiy Storchaka · 12 years ago
  47. 8876145 Issue #16793. Replace deprecated unittest asserts with modern counterparts. by Serhiy Storchaka · 12 years ago
  48. 3cd0e30 Issue #16792: Mark small ints test as CPython-only. by Serhiy Storchaka · 12 years ago
  49. 1ef73d2 Issue #16792: Mark small ints test as CPython-only. by Serhiy Storchaka · 12 years ago
  50. 3b31704 Issue #16792: Mark small ints test as CPython-only. by Serhiy Storchaka · 12 years ago
  51. 270767b Issue #16792: Mark small ints test as CPython-only. by Serhiy Storchaka · 12 years ago
  52. 6f70fe8 Issue #16790: add some of the recent issue #16045 int tests to test_long. by Chris Jerdonek · 12 years ago
  53. 33e05e7 Fix #16759. Convert DWORD registry values using unsigned long. by Brian Curtin · 12 years ago
  54. 9640ead another merge by Brian Curtin · 12 years ago
  55. 9eac6b3 Merge by Brian Curtin · 12 years ago
  56. 4620c13 merge by Brian Curtin · 12 years ago
  57. f8704fb Merge 3.3 by Brian Curtin · 12 years ago
  58. e6bfa29 Merge 3.2 by Brian Curtin · 12 years ago
  59. 172e422 Fix #16759. Convert DWORD registry values using PyLong_FromUnsignedLong. by Brian Curtin · 12 years ago
  60. a0b7e9c Null merge. by Serhiy Storchaka · 12 years ago
  61. ffa1795 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  62. 64df4a1 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  63. 07e0e06 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  64. 61006a2 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  65. 0e091b0 Fix #14420. Check for PyLong as well as PyInt when converting in Py2Reg. by Brian Curtin · 12 years ago
  66. 4482b01 Merge 3.3 by Brian Curtin · 12 years ago
  67. 62cf69e Merge 3.2 by Brian Curtin · 12 years ago
  68. 12706f2 Fix #14420. Use PyLong_AsUnsignedLong to support the full range of DWORD. by Brian Curtin · 12 years ago
  69. 4a5a4c2 #16618: Add more glob regression tests by Hynek Schlawack · 12 years ago
  70. 6e5c8f9 #16618: Make glob.glob match consistently across strings and bytes by Hynek Schlawack · 12 years ago
  71. 6f52027 #16618: Make glob.glob match consistently across strings and bytes by Hynek Schlawack · 12 years ago
  72. e26568f #16618: Make glob.glob match consistently across strings and bytes by Hynek Schlawack · 12 years ago
  73. 0c8ee7f fix test for subprocess (#16644) by Andrew Svetlov · 12 years ago
  74. b172697 fix test for subprocess (#16644) by Andrew Svetlov · 12 years ago
  75. 57a1233 fix test for subprocess (#16644) by Andrew Svetlov · 12 years ago
  76. cacb400 Merge with 3.3 by Kristján Valur Jónsson · 12 years ago
  77. c8e7e2b Merge with 3.2 : by Kristján Valur Jónsson · 12 years ago
  78. ae57cec Fix #16788. Add samestat to Lib/ntpath.py by Brian Curtin · 12 years ago
  79. e701ec5 Add tests for Issue #10646. by Brian Curtin · 12 years ago
  80. 490b32a Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile. by Brian Curtin · 12 years ago
  81. 2bf61ab Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 12 years ago
  82. 00679a7 Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 12 years ago
  83. 303eb47 Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 12 years ago
  84. 2f01e23 Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 12 years ago
  85. a689e52 Test for issue16772 and redoes the previous fix to accept __index__-aware by Gregory P. Smith · 12 years ago
  86. 36852b7 Issue #14574: Ignore socket errors raised when flushing a connection on close. by Kristján Valur Jónsson · 12 years ago
  87. b0d1c37 Issue #14574: Ignore socket errors raised when flushing a connection on close. by Kristján Valur Jónsson · 12 years ago
  88. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  89. 2380fee issue #879399 Fix line buffering of socket._fileobject by Kristján Valur Jónsson · 12 years ago
  90. 94704fc #16765: remove unused import. by Ezio Melotti · 12 years ago
  91. 914ab84 Add test coverage for os.removedirs (#16775) by Andrew Svetlov · 12 years ago
  92. 34dcdee Add test coverage for os.removedirs (#16775) by Andrew Svetlov · 12 years ago
  93. 405faed Add test coverage for os.removedirs (#16775) by Andrew Svetlov · 12 years ago
  94. 750909e Fix issue16713 - tel url parsing with params by Senthil Kumaran · 12 years ago
  95. bd6667a Fix issue16713 - tel url parsing with params by Senthil Kumaran · 12 years ago
  96. ed30199 Fix issue16713 - tel url parsing with params by Senthil Kumaran · 12 years ago
  97. 1974baa Fix issue16713 - tel url parsing with params by Senthil Kumaran · 12 years ago
  98. 2552bc0 fix typo (#16720) by Andrew Svetlov · 12 years ago
  99. 332562f Keep ref to ECHILD in local scope (#16650) by Andrew Svetlov · 12 years ago
  100. 1d960fe Keep ref to ECHILD in local scope (#16650) by Andrew Svetlov · 12 years ago