1. 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
  2. 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
  3. 34d2013 Issue #18878: sunau.open now supports the context manager protocol. Based on by Serhiy Storchaka · 11 years ago
  4. 555e57d (Merge 3.3) Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, by Victor Stinner · 11 years ago
  5. e1040e2 Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast by Victor Stinner · 11 years ago
  6. 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
  7. 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
  8. 73821c4 Issue #16853: Mention the new selectors module in the select module by Victor Stinner · 11 years ago
  9. 35262a4 oops, revert test commit by Victor Stinner · 11 years ago
  10. 4aea4a0 Issue #16853: Mention the new selectors module in What's New in Python 3.4 by Victor Stinner · 11 years ago
  11. 66a42b4 test by Victor Stinner · 11 years ago
  12. 243d8d8 Issue #16853: Add new selectors module. by Charles-François Natali · 11 years ago
  13. af722bf Issues #18901, #18919: Fix a typo in the _sunau_params name. by Serhiy Storchaka · 11 years ago
  14. b1dd557 Add docstring for threading.main_thread(). by Andrew Svetlov · 11 years ago
  15. 58b5c5a Issue #18882: Add threading.main_thread() function. by Andrew Svetlov · 11 years ago
  16. 3c56145 Issue #16826: Revert fix while Windows issues are being worked out. by Meador Inge · 11 years ago
  17. c9e1dcd Issue #16826: Revert fix while Windows issues are being worked out. by Meador Inge · 11 years ago
  18. 2b0a98f Merge heads. by Meador Inge · 11 years ago
  19. 9ab358a Issue #16826: Don't check for PYTHONCASEOK when using -E. by Meador Inge · 11 years ago
  20. e06a896 Issue #18901: The sunau getparams method now returns a namedtuple rather than by Serhiy Storchaka · 11 years ago
  21. d151da9 Issue #16826: Don't check for PYTHONCASEOK when using -E. by Meador Inge · 11 years ago
  22. 4c6a020 Issue #17487: The result of the wave getparams method now is pickleable again. by Serhiy Storchaka · 11 years ago
  23. c6171e4 Merge 3.3 into default. by Tim Peters · 11 years ago
  24. 9edb168 cwr_next(): move invariants out of loops. by Tim Peters · 11 years ago
  25. 207fe01 Issue #18912: Fix indentation in docstring by Eli Bendersky · 11 years ago
  26. c554f72 Issue #18912: Fix indentation in docstring by Eli Bendersky · 11 years ago
  27. e8de296 Remove unused --debug option of regrtest. by Eli Bendersky · 11 years ago
  28. e5eebed Fix docstring and some indentation by Eli Bendersky · 11 years ago
  29. c56e0e3 Minor touchups. by Raymond Hettinger · 11 years ago
  30. 69492da Factor-out the common code for setting a KeyError. by Raymond Hettinger · 11 years ago
  31. 7f5c22c Refactor the main function of regrtest a bit. by Eli Bendersky · 11 years ago
  32. a35adf5 Instead of XORed indicies, switch to a hybrid of linear probing and open addressing. by Raymond Hettinger · 11 years ago
  33. a661f45 Close #18745: Improve enum tests in test_json for infinities and NaN. by Ethan Furman · 11 years ago
  34. 51bae47 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  35. a0f482a Remove obsolete .hgeol entry pointing to file moved elsewhere. by Terry Jan Reedy · 11 years ago
  36. 56dadf7 Merge fix from 3.3 into default. by Tim Peters · 11 years ago
  37. 9d2e3a1 Fix issue 18889: test_sax: multiple failures on Windows desktop. by Tim Peters · 11 years ago
  38. 625eed7 test_threading isn't rudimentary anymore by Antoine Pitrou · 11 years ago
  39. 4c8ce84 test_threading isn't rudimentary anymore by Antoine Pitrou · 11 years ago
  40. f6fa22e Issue #18571: Merge duplicate test code by Victor Stinner · 11 years ago
  41. 8913a6c Issue #11798: fix tests for regrtest -R : by Andrew Svetlov · 11 years ago
  42. 59360aa Back out 868ad6fa8e68 - it left all the buildbots failing. by Tim Peters · 11 years ago
  43. 6c3c1cc Update copyright. by Raymond Hettinger · 11 years ago
  44. 264683e merge by Raymond Hettinger · 11 years ago
  45. 95c0d67 Further reduce the cost of hash collisions by inspecting an additional nearby entry. by Raymond Hettinger · 11 years ago
  46. ec15a82 Close #18738: Route __format__ calls to mixed-in type for mixed Enums (such as IntEnum). by Ethan Furman · 11 years ago
  47. 34567ec Update whatsnew/3.4.rst wrt. the socket constants switch to IntEnum by Eli Bendersky · 11 years ago
  48. b2ff3cf Switch the AF_* and SOCK_* constants in the socket module to IntEnum. by Eli Bendersky · 11 years ago
  49. 7e7cf8b Issue #12037: Fix test_email for desktop Windows. by Terry Jan Reedy · 11 years ago
  50. 740d6b6 Issue #12037: Fix test_email for desktop Windows. by Terry Jan Reedy · 11 years ago
  51. 2e87c87 Merge from 3.3 #18489 Search Engine tests by Terry Jan Reedy · 11 years ago
  52. 31e4d32 Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine. by Terry Jan Reedy · 11 years ago
  53. 13bdfa7 Issue #18780: code cleanup. by Ethan Furman · 11 years ago
  54. a412137 Temporary disable tests cleanup (issue 11798). by Andrew Svetlov · 11 years ago
  55. fb13721 Close #18780: %-formatting now prints value for int subclasses with %d, %i, and %u codes. by Ethan Furman · 11 years ago
  56. 08548f4 Merge. by Charles-François Natali · 11 years ago
  57. 2c68e30 Fix XMLPullParser documentation to say "non-blocking" instead of "asynchronous". by Eli Bendersky · 11 years ago
  58. 24aa041 Use INADDR_BROADCAST instead of hard-coded value (it's part of POSIX and by Charles-François Natali · 11 years ago
  59. fcfb324 Use the recent support.HOSTv6 addition. by Charles-François Natali · 11 years ago
  60. 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
  61. 267964c Forward port new tests from Issue #18851. by Antoine Pitrou · 11 years ago
  62. a839271 Forward port new tests from Issue #18851. by Antoine Pitrou · 11 years ago
  63. 79a53ea Issue #18418: After fork(), reinit all threads states, not only active ones. by Charles-François Natali · 11 years ago
  64. 9939cc8 Issue #18418: After fork(), reinit all threads states, not only active ones. by Charles-François Natali · 11 years ago
  65. b586934 Issue #17741: Rename IncrementalParser and its methods. by Eli Bendersky · 11 years ago
  66. 1221f6b utilize int.from_bytes by Philip Jenvey · 11 years ago
  67. da0bea2 improve comment by Benjamin Peterson · 11 years ago
  68. f908efb make lists uniformly integers for the benefit of pypy by Benjamin Peterson · 11 years ago
  69. 6cc5039 Fixes Issue #15507: test_subprocess's test_send_signal could fail if the test by Gregory P. Smith · 11 years ago
  70. dee0434 Fixes issue #15507: test_subprocess's test_send_signal could fail if the test by Gregory P. Smith · 11 years ago
  71. 2f43d07 Null merge of 3.3 into default. by Tim Peters · 11 years ago
  72. f25f80c Merge. by Charles-François Natali · 11 years ago
  73. e33d5b0 Merge. by Charles-François Natali · 11 years ago
  74. 74b7408 Issue #18643: Fix some test_socket failures due to large default socket buffer by Charles-François Natali · 11 years ago
  75. 5fd2642 Issue #18643: Fix some test_socket failures due to large default socket buffer by Charles-François Natali · 11 years ago
  76. e0d25ce Issue #8713: Print dangling processes/threads, if any. by Richard Oudkerk · 11 years ago
  77. 83d7dea Issue #8713: Cleanup before saving process._dangling. by Richard Oudkerk · 11 years ago
  78. 968d055 Issue #8713: Test should not print message about start method. by Richard Oudkerk · 11 years ago
  79. de2800f Issue #17974: Switch unittest from using getopt to using argparse. by Serhiy Storchaka · 11 years ago
  80. 64f7c4e Issue #16799: Switched from getopt to argparse style in regrtest's argument by Serhiy Storchaka · 11 years ago
  81. 48e6a8c Issue #18743: Fix references to non-existant "StringIO" module by Serhiy Storchaka · 11 years ago
  82. 50254c5 Issue #18743: Fix references to non-existant "StringIO" module by Serhiy Storchaka · 11 years ago
  83. a8c2a8a Issue #18760: Improved cross-references in the xml package. by Serhiy Storchaka · 11 years ago
  84. 15e6590 Issue #18760: Improved cross-references in the xml package. by Serhiy Storchaka · 11 years ago
  85. afe8909 Tighten-up the lookkey() logic and beautify the code a bit. by Raymond Hettinger · 11 years ago
  86. 7c1017b Fix tests for #11798 by Andrew Svetlov · 11 years ago
  87. eb97368 Issue #11798: TestSuite now drops references to own tests after execution. by Andrew Svetlov · 11 years ago
  88. 6a53af8 Issue #18786: Don't reinstall old SIGUSR1 handler prematurely. by Richard Oudkerk · 11 years ago
  89. d98af98 (Merge 3.3) Fix @requires_freebsd_version and @requires_linux_version by Victor Stinner · 11 years ago
  90. d39dca9 Fix test_socket.test_SOCK_CLOEXEC(), the test was wrong by Victor Stinner · 11 years ago
  91. 3b44a40 Fix @requires_freebsd_version and @requires_linux_version decorators of by Victor Stinner · 11 years ago
  92. bff989e test_posix.test_pipe2() now checks that the O_NONBLOCK flag is set by Victor Stinner · 11 years ago
  93. d72fe89 select.epoll.fromfd(fd) must be not change the inheritable flag of the file by Victor Stinner · 11 years ago
  94. 67973c0 Issue #18865: remove unused import from multiprocessing.util.spawnv_passfds() by Victor Stinner · 11 years ago
  95. 0d097b6 Issue #18865: PEP 446 makes multiprocessing.util.pipe() unnecessary. by Richard Oudkerk · 11 years ago
  96. 1fa174a Get rid of signed/unsigned comparaison in _sre.c by Victor Stinner · 11 years ago
  97. 36a5a06 _datetimemodule.c: fix the compilation warning "conversion from 'double' to by Victor Stinner · 11 years ago
  98. b9981ba fix a compilation warning in posix_openpty() on "PPC64 AIX 3.x" buildbot by Victor Stinner · 11 years ago
  99. 55a1220 pythonrun.c: use MAXPATHLEN instead of PATH_MAX by Victor Stinner · 11 years ago
  100. 340f712 (Merge 3.3) Fix compilation of the _sqlite module if threads are disabled by Victor Stinner · 11 years ago