1. b034eee Close #18954: Fix some typo in fileutils.c comments by Victor Stinner · 11 years ago
  2. 9143b0e Added Elazar to Misc/ACKS. by Ethan Furman · 11 years ago
  3. ed0bf8a Close #18908: Keep Enum docs in their own section. Patch by Elazar Gershuni. by Ethan Furman · 11 years ago
  4. f70f4a6 Issue #18458: Prevent crashes with newer versions of libedit. Its readline by Ned Deily · 11 years ago
  5. f4ecfae Merge 3.3 into default. by Tim Peters · 11 years ago
  6. 23d7d4e Issue 18944: fix a 1-character typo in test_set.py. by Tim Peters · 11 years ago
  7. 66ff01f Remove old-school inheritance by Antoine Pitrou · 11 years ago
  8. 6703bb4 Issue #18934: Relax test_multiprocessing.test_invalid_handles a bit: we just by Charles-François Natali · 11 years ago
  9. b0478b3 Issue #18623: Factor out the _SuppressCoreFiles context manager into test.support. by Antoine Pitrou · 11 years ago
  10. 4a04301 #18852: Handle readline.__doc__ being None in site.py readline activation. by R David Murray · 11 years ago
  11. f203f2d Close #18924: Block naive attempts to change an Enum member. by Ethan Furman · 11 years ago
  12. 96d848a Update whatsnew/3.4 wrt. --version going to stdout. #18338, #18920, #18922 by Eli Bendersky · 11 years ago
  13. cdac551 Issue #18920: argparse's default version action (for -v, --version) should by Eli Bendersky · 11 years ago
  14. 309836c Issue #18849: Fixed a Windows-specific tempfile bug where collision with an by Eli Bendersky · 11 years ago
  15. f315df3 Issue #18849: Fixed a Windows-specific tempfile bug where collision with an by Eli Bendersky · 11 years ago
  16. f7b436c Closes #18941: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  17. 43c6ef1 Issue #18941: Respected delay when doing rollover. by Vinay Sajip · 11 years ago
  18. a92a356 Closes #18940: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  19. d859926 Issue #18940: Handled low-volume logging when delay is True. by Vinay Sajip · 11 years ago
  20. e2549df Closes #18939: Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  21. a704582 Issue #18939: Updated venv documentation with some clarifications. by Vinay Sajip · 11 years ago
  22. 981b693 Issue #15663: Tcl/Tk 8.5.14 is now included with the OS X 10.6+ by Ned Deily · 11 years ago
  23. d819b93 Issue #1584: Provide options to override default search paths for Tcl and Tk by Ned Deily · 11 years ago
  24. d80f7be merge from 3.3 by Senthil Kumaran · 11 years ago
  25. 324ae385 Improve urlencode docstring. Patch by Brian Brazil. by Senthil Kumaran · 11 years ago
  26. b237295 Nerge 3.3 into default. by Tim Peters · 11 years ago
  27. eaa3bcc Issue #18942: sys._debugmallocstats() output was damaged on Windows. by Tim Peters · 11 years ago
  28. db2c681 Closes #18933: Merged update from 3.3. by Vinay Sajip · 11 years ago
  29. 31b862d Issue #18933: Added links to source code. by Vinay Sajip · 11 years ago
  30. e241ac9 Issue #18934: multiprocessing: use selectors module. by Charles-François Natali · 11 years ago
  31. a83a022 Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in by Serhiy Storchaka · 11 years ago
  32. 134f0de Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in by Serhiy Storchaka · 11 years ago
  33. c56894d Issue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts write by Serhiy Storchaka · 11 years ago
  34. 34464d4 Null merge by Serhiy Storchaka · 11 years ago
  35. 3d46b0b Merge heads by Serhiy Storchaka · 11 years ago
  36. ef31a00 Merge heads by Serhiy Storchaka · 11 years ago
  37. 1e0d82c Issue #18830: inspect.getclasstree() no more produces duplicated entries even by Serhiy Storchaka · 11 years ago
  38. 362c1b5 Issue #18830: inspect.getclasstree() no more produces duplicated entries even by Serhiy Storchaka · 11 years ago
  39. e1d5e54 merge by Christian Heimes · 11 years ago
  40. 2d7aba3 Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMAIL/GEN_URI/GEN_DNS case by Christian Heimes · 11 years ago
  41. 60bf2fc Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMAIL/GEN_URI/GEN_DNS case by Christian Heimes · 11 years ago
  42. 34d2013 Issue #18878: sunau.open now supports the context manager protocol. Based on by Serhiy Storchaka · 11 years ago
  43. 555e57d (Merge 3.3) Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, by Victor Stinner · 11 years ago
  44. e1040e2 Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast by Victor Stinner · 11 years ago
  45. e619427 Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened. by Antoine Pitrou · 11 years ago
  46. e93b63b Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened. by Antoine Pitrou · 11 years ago
  47. 73821c4 Issue #16853: Mention the new selectors module in the select module by Victor Stinner · 11 years ago
  48. 35262a4 oops, revert test commit by Victor Stinner · 11 years ago
  49. 4aea4a0 Issue #16853: Mention the new selectors module in What's New in Python 3.4 by Victor Stinner · 11 years ago
  50. 66a42b4 test by Victor Stinner · 11 years ago
  51. 243d8d8 Issue #16853: Add new selectors module. by Charles-François Natali · 11 years ago
  52. af722bf Issues #18901, #18919: Fix a typo in the _sunau_params name. by Serhiy Storchaka · 11 years ago
  53. b1dd557 Add docstring for threading.main_thread(). by Andrew Svetlov · 11 years ago
  54. 58b5c5a Issue #18882: Add threading.main_thread() function. by Andrew Svetlov · 11 years ago
  55. 3c56145 Issue #16826: Revert fix while Windows issues are being worked out. by Meador Inge · 11 years ago
  56. c9e1dcd Issue #16826: Revert fix while Windows issues are being worked out. by Meador Inge · 11 years ago
  57. 2b0a98f Merge heads. by Meador Inge · 11 years ago
  58. 9ab358a Issue #16826: Don't check for PYTHONCASEOK when using -E. by Meador Inge · 11 years ago
  59. e06a896 Issue #18901: The sunau getparams method now returns a namedtuple rather than by Serhiy Storchaka · 11 years ago
  60. d151da9 Issue #16826: Don't check for PYTHONCASEOK when using -E. by Meador Inge · 11 years ago
  61. 4c6a020 Issue #17487: The result of the wave getparams method now is pickleable again. by Serhiy Storchaka · 11 years ago
  62. c6171e4 Merge 3.3 into default. by Tim Peters · 11 years ago
  63. 9edb168 cwr_next(): move invariants out of loops. by Tim Peters · 11 years ago
  64. 207fe01 Issue #18912: Fix indentation in docstring by Eli Bendersky · 11 years ago
  65. c554f72 Issue #18912: Fix indentation in docstring by Eli Bendersky · 11 years ago
  66. e8de296 Remove unused --debug option of regrtest. by Eli Bendersky · 11 years ago
  67. e5eebed Fix docstring and some indentation by Eli Bendersky · 11 years ago
  68. c56e0e3 Minor touchups. by Raymond Hettinger · 11 years ago
  69. 69492da Factor-out the common code for setting a KeyError. by Raymond Hettinger · 11 years ago
  70. 7f5c22c Refactor the main function of regrtest a bit. by Eli Bendersky · 11 years ago
  71. a35adf5 Instead of XORed indicies, switch to a hybrid of linear probing and open addressing. by Raymond Hettinger · 11 years ago
  72. a661f45 Close #18745: Improve enum tests in test_json for infinities and NaN. by Ethan Furman · 11 years ago
  73. 51bae47 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  74. a0f482a Remove obsolete .hgeol entry pointing to file moved elsewhere. by Terry Jan Reedy · 11 years ago
  75. 56dadf7 Merge fix from 3.3 into default. by Tim Peters · 11 years ago
  76. 9d2e3a1 Fix issue 18889: test_sax: multiple failures on Windows desktop. by Tim Peters · 11 years ago
  77. 625eed7 test_threading isn't rudimentary anymore by Antoine Pitrou · 11 years ago
  78. 4c8ce84 test_threading isn't rudimentary anymore by Antoine Pitrou · 11 years ago
  79. f6fa22e Issue #18571: Merge duplicate test code by Victor Stinner · 11 years ago
  80. 8913a6c Issue #11798: fix tests for regrtest -R : by Andrew Svetlov · 11 years ago
  81. 59360aa Back out 868ad6fa8e68 - it left all the buildbots failing. by Tim Peters · 11 years ago
  82. 6c3c1cc Update copyright. by Raymond Hettinger · 11 years ago
  83. 264683e merge by Raymond Hettinger · 11 years ago
  84. 95c0d67 Further reduce the cost of hash collisions by inspecting an additional nearby entry. by Raymond Hettinger · 11 years ago
  85. ec15a82 Close #18738: Route __format__ calls to mixed-in type for mixed Enums (such as IntEnum). by Ethan Furman · 11 years ago
  86. 34567ec Update whatsnew/3.4.rst wrt. the socket constants switch to IntEnum by Eli Bendersky · 11 years ago
  87. b2ff3cf Switch the AF_* and SOCK_* constants in the socket module to IntEnum. by Eli Bendersky · 11 years ago
  88. 7e7cf8b Issue #12037: Fix test_email for desktop Windows. by Terry Jan Reedy · 11 years ago
  89. 740d6b6 Issue #12037: Fix test_email for desktop Windows. by Terry Jan Reedy · 11 years ago
  90. 2e87c87 Merge from 3.3 #18489 Search Engine tests by Terry Jan Reedy · 11 years ago
  91. 31e4d32 Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine. by Terry Jan Reedy · 11 years ago
  92. 13bdfa7 Issue #18780: code cleanup. by Ethan Furman · 11 years ago
  93. a412137 Temporary disable tests cleanup (issue 11798). by Andrew Svetlov · 11 years ago
  94. fb13721 Close #18780: %-formatting now prints value for int subclasses with %d, %i, and %u codes. by Ethan Furman · 11 years ago
  95. 08548f4 Merge. by Charles-François Natali · 11 years ago
  96. 2c68e30 Fix XMLPullParser documentation to say "non-blocking" instead of "asynchronous". by Eli Bendersky · 11 years ago
  97. 24aa041 Use INADDR_BROADCAST instead of hard-coded value (it's part of POSIX and by Charles-François Natali · 11 years ago
  98. fcfb324 Use the recent support.HOSTv6 addition. by Charles-François Natali · 11 years ago
  99. 4879a96 Issue #18756: os.urandom() now uses a lazily-opened persistent file descriptor, so as to avoid using many file descriptors when run in parallel from multiple threads. by Antoine Pitrou · 11 years ago
  100. 267964c Forward port new tests from Issue #18851. by Antoine Pitrou · 11 years ago