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