1. b5651ed Automated merge with ssh://hg.python.org/cpython by Senthil Kumaran · 11 years ago
  2. b4055f2 merge from 3.3 by Senthil Kumaran · 11 years ago
  3. f8ce51a Improve the docstring of random.shuffle. Inform users not to provide int arg. by Senthil Kumaran · 11 years ago
  4. fa7d3b1 Issue #18988: The "Tab" key now works when a word is already autocompleted. by Serhiy Storchaka · 11 years ago
  5. dd4754e Issue #18988: The "Tab" key now works when a word is already autocompleted. by Serhiy Storchaka · 11 years ago
  6. f276232 Issue #18962: Optimize the single iterator case for heapq.merge() by Raymond Hettinger · 11 years ago
  7. aa1004d merge from 3.3 by Senthil Kumaran · 11 years ago
  8. b918395 Clarify mmap.close method behavior. Addresses issue #18815 by Senthil Kumaran · 11 years ago
  9. 8a7687a merge from 3.3 by Senthil Kumaran · 11 years ago
  10. b505a6a Document Fraction's numerator and denominator properties. Addresses issue #18800 by Senthil Kumaran · 11 years ago
  11. 72460fa Get "stopped" back into repr(Thread) when appropriate. by Tim Peters · 11 years ago
  12. b5e9ac9 Another stab at the thread cleanup patch. by Tim Peters · 11 years ago
  13. 7875523 Backed out changeset 1f5a7853680c by Tim Peters · 11 years ago
  14. 7a6054b Minor cleanup of the new scheme for detecting thread termination. by Tim Peters · 11 years ago
  15. 8568f66 Merge. by Larry Hastings · 11 years ago
  16. 60560b1 Post-3.4.0a2-release fixups. by Larry Hastings · 11 years ago
  17. 23543eb Merge docstring typo fix from 3.3 by Mark Dickinson · 11 years ago
  18. 51ef074 Docstring typo fix: Arithmentic -> Arithmetic. by Mark Dickinson · 11 years ago
  19. 42d9ea1 merge by Raymond Hettinger · 11 years ago
  20. fb92f39 Issue 18752: Make chain.from_iterable() more visible in the documentation. by Raymond Hettinger · 11 years ago
  21. 223b9c3 merge by Raymond Hettinger · 11 years ago
  22. ee09458 merge by Raymond Hettinger · 11 years ago
  23. 1e21ebc Issue 18301: The classmethod decorator didn't fit well with the rough-equivalent example code. by Raymond Hettinger · 11 years ago
  24. 455bfde Close #18980: Enum doc fixes. Patch from Elazar Gershuni. by Ethan Furman · 11 years ago
  25. 8df58f7 Issue 18752: Make chain.from_iterable() more visible in the documentation. by Raymond Hettinger · 11 years ago
  26. c363a23 Issue 18984: Remove ._stopped Event from Thread internals. by Tim Peters · 11 years ago
  27. 050b62d Fix a typo. (closes #18953) by Serhiy Storchaka · 11 years ago
  28. c700180 Fix a typo. (closes #18953) by Serhiy Storchaka · 11 years ago
  29. d86709c Fixed tests with Tcl/Tk <8.5 (closes #18964). by Serhiy Storchaka · 11 years ago
  30. dfa689b Fixed tests with Tcl/Tk <8.5 (closes #18964). by Serhiy Storchaka · 11 years ago
  31. 4f7a36f Issue #18904: test_os and test_socket use unittest.skipIf() to check if fcntl by Victor Stinner · 11 years ago
  32. 5da7e79 Issue #18808 again: fix the after-fork logic for not-yet-started or already-stopped threads. by Antoine Pitrou · 11 years ago
  33. 6f6f486 Merge. by Charles-François Natali · 11 years ago
  34. 807ba85 Issue #18963: skip test_selectors.test_above_fd_setsize on older OS X versions. by Charles-François Natali · 11 years ago
  35. 833bf1f Issue #18935: Fix test_regrtest.test_timeout when built --without-threads (the by Charles-François Natali · 11 years ago
  36. a3c18d0 Issue #18904: test_socket: add inheritance tests using fcntl and FD_CLOEXEC by Victor Stinner · 11 years ago
  37. 7ba6b0f Issue #18904: Improve os.get/set_inheritable() tests by Victor Stinner · 11 years ago
  38. 8898350 Close #18957: The PYTHONFAULTHANDLER environment variable now only enables the by Victor Stinner · 11 years ago
  39. 9437d7a Issue #18963: Fix test_selectors.test_above_fd_setsize on OS X, where the by Charles-François Natali · 11 years ago
  40. 45e2551 Issue #18934: Use poll/select-based selectors for multiprocessing.Connection, by Charles-François Natali · 11 years ago
  41. 742d871 Put the defines in the logical section and fix indentation. by Raymond Hettinger · 11 years ago
  42. f367962 merge from 3.3 by Senthil Kumaran · 11 years ago
  43. 4fec47e Fix the dead link of IEEE_854-1987 standard with the Wikipedia entry. by Senthil Kumaran · 11 years ago
  44. 583cd03 Minor code beautification. by Raymond Hettinger · 11 years ago
  45. 4ea9080 Improve code clarity by removing two unattractive macros. by Raymond Hettinger · 11 years ago
  46. 8f8839e Remove the freelist scheme for setobjects. by Raymond Hettinger · 11 years ago
  47. ff6382b Merge #18952 fix from 3.3 by Nick Coghlan · 11 years ago
  48. 68d7f78 Issue 18808: blind attempt to repair some buildbot failures. by Tim Peters · 11 years ago
  49. 0494c2a Close #18952: correctly download test support data by Nick Coghlan · 11 years ago
  50. b1424a2 merge from 3.3 by Senthil Kumaran · 11 years ago
  51. 21101f7 Correct Profile class usage example. Addresses issue #18033. by Senthil Kumaran · 11 years ago
  52. 04fd9dd Small rearrangement to bring together the three functions for probing the hash table. by Raymond Hettinger · 11 years ago
  53. ae7b00e Move the overview comment to the top of the file. by Raymond Hettinger · 11 years ago
  54. 7b47699 Issue #18808: Thread.join() now waits for the underlying thread state to be destroyed before returning. by Antoine Pitrou · 11 years ago
  55. eda7c64 Fix the merge conflict by Senthil Kumaran · 11 years ago
  56. 2f2ae39 merge from 3.3 by Senthil Kumaran · 11 years ago
  57. 8ef519b Fix License URL display and add test to check for license url presence. by Senthil Kumaran · 11 years ago
  58. 59b74ec merge from 3.3 by Senthil Kumaran · 11 years ago
  59. 1b90227 Removing the mention of os.isatty mention as Unix only by Senthil Kumaran · 11 years ago
  60. b988ee0 Fix conversion from Py_ssize_t to int. by Richard Oudkerk · 11 years ago
  61. 84eadd8 #18895: merge with 3.3. by Ezio Melotti · 11 years ago
  62. e64a91a #18895: split a sentence in unittest docs. by Ezio Melotti · 11 years ago
  63. 0cd9442 #18894: merge with 3.3. by Ezio Melotti · 11 years ago
  64. e220236 #18894: remove mention of deprecated fail* methods. by Ezio Melotti · 11 years ago
  65. d16efc1 Added tag v3.4.0a2 for changeset 9265a2168e2c by Larry Hastings · 11 years ago
  66. 3a2d18b Version number bump for Python 3.4.0a2. by Larry Hastings · 11 years ago
  67. f1ffa3f Update pydoc topic index for Python 3.4.0a2. by Larry Hastings · 11 years ago
  68. b034eee Close #18954: Fix some typo in fileutils.c comments by Victor Stinner · 11 years ago
  69. 9143b0e Added Elazar to Misc/ACKS. by Ethan Furman · 11 years ago
  70. ed0bf8a Close #18908: Keep Enum docs in their own section. Patch by Elazar Gershuni. by Ethan Furman · 11 years ago
  71. f70f4a6 Issue #18458: Prevent crashes with newer versions of libedit. Its readline by Ned Deily · 11 years ago
  72. f4ecfae Merge 3.3 into default. by Tim Peters · 11 years ago
  73. 23d7d4e Issue 18944: fix a 1-character typo in test_set.py. by Tim Peters · 11 years ago
  74. 66ff01f Remove old-school inheritance by Antoine Pitrou · 11 years ago
  75. 6703bb4 Issue #18934: Relax test_multiprocessing.test_invalid_handles a bit: we just by Charles-François Natali · 11 years ago
  76. b0478b3 Issue #18623: Factor out the _SuppressCoreFiles context manager into test.support. by Antoine Pitrou · 11 years ago
  77. 4a04301 #18852: Handle readline.__doc__ being None in site.py readline activation. by R David Murray · 11 years ago
  78. f203f2d Close #18924: Block naive attempts to change an Enum member. by Ethan Furman · 11 years ago
  79. 96d848a Update whatsnew/3.4 wrt. --version going to stdout. #18338, #18920, #18922 by Eli Bendersky · 11 years ago
  80. cdac551 Issue #18920: argparse's default version action (for -v, --version) should by Eli Bendersky · 11 years ago
  81. 309836c Issue #18849: Fixed a Windows-specific tempfile bug where collision with an by Eli Bendersky · 11 years ago
  82. f315df3 Issue #18849: Fixed a Windows-specific tempfile bug where collision with an by Eli Bendersky · 11 years ago
  83. f7b436c Closes #18941: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  84. 43c6ef1 Issue #18941: Respected delay when doing rollover. by Vinay Sajip · 11 years ago
  85. a92a356 Closes #18940: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  86. d859926 Issue #18940: Handled low-volume logging when delay is True. by Vinay Sajip · 11 years ago
  87. e2549df Closes #18939: Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  88. a704582 Issue #18939: Updated venv documentation with some clarifications. by Vinay Sajip · 11 years ago
  89. 981b693 Issue #15663: Tcl/Tk 8.5.14 is now included with the OS X 10.6+ by Ned Deily · 11 years ago
  90. d819b93 Issue #1584: Provide options to override default search paths for Tcl and Tk by Ned Deily · 11 years ago
  91. d80f7be merge from 3.3 by Senthil Kumaran · 11 years ago
  92. 324ae385 Improve urlencode docstring. Patch by Brian Brazil. by Senthil Kumaran · 11 years ago
  93. b237295 Nerge 3.3 into default. by Tim Peters · 11 years ago
  94. eaa3bcc Issue #18942: sys._debugmallocstats() output was damaged on Windows. by Tim Peters · 11 years ago
  95. db2c681 Closes #18933: Merged update from 3.3. by Vinay Sajip · 11 years ago
  96. 31b862d Issue #18933: Added links to source code. by Vinay Sajip · 11 years ago
  97. e241ac9 Issue #18934: multiprocessing: use selectors module. by Charles-François Natali · 11 years ago
  98. a83a022 Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in by Serhiy Storchaka · 11 years ago
  99. 134f0de Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in by Serhiy Storchaka · 11 years ago
  100. c56894d Issue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts write by Serhiy Storchaka · 11 years ago