1. a3eb812 Fix incorrect grammar in Misc/NEWS. by Serhiy Storchaka · 12 years ago
  2. 89faf4f Fix incorrect grammar in Misc/NEWS. by Serhiy Storchaka · 12 years ago
  3. ba1edf2 Fix incorrect grammar in Misc/NEWS. by Serhiy Storchaka · 12 years ago
  4. 08f4556 Merge heads by Serhiy Storchaka · 12 years ago
  5. 32e258d Merge heads by Serhiy Storchaka · 12 years ago
  6. e48741a Merge heads by Serhiy Storchaka · 12 years ago
  7. b83a86a Misc/NEWS updated to tell about #16820 by Łukasz Langa · 12 years ago
  8. 3fb4343 Null-merged Misc/NEWS change by Łukasz Langa · 12 years ago
  9. 844460d Misc/NEWS updated to tell about #14590 and #16820 by Łukasz Langa · 12 years ago
  10. e4110dc Issue #9644: Fix the encoding used by os.statvfs(): use the filesystem encoding by Victor Stinner · 12 years ago
  11. 4cf4f3a Issue #16541: tk_setPalette() now works with keyword arguments. by Serhiy Storchaka · 12 years ago
  12. a97274c Issue #16819: IDLE method completion now correctly works for bytes literals. by Serhiy Storchaka · 12 years ago
  13. eb6aa5c Issue #16819: IDLE method completion now correctly works for bytes literals. by Serhiy Storchaka · 12 years ago
  14. 8c126d7 Issue #16819: IDLE method completion now correctly works for bytes literals. by Serhiy Storchaka · 12 years ago
  15. 950fab0 Issue #9586: Merge. by Richard Oudkerk · 12 years ago
  16. 9b45993 Issue #9586: Merge by Richard Oudkerk · 12 years ago
  17. 9866231 Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy. by Richard Oudkerk · 12 years ago
  18. fe22dca Issue #16787: Increase asyncore and asynchat default output buffers size, to by Charles-François Natali · 12 years ago
  19. b4f39e8 Fix issue 10527: make multiprocessing use poll() instead of select() if available. by Giampaolo Rodola' · 12 years ago
  20. 5051ca8 Fix issue 10527: make multiprocessing use poll() instead of select() if available. by Giampaolo Rodola' · 12 years ago
  21. 5e844c8 Fix issue 10527: make multiprocessing use poll() instead of select() if available. by Giampaolo Rodola' · 12 years ago
  22. 1dce000 Merged `parser.clean()` fix (issue #16820) from 3.2 through 3.3. by Łukasz Langa · 12 years ago
  23. 0dc5ab4 Merged `parser.clean()` fix (issue #16820) from 3.2. by Łukasz Langa · 12 years ago
  24. c7ce3f7 added Wolfgang Scherer to acknowledgements by Łukasz Langa · 12 years ago
  25. 641bb66 Merged fix for #15803 from 3.2 through 3.3 by Łukasz Langa · 12 years ago
  26. 97eefc1 Merged fix for #15803 from 3.2 by Łukasz Langa · 12 years ago
  27. 3057469 Fixes issue #15803: incorrect `ConfigParser.items()` docstring by Łukasz Langa · 12 years ago
  28. ac10693 Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings. by Serhiy Storchaka · 12 years ago
  29. c1b59d4 Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings. by Serhiy Storchaka · 12 years ago
  30. 44c66c7 Issue #16486: Make aifc files work with 'with' as context managers. by Serhiy Storchaka · 12 years ago
  31. 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
  32. 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
  33. 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
  34. d07db96 Issue #16640: Run less code under a lock in sched module. by Serhiy Storchaka · 12 years ago
  35. 1147f82 Issue #16165: Fix sched.scheduler.run() method was block a scheduler for by Serhiy Storchaka · 12 years ago
  36. f2b9cf4 Issue #16165: Fix sched.scheduler.run() method was block a scheduler for by Serhiy Storchaka · 12 years ago
  37. 3c80ce4 Issue #16641: Fix default values of sched.scheduler.enter arguments were modifiable. by Serhiy Storchaka · 12 years ago
  38. c04957b Issue #16641: Fix default values of sched.scheduler.enter arguments were modifiable. by Serhiy Storchaka · 12 years ago
  39. c819b07 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
  40. 00e2843 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
  41. 0b386d5 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
  42. d6c18dc Issue #15302: Switch regrtest from using getopt to using argparse. by Chris Jerdonek · 12 years ago
  43. f7cd05d Merge from 3.3: Issue #15324: Fix regrtest --fromfile, --match, --randomize. by Chris Jerdonek · 12 years ago
  44. 28441e3 Merge from 3.2: Issue #15324: Fix regrtest --fromfile, --match, --randomize. by Chris Jerdonek · 12 years ago
  45. 1e4bd53 Issue #15324: Fix regrtest parsing of --fromfile, --match, and --randomize. by Chris Jerdonek · 12 years ago
  46. 9640ead another merge by Brian Curtin · 12 years ago
  47. 9eac6b3 Merge by Brian Curtin · 12 years ago
  48. 4620c13 merge by Brian Curtin · 12 years ago
  49. f8704fb Merge 3.3 by Brian Curtin · 12 years ago
  50. e6bfa29 Merge 3.2 by Brian Curtin · 12 years ago
  51. 172e422 Fix #16759. Convert DWORD registry values using PyLong_FromUnsignedLong. by Brian Curtin · 12 years ago
  52. ffa1795 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  53. 64df4a1 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  54. 07e0e06 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  55. 4482b01 Merge 3.3 by Brian Curtin · 12 years ago
  56. 62cf69e Merge 3.2 by Brian Curtin · 12 years ago
  57. 12706f2 Fix #14420. Use PyLong_AsUnsignedLong to support the full range of DWORD. by Brian Curtin · 12 years ago
  58. 6e5c8f9 #16618: Make glob.glob match consistently across strings and bytes by Hynek Schlawack · 12 years ago
  59. 6f52027 #16618: Make glob.glob match consistently across strings and bytes by Hynek Schlawack · 12 years ago
  60. e26568f #16618: Make glob.glob match consistently across strings and bytes by Hynek Schlawack · 12 years ago
  61. ae57cec Fix #16788. Add samestat to Lib/ntpath.py by Brian Curtin · 12 years ago
  62. e701ec5 Add tests for Issue #10646. by Brian Curtin · 12 years ago
  63. 501c8f9 Add NEWS entry for fixing #11939 by Brian Curtin · 12 years ago
  64. 2bf61ab Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 12 years ago
  65. 00679a7 Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 12 years ago
  66. 303eb47 Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 12 years ago
  67. 4fbbf8c Fixes issue #16772: int() constructor second argument (base) must be an int. by Gregory P. Smith · 12 years ago
  68. 3ba3a3e Issue #15422: get rid of PyCFunction_New macro by Andrew Svetlov · 12 years ago
  69. 750909e Fix issue16713 - tel url parsing with params by Senthil Kumaran · 12 years ago
  70. bd6667a Fix issue16713 - tel url parsing with params by Senthil Kumaran · 12 years ago
  71. ed30199 Fix issue16713 - tel url parsing with params by Senthil Kumaran · 12 years ago
  72. 6f0c94d improve tracing performance when f_trace is NULL (closes #16672) by Benjamin Peterson · 12 years ago
  73. 6a7a49c Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  74. 7174f08 Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  75. 8a495a4 Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  76. ed3115b Add NEWS item for fixing #14470. by Brian Curtin · 12 years ago
  77. 7737757 Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 12 years ago
  78. 70dcef4 Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 12 years ago
  79. 159bb53 merge heads by Andrew Svetlov · 12 years ago
  80. 56ad5ed Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 12 years ago
  81. 0a6b9ec merge from 3.2 by Senthil Kumaran · 12 years ago
  82. 41e66a2 Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to return headers correctly by Senthil Kumaran · 12 years ago
  83. 1a79132 Fix a typo. by Eric V. Smith · 12 years ago
  84. 0794fe0 Add NEWS and docs for #9856 by Andrew Svetlov · 12 years ago
  85. 2909d6b merge with 3.3 by Brett Cannon · 12 years ago
  86. 73b969e Issue #16752: Add a missing import to modulefinder. by Brett Cannon · 12 years ago
  87. 302c654 merge 3.3 (#16597) by Benjamin Peterson · 12 years ago
  88. 3d3daf0 improve message (#16597) by Benjamin Peterson · 12 years ago
  89. 4c05969 merge 3.3 (#16597) by Benjamin Peterson · 12 years ago
  90. 6862361 call close on the underlying stream even if flush raises (closes #16597) by Benjamin Peterson · 12 years ago
  91. 7643c92 merge 3.3 (#16722) by Benjamin Peterson · 12 years ago
  92. 5ff3f73 try to call __bytes__ before __index__ (closes #16722) by Benjamin Peterson · 12 years ago
  93. 527e725 Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka) by Giampaolo Rodola' · 12 years ago
  94. 896cb15 Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka) by Giampaolo Rodola' · 12 years ago
  95. fc32788 Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka) by Giampaolo Rodola' · 12 years ago
  96. 5e48764 Add Ashish Nitin Patil for work on Issue #14901 by Brian Curtin · 12 years ago
  97. f494e8f Merge 3.3 by Brian Curtin · 12 years ago
  98. 08133c2 Merge 3.2 by Brian Curtin · 12 years ago
  99. 655b0c4 Fix #14901. Update the Windows FAQ. by Brian Curtin · 12 years ago
  100. 39a6ee2 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