1. 0b5463f Fix typo by Senthil Kumaran · 11 years ago
  2. 4a65242 Issue #18978: Add tests to capture expected behavior for class-level method overrides. by Jason R. Coombs · 11 years ago
  3. aae6a1d Issue #18978: A more elegant technique for resolving the method by Jason R. Coombs · 11 years ago
  4. 7dc4f4b Issue #18978: Allow Request.method to be defined at the class level. by Jason R. Coombs · 11 years ago
  5. 4f7a36f Issue #18904: test_os and test_socket use unittest.skipIf() to check if fcntl by Victor Stinner · 11 years ago
  6. 5da7e79 Issue #18808 again: fix the after-fork logic for not-yet-started or already-stopped threads. by Antoine Pitrou · 11 years ago
  7. 6f6f486 Merge. by Charles-François Natali · 11 years ago
  8. 807ba85 Issue #18963: skip test_selectors.test_above_fd_setsize on older OS X versions. by Charles-François Natali · 11 years ago
  9. 833bf1f Issue #18935: Fix test_regrtest.test_timeout when built --without-threads (the by Charles-François Natali · 11 years ago
  10. a3c18d0 Issue #18904: test_socket: add inheritance tests using fcntl and FD_CLOEXEC by Victor Stinner · 11 years ago
  11. 7ba6b0f Issue #18904: Improve os.get/set_inheritable() tests by Victor Stinner · 11 years ago
  12. 8898350 Close #18957: The PYTHONFAULTHANDLER environment variable now only enables the by Victor Stinner · 11 years ago
  13. 9437d7a Issue #18963: Fix test_selectors.test_above_fd_setsize on OS X, where the by Charles-François Natali · 11 years ago
  14. 45e2551 Issue #18934: Use poll/select-based selectors for multiprocessing.Connection, by Charles-François Natali · 11 years ago
  15. 742d871 Put the defines in the logical section and fix indentation. by Raymond Hettinger · 11 years ago
  16. f367962 merge from 3.3 by Senthil Kumaran · 11 years ago
  17. 4fec47e Fix the dead link of IEEE_854-1987 standard with the Wikipedia entry. by Senthil Kumaran · 11 years ago
  18. 583cd03 Minor code beautification. by Raymond Hettinger · 11 years ago
  19. 4ea9080 Improve code clarity by removing two unattractive macros. by Raymond Hettinger · 11 years ago
  20. 8f8839e Remove the freelist scheme for setobjects. by Raymond Hettinger · 11 years ago
  21. ff6382b Merge #18952 fix from 3.3 by Nick Coghlan · 11 years ago
  22. 68d7f78 Issue 18808: blind attempt to repair some buildbot failures. by Tim Peters · 11 years ago
  23. 0494c2a Close #18952: correctly download test support data by Nick Coghlan · 11 years ago
  24. b1424a2 merge from 3.3 by Senthil Kumaran · 11 years ago
  25. 21101f7 Correct Profile class usage example. Addresses issue #18033. by Senthil Kumaran · 11 years ago
  26. 04fd9dd Small rearrangement to bring together the three functions for probing the hash table. by Raymond Hettinger · 11 years ago
  27. ae7b00e Move the overview comment to the top of the file. by Raymond Hettinger · 11 years ago
  28. 7b47699 Issue #18808: Thread.join() now waits for the underlying thread state to be destroyed before returning. by Antoine Pitrou · 11 years ago
  29. eda7c64 Fix the merge conflict by Senthil Kumaran · 11 years ago
  30. 2f2ae39 merge from 3.3 by Senthil Kumaran · 11 years ago
  31. 8ef519b Fix License URL display and add test to check for license url presence. by Senthil Kumaran · 11 years ago
  32. 59b74ec merge from 3.3 by Senthil Kumaran · 11 years ago
  33. 1b90227 Removing the mention of os.isatty mention as Unix only by Senthil Kumaran · 11 years ago
  34. b988ee0 Fix conversion from Py_ssize_t to int. by Richard Oudkerk · 11 years ago
  35. 84eadd8 #18895: merge with 3.3. by Ezio Melotti · 11 years ago
  36. e64a91a #18895: split a sentence in unittest docs. by Ezio Melotti · 11 years ago
  37. 0cd9442 #18894: merge with 3.3. by Ezio Melotti · 11 years ago
  38. e220236 #18894: remove mention of deprecated fail* methods. by Ezio Melotti · 11 years ago
  39. b034eee Close #18954: Fix some typo in fileutils.c comments by Victor Stinner · 11 years ago
  40. 9143b0e Added Elazar to Misc/ACKS. by Ethan Furman · 11 years ago
  41. ed0bf8a Close #18908: Keep Enum docs in their own section. Patch by Elazar Gershuni. by Ethan Furman · 11 years ago
  42. f70f4a6 Issue #18458: Prevent crashes with newer versions of libedit. Its readline by Ned Deily · 11 years ago
  43. f4ecfae Merge 3.3 into default. by Tim Peters · 11 years ago
  44. 23d7d4e Issue 18944: fix a 1-character typo in test_set.py. by Tim Peters · 11 years ago
  45. 66ff01f Remove old-school inheritance by Antoine Pitrou · 11 years ago
  46. 6703bb4 Issue #18934: Relax test_multiprocessing.test_invalid_handles a bit: we just by Charles-François Natali · 11 years ago
  47. b0478b3 Issue #18623: Factor out the _SuppressCoreFiles context manager into test.support. by Antoine Pitrou · 11 years ago
  48. 4a04301 #18852: Handle readline.__doc__ being None in site.py readline activation. by R David Murray · 11 years ago
  49. f203f2d Close #18924: Block naive attempts to change an Enum member. by Ethan Furman · 11 years ago
  50. 96d848a Update whatsnew/3.4 wrt. --version going to stdout. #18338, #18920, #18922 by Eli Bendersky · 11 years ago
  51. cdac551 Issue #18920: argparse's default version action (for -v, --version) should by Eli Bendersky · 11 years ago
  52. 309836c Issue #18849: Fixed a Windows-specific tempfile bug where collision with an by Eli Bendersky · 11 years ago
  53. f315df3 Issue #18849: Fixed a Windows-specific tempfile bug where collision with an by Eli Bendersky · 11 years ago
  54. f7b436c Closes #18941: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  55. 43c6ef1 Issue #18941: Respected delay when doing rollover. by Vinay Sajip · 11 years ago
  56. a92a356 Closes #18940: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  57. d859926 Issue #18940: Handled low-volume logging when delay is True. by Vinay Sajip · 11 years ago
  58. e2549df Closes #18939: Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  59. a704582 Issue #18939: Updated venv documentation with some clarifications. by Vinay Sajip · 11 years ago
  60. 981b693 Issue #15663: Tcl/Tk 8.5.14 is now included with the OS X 10.6+ by Ned Deily · 11 years ago
  61. d819b93 Issue #1584: Provide options to override default search paths for Tcl and Tk by Ned Deily · 11 years ago
  62. d80f7be merge from 3.3 by Senthil Kumaran · 11 years ago
  63. 324ae385 Improve urlencode docstring. Patch by Brian Brazil. by Senthil Kumaran · 11 years ago
  64. b237295 Nerge 3.3 into default. by Tim Peters · 11 years ago
  65. eaa3bcc Issue #18942: sys._debugmallocstats() output was damaged on Windows. by Tim Peters · 11 years ago
  66. db2c681 Closes #18933: Merged update from 3.3. by Vinay Sajip · 11 years ago
  67. 31b862d Issue #18933: Added links to source code. by Vinay Sajip · 11 years ago
  68. e241ac9 Issue #18934: multiprocessing: use selectors module. by Charles-François Natali · 11 years ago
  69. a83a022 Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in by Serhiy Storchaka · 11 years ago
  70. 134f0de Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in by Serhiy Storchaka · 11 years ago
  71. c56894d Issue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts write by Serhiy Storchaka · 11 years ago
  72. 34464d4 Null merge by Serhiy Storchaka · 11 years ago
  73. 3d46b0b Merge heads by Serhiy Storchaka · 11 years ago
  74. ef31a00 Merge heads by Serhiy Storchaka · 11 years ago
  75. 1e0d82c Issue #18830: inspect.getclasstree() no more produces duplicated entries even by Serhiy Storchaka · 11 years ago
  76. 362c1b5 Issue #18830: inspect.getclasstree() no more produces duplicated entries even by Serhiy Storchaka · 11 years ago
  77. e1d5e54 merge by Christian Heimes · 11 years ago
  78. 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
  79. 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
  80. 34d2013 Issue #18878: sunau.open now supports the context manager protocol. Based on by Serhiy Storchaka · 11 years ago
  81. 555e57d (Merge 3.3) Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, by Victor Stinner · 11 years ago
  82. e1040e2 Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast by Victor Stinner · 11 years ago
  83. 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
  84. 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
  85. 73821c4 Issue #16853: Mention the new selectors module in the select module by Victor Stinner · 11 years ago
  86. 35262a4 oops, revert test commit by Victor Stinner · 11 years ago
  87. 4aea4a0 Issue #16853: Mention the new selectors module in What's New in Python 3.4 by Victor Stinner · 11 years ago
  88. 66a42b4 test by Victor Stinner · 11 years ago
  89. 243d8d8 Issue #16853: Add new selectors module. by Charles-François Natali · 11 years ago
  90. af722bf Issues #18901, #18919: Fix a typo in the _sunau_params name. by Serhiy Storchaka · 11 years ago
  91. b1dd557 Add docstring for threading.main_thread(). by Andrew Svetlov · 11 years ago
  92. 58b5c5a Issue #18882: Add threading.main_thread() function. by Andrew Svetlov · 11 years ago
  93. 3c56145 Issue #16826: Revert fix while Windows issues are being worked out. by Meador Inge · 11 years ago
  94. c9e1dcd Issue #16826: Revert fix while Windows issues are being worked out. by Meador Inge · 11 years ago
  95. 2b0a98f Merge heads. by Meador Inge · 11 years ago
  96. 9ab358a Issue #16826: Don't check for PYTHONCASEOK when using -E. by Meador Inge · 11 years ago
  97. e06a896 Issue #18901: The sunau getparams method now returns a namedtuple rather than by Serhiy Storchaka · 11 years ago
  98. d151da9 Issue #16826: Don't check for PYTHONCASEOK when using -E. by Meador Inge · 11 years ago
  99. 4c6a020 Issue #17487: The result of the wave getparams method now is pickleable again. by Serhiy Storchaka · 11 years ago
  100. c6171e4 Merge 3.3 into default. by Tim Peters · 11 years ago