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