1. 404fa92 Issue #16841: Set st_dev on Windows as unsigned long to match its DWORD type. by Serhiy Storchaka · 12 years ago
  2. cc85a15 Fix method name in documentation (__setstate__ --> __getstate__) by Eli Bendersky · 12 years ago
  3. a6d0dd5 Fix method name in documentation (__setstate__ --> __getstate__) by Eli Bendersky · 12 years ago
  4. 78f3ce5 Fix method name in documentation (__setstate__ --> __getstate__) by Eli Bendersky · 12 years ago
  5. 805ae0d Fix incorrect grammar in sched documentation. by Serhiy Storchaka · 12 years ago
  6. 75b936e Fix incorrect grammar in sched documentation. by Serhiy Storchaka · 12 years ago
  7. a3eb812 Fix incorrect grammar in Misc/NEWS. by Serhiy Storchaka · 12 years ago
  8. 89faf4f Fix incorrect grammar in Misc/NEWS. by Serhiy Storchaka · 12 years ago
  9. ba1edf2 Fix incorrect grammar in Misc/NEWS. by Serhiy Storchaka · 12 years ago
  10. 6b539a4 Merge heads by Serhiy Storchaka · 12 years ago
  11. 08f4556 Merge heads by Serhiy Storchaka · 12 years ago
  12. cc6b514 Merge heads by Serhiy Storchaka · 12 years ago
  13. 32e258d Merge heads by Serhiy Storchaka · 12 years ago
  14. e48741a Merge heads by Serhiy Storchaka · 12 years ago
  15. 2869b00 Null-merged Misc/NEWS change by Łukasz Langa · 12 years ago
  16. f52b98d Null-merged Misc/NEWS change by Łukasz Langa · 12 years ago
  17. b83a86a Misc/NEWS updated to tell about #16820 by Łukasz Langa · 12 years ago
  18. 3fb4343 Null-merged Misc/NEWS change by Łukasz Langa · 12 years ago
  19. 844460d Misc/NEWS updated to tell about #14590 and #16820 by Łukasz Langa · 12 years ago
  20. 4bbf8fb Null-merged 3.2 section order preservation fix when using `__setitem__` (issue by Łukasz Langa · 12 years ago
  21. ed16dd8 Null-merged 3.2 section order preservation fix when using `__setitem__` (issue by Łukasz Langa · 12 years ago
  22. a2e7acd configparser: preserve section order when using `__setitem__` (issue #16820) by Łukasz Langa · 12 years ago
  23. 67eb8df (Merge 3.3) Issue #9644: Add a test on os.statvfs() for the PEP 383 by Victor Stinner · 12 years ago
  24. a25be07 Issue #9644: Add a test on os.statvfs() for the PEP 383 by Victor Stinner · 12 years ago
  25. e509eef Issue #16541: tk_setPalette() now works with keyword arguments. by Serhiy Storchaka · 12 years ago
  26. 3cfb2cd Issue #16541: tk_setPalette() now works with keyword arguments. by Serhiy Storchaka · 12 years ago
  27. e4110dc Issue #9644: Fix the encoding used by os.statvfs(): use the filesystem encoding by Victor Stinner · 12 years ago
  28. 4cf4f3a Issue #16541: tk_setPalette() now works with keyword arguments. by Serhiy Storchaka · 12 years ago
  29. 6e410a2 Merged section order preservation fix when using `__setitem__` (issue #16820) by Łukasz Langa · 12 years ago
  30. a821f82 configparser: preserve section order when using `__setitem__` (issue #16820) by Łukasz Langa · 12 years ago
  31. a97274c Issue #16819: IDLE method completion now correctly works for bytes literals. by Serhiy Storchaka · 12 years ago
  32. eb6aa5c Issue #16819: IDLE method completion now correctly works for bytes literals. by Serhiy Storchaka · 12 years ago
  33. 8c126d7 Issue #16819: IDLE method completion now correctly works for bytes literals. by Serhiy Storchaka · 12 years ago
  34. 567ab22 Update copyright dates in Mac plists. by Ned Deily · 12 years ago
  35. 7a7a535 Update copyright dates in Mac plists. by Ned Deily · 12 years ago
  36. 3108fb5 Update copyright dates in Mac plists. by Ned Deily · 12 years ago
  37. 9cc4321 Backed out changeset 61bada808b34 by Brian Curtin · 12 years ago
  38. 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
  39. 950fab0 Issue #9586: Merge. by Richard Oudkerk · 12 years ago
  40. 9b45993 Issue #9586: Merge by Richard Oudkerk · 12 years ago
  41. 9866231 Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy. by Richard Oudkerk · 12 years ago
  42. a9bc1bf Make indentation consistent by Eli Bendersky · 12 years ago
  43. b829dea Make indentation consistent by Eli Bendersky · 12 years ago
  44. fe22dca Issue #16787: Increase asyncore and asynchat default output buffers size, to by Charles-François Natali · 12 years ago
  45. ef45380 Fix overlooked licence text. by Richard Oudkerk · 12 years ago
  46. ca319cf merge 3.3 by Benjamin Peterson · 12 years ago
  47. a63eced update another year by Benjamin Peterson · 12 years ago
  48. ae2039e merge 3.3 by Benjamin Peterson · 12 years ago
  49. 198399d bring Python into 2013 by Benjamin Peterson · 12 years ago
  50. 0485314 Make indentation consistent and remove dead commented-out code. by Eli Bendersky · 12 years ago
  51. 03ab4d3 Make indentation consistent and remove dead commented-out code. by Eli Bendersky · 12 years ago
  52. 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
  53. b4f39e8 Fix issue 10527: make multiprocessing use poll() instead of select() if available. by Giampaolo Rodola' · 12 years ago
  54. 5051ca8 Fix issue 10527: make multiprocessing use poll() instead of select() if available. by Giampaolo Rodola' · 12 years ago
  55. 5e844c8 Fix issue 10527: make multiprocessing use poll() instead of select() if available. by Giampaolo Rodola' · 12 years ago
  56. 8d51897 Merged `parser['DEFAULT'].__setitem__` fix (issue #16820) from 3.3. by Łukasz Langa · 12 years ago
  57. 0210194 Fixes `__setitem__` on parser['DEFAULT'] reported in issue #16820. by Łukasz Langa · 12 years ago
  58. 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
  59. 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
  60. 1dce000 Merged `parser.clean()` fix (issue #16820) from 3.2 through 3.3. by Łukasz Langa · 12 years ago
  61. 0dc5ab4 Merged `parser.clean()` fix (issue #16820) from 3.2. by Łukasz Langa · 12 years ago
  62. c7ce3f7 added Wolfgang Scherer to acknowledgements by Łukasz Langa · 12 years ago
  63. 3a8479a Fixes `parser.clean()` reported in issue #16820. by Łukasz Langa · 12 years ago
  64. 641bb66 Merged fix for #15803 from 3.2 through 3.3 by Łukasz Langa · 12 years ago
  65. 97eefc1 Merged fix for #15803 from 3.2 by Łukasz Langa · 12 years ago
  66. 3057469 Fixes issue #15803: incorrect `ConfigParser.items()` docstring by Łukasz Langa · 12 years ago
  67. a2678f3 Fix the advertised size of PyCFunctionObjects in sys._debugmallocstats(). by Antoine Pitrou · 12 years ago
  68. 0811f98 Fix the advertised size of PyCFunctionObjects in sys._debugmallocstats(). by Antoine Pitrou · 12 years ago
  69. 2aa4e6c Issue #16645: Fix hardlink extracting test for tarfile. by Serhiy Storchaka · 12 years ago
  70. 62c75f1 Issue #16645: Fix hardlink extracting test for tarfile. by Serhiy Storchaka · 12 years ago
  71. 88339c4 Issue #16645: Fix hardlink extracting test for tarfile. by Serhiy Storchaka · 12 years ago
  72. d7e2666 Skip a test correctly for the C-version. The decorator doesn't really work by Eli Bendersky · 12 years ago
  73. 52280c4 Skip a test correctly for the C-version. The decorator doesn't really work by Eli Bendersky · 12 years ago
  74. 2c53a78 For issue #16076: merge 3.3 by Eli Bendersky · 12 years ago
  75. 7ec45f7 For Issue #16076: make sure that pickling of Element objects is tested, and do by Eli Bendersky · 12 years ago
  76. ac10693 Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings. by Serhiy Storchaka · 12 years ago
  77. c1b59d4 Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings. by Serhiy Storchaka · 12 years ago
  78. 9edccb4 merge heads by Andrew Svetlov · 12 years ago
  79. f0724e7 Fix docstring in curses (#16782) by Andrew Svetlov · 12 years ago
  80. 2d8298d Fix docstring in curses (#16782) by Andrew Svetlov · 12 years ago
  81. bac04e5 Fix docstring in curses (#16782) by Andrew Svetlov · 12 years ago
  82. 44c66c7 Issue #16486: Make aifc files work with 'with' as context managers. by Serhiy Storchaka · 12 years ago
  83. 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
  84. 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
  85. 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
  86. d07db96 Issue #16640: Run less code under a lock in sched module. by Serhiy Storchaka · 12 years ago
  87. 1147f82 Issue #16165: Fix sched.scheduler.run() method was block a scheduler for by Serhiy Storchaka · 12 years ago
  88. f2b9cf4 Issue #16165: Fix sched.scheduler.run() method was block a scheduler for by Serhiy Storchaka · 12 years ago
  89. 3c80ce4 Issue #16641: Fix default values of sched.scheduler.enter arguments were modifiable. by Serhiy Storchaka · 12 years ago
  90. c04957b Issue #16641: Fix default values of sched.scheduler.enter arguments were modifiable. by Serhiy Storchaka · 12 years ago
  91. d1ced9e Issue #16642: Document kwargs field in sched.Event named tuple. by Serhiy Storchaka · 12 years ago
  92. e912496 Issue #16642: Document kwargs field in sched.Event named tuple. by Serhiy Storchaka · 12 years ago
  93. 49f7e58 Forward port new test for SSLSocket.connect_ex() by Antoine Pitrou · 12 years ago
  94. 6464b84 Forward port new test for SSLSocket.connect_ex() by Antoine Pitrou · 12 years ago
  95. ddb87ab Forward port new test for SSLSocket.connect_ex() by Antoine Pitrou · 12 years ago
  96. 40f12ab Backport Python 3.2 fix for issue #12065, and add another test for SSLSocket.connect_ex(). by Antoine Pitrou · 12 years ago
  97. c4051aa Merge heads by Serhiy Storchaka · 12 years ago
  98. c819b07 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
  99. c195b4e Make the from_iterable() recipe more usable. by Raymond Hettinger · 12 years ago
  100. 00e2843 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago