1. 6e410a2 Merged section order preservation fix when using `__setitem__` (issue #16820) by Łukasz Langa · 12 years ago
  2. a821f82 configparser: preserve section order when using `__setitem__` (issue #16820) by Łukasz Langa · 12 years ago
  3. a97274c Issue #16819: IDLE method completion now correctly works for bytes literals. by Serhiy Storchaka · 12 years ago
  4. eb6aa5c Issue #16819: IDLE method completion now correctly works for bytes literals. by Serhiy Storchaka · 12 years ago
  5. 8c126d7 Issue #16819: IDLE method completion now correctly works for bytes literals. by Serhiy Storchaka · 12 years ago
  6. 567ab22 Update copyright dates in Mac plists. by Ned Deily · 12 years ago
  7. 7a7a535 Update copyright dates in Mac plists. by Ned Deily · 12 years ago
  8. 3108fb5 Update copyright dates in Mac plists. by Ned Deily · 12 years ago
  9. 9cc4321 Backed out changeset 61bada808b34 by Brian Curtin · 12 years ago
  10. e3d0b65 Set st_dev on Windows as unsigned long to match its DWORD type, related to the change to fix #11939. by Brian Curtin · 12 years ago
  11. 950fab0 Issue #9586: Merge. by Richard Oudkerk · 12 years ago
  12. 9b45993 Issue #9586: Merge by Richard Oudkerk · 12 years ago
  13. 9866231 Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy. by Richard Oudkerk · 12 years ago
  14. a9bc1bf Make indentation consistent by Eli Bendersky · 12 years ago
  15. b829dea Make indentation consistent by Eli Bendersky · 12 years ago
  16. fe22dca Issue #16787: Increase asyncore and asynchat default output buffers size, to by Charles-François Natali · 12 years ago
  17. ef45380 Fix overlooked licence text. by Richard Oudkerk · 12 years ago
  18. ca319cf merge 3.3 by Benjamin Peterson · 12 years ago
  19. a63eced update another year by Benjamin Peterson · 12 years ago
  20. ae2039e merge 3.3 by Benjamin Peterson · 12 years ago
  21. 198399d bring Python into 2013 by Benjamin Peterson · 12 years ago
  22. 0485314 Make indentation consistent and remove dead commented-out code. by Eli Bendersky · 12 years ago
  23. 03ab4d3 Make indentation consistent and remove dead commented-out code. by Eli Bendersky · 12 years ago
  24. 87e63a2 st_dev/st_rdev should be unsigned long as dwVolumeSerialNumber, which it is set to, is a DWORD. This was fixed in #11939 and the overflow was mentioned in #10657 and seen by me on some machines. by Brian Curtin · 12 years ago
  25. b4f39e8 Fix issue 10527: make multiprocessing use poll() instead of select() if available. by Giampaolo Rodola' · 12 years ago
  26. 5051ca8 Fix issue 10527: make multiprocessing use poll() instead of select() if available. by Giampaolo Rodola' · 12 years ago
  27. 5e844c8 Fix issue 10527: make multiprocessing use poll() instead of select() if available. by Giampaolo Rodola' · 12 years ago
  28. 8d51897 Merged `parser['DEFAULT'].__setitem__` fix (issue #16820) from 3.3. by Łukasz Langa · 12 years ago
  29. 0210194 Fixes `__setitem__` on parser['DEFAULT'] reported in issue #16820. by Łukasz Langa · 12 years ago
  30. 528b825 Issue #16824: Fix a failure guard in the never reached in the normal test execution code in test_pep380. by Serhiy Storchaka · 12 years ago
  31. 5da5702 Issue #16824: Fix a failure guard in the never reached in the normal test execution code in test_pep380. by Serhiy Storchaka · 12 years ago
  32. 1dce000 Merged `parser.clean()` fix (issue #16820) from 3.2 through 3.3. by Łukasz Langa · 12 years ago
  33. 0dc5ab4 Merged `parser.clean()` fix (issue #16820) from 3.2. by Łukasz Langa · 12 years ago
  34. c7ce3f7 added Wolfgang Scherer to acknowledgements by Łukasz Langa · 12 years ago
  35. 3a8479a Fixes `parser.clean()` reported in issue #16820. by Łukasz Langa · 12 years ago
  36. 641bb66 Merged fix for #15803 from 3.2 through 3.3 by Łukasz Langa · 12 years ago
  37. 97eefc1 Merged fix for #15803 from 3.2 by Łukasz Langa · 12 years ago
  38. 3057469 Fixes issue #15803: incorrect `ConfigParser.items()` docstring by Łukasz Langa · 12 years ago
  39. a2678f3 Fix the advertised size of PyCFunctionObjects in sys._debugmallocstats(). by Antoine Pitrou · 12 years ago
  40. 0811f98 Fix the advertised size of PyCFunctionObjects in sys._debugmallocstats(). by Antoine Pitrou · 12 years ago
  41. 2aa4e6c Issue #16645: Fix hardlink extracting test for tarfile. by Serhiy Storchaka · 12 years ago
  42. 62c75f1 Issue #16645: Fix hardlink extracting test for tarfile. by Serhiy Storchaka · 12 years ago
  43. 88339c4 Issue #16645: Fix hardlink extracting test for tarfile. by Serhiy Storchaka · 12 years ago
  44. d7e2666 Skip a test correctly for the C-version. The decorator doesn't really work by Eli Bendersky · 12 years ago
  45. 52280c4 Skip a test correctly for the C-version. The decorator doesn't really work by Eli Bendersky · 12 years ago
  46. 2c53a78 For issue #16076: merge 3.3 by Eli Bendersky · 12 years ago
  47. 7ec45f7 For Issue #16076: make sure that pickling of Element objects is tested, and do by Eli Bendersky · 12 years ago
  48. ac10693 Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings. by Serhiy Storchaka · 12 years ago
  49. c1b59d4 Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings. by Serhiy Storchaka · 12 years ago
  50. 9edccb4 merge heads by Andrew Svetlov · 12 years ago
  51. f0724e7 Fix docstring in curses (#16782) by Andrew Svetlov · 12 years ago
  52. 2d8298d Fix docstring in curses (#16782) by Andrew Svetlov · 12 years ago
  53. bac04e5 Fix docstring in curses (#16782) by Andrew Svetlov · 12 years ago
  54. 44c66c7 Issue #16486: Make aifc files work with 'with' as context managers. by Serhiy Storchaka · 12 years ago
  55. 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
  56. 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
  57. 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
  58. d07db96 Issue #16640: Run less code under a lock in sched module. by Serhiy Storchaka · 12 years ago
  59. 1147f82 Issue #16165: Fix sched.scheduler.run() method was block a scheduler for by Serhiy Storchaka · 12 years ago
  60. f2b9cf4 Issue #16165: Fix sched.scheduler.run() method was block a scheduler for by Serhiy Storchaka · 12 years ago
  61. 3c80ce4 Issue #16641: Fix default values of sched.scheduler.enter arguments were modifiable. by Serhiy Storchaka · 12 years ago
  62. c04957b Issue #16641: Fix default values of sched.scheduler.enter arguments were modifiable. by Serhiy Storchaka · 12 years ago
  63. d1ced9e Issue #16642: Document kwargs field in sched.Event named tuple. by Serhiy Storchaka · 12 years ago
  64. e912496 Issue #16642: Document kwargs field in sched.Event named tuple. by Serhiy Storchaka · 12 years ago
  65. 49f7e58 Forward port new test for SSLSocket.connect_ex() by Antoine Pitrou · 12 years ago
  66. 6464b84 Forward port new test for SSLSocket.connect_ex() by Antoine Pitrou · 12 years ago
  67. ddb87ab Forward port new test for SSLSocket.connect_ex() by Antoine Pitrou · 12 years ago
  68. 40f12ab Backport Python 3.2 fix for issue #12065, and add another test for SSLSocket.connect_ex(). by Antoine Pitrou · 12 years ago
  69. c4051aa Merge heads by Serhiy Storchaka · 12 years ago
  70. c819b07 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
  71. c195b4e Make the from_iterable() recipe more usable. by Raymond Hettinger · 12 years ago
  72. 00e2843 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
  73. 0b386d5 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
  74. cf095f8 Issue #16761: Raise TypeError when int() or long() called with base argument only. by Serhiy Storchaka · 12 years ago
  75. d6c18dc Issue #15302: Switch regrtest from using getopt to using argparse. by Chris Jerdonek · 12 years ago
  76. f7cd05d Merge from 3.3: Issue #15324: Fix regrtest --fromfile, --match, --randomize. by Chris Jerdonek · 12 years ago
  77. 28441e3 Merge from 3.2: Issue #15324: Fix regrtest --fromfile, --match, --randomize. by Chris Jerdonek · 12 years ago
  78. 1e4bd53 Issue #15324: Fix regrtest parsing of --fromfile, --match, and --randomize. by Chris Jerdonek · 12 years ago
  79. 3684c79 Issue #15324: Fix regrtest parsing of --fromfile and --randomize options. by Chris Jerdonek · 12 years ago
  80. 774715c #16796: merge with 3.3. by Ezio Melotti · 12 years ago
  81. 63ee149 #16796: merge with 3.2. by Ezio Melotti · 12 years ago
  82. 52336f0 #16796: fix typo. Patch by Michael Schurter. by Ezio Melotti · 12 years ago
  83. 82ee303 #16796: fix typo. Patch by Michael Schurter. by Ezio Melotti · 12 years ago
  84. c90be30 Issue #16792: Use assertIs() to test identity. by Serhiy Storchaka · 12 years ago
  85. f823da1 Issue #16793. Replace deprecated unittest asserts with modern counterparts. by Serhiy Storchaka · 12 years ago
  86. a29159b Issue #16793. Replace deprecated unittest asserts with modern counterparts. by Serhiy Storchaka · 12 years ago
  87. 8876145 Issue #16793. Replace deprecated unittest asserts with modern counterparts. by Serhiy Storchaka · 12 years ago
  88. 3cd0e30 Issue #16792: Mark small ints test as CPython-only. by Serhiy Storchaka · 12 years ago
  89. 1ef73d2 Issue #16792: Mark small ints test as CPython-only. by Serhiy Storchaka · 12 years ago
  90. 3b31704 Issue #16792: Mark small ints test as CPython-only. by Serhiy Storchaka · 12 years ago
  91. 7069103 Null merge with 3.3. by Ezio Melotti · 12 years ago
  92. 8a158be Null merge with 3.2. by Ezio Melotti · 12 years ago
  93. 270767b Issue #16792: Mark small ints test as CPython-only. by Serhiy Storchaka · 12 years ago
  94. 6f70fe8 Issue #16790: add some of the recent issue #16045 int tests to test_long. by Chris Jerdonek · 12 years ago
  95. 33e05e7 Fix #16759. Convert DWORD registry values using unsigned long. by Brian Curtin · 12 years ago
  96. 9640ead another merge by Brian Curtin · 12 years ago
  97. 9eac6b3 Merge by Brian Curtin · 12 years ago
  98. 4620c13 merge by Brian Curtin · 12 years ago
  99. f8704fb Merge 3.3 by Brian Curtin · 12 years ago
  100. e6bfa29 Merge 3.2 by Brian Curtin · 12 years ago