1. 37851d0 Improve the docstring of random.shuffle. Inform users not to provide int arg. by Senthil Kumaran · 11 years ago
  2. b65685f Clarify mmap.close method behavior. Addresses issue #18815 by Senthil Kumaran · 11 years ago
  3. 8fdd9de Docstring typo fix: Arithmentic -> Arithmetic. by Mark Dickinson · 11 years ago
  4. 7d12ca5 Fix a typo. (closes #18953) by Serhiy Storchaka · 11 years ago
  5. 9402533 Fixed tests with Tcl/Tk <8.5 (closes #18964). by Serhiy Storchaka · 11 years ago
  6. 023c3e7 Fix the dead link of IEEE_854-1987 standard with the Wikipedia entry. by Senthil Kumaran · 11 years ago
  7. 050e9e5 Closes issue 14971. by Michael Foord · 11 years ago
  8. cb7e5fa Correct Profile class usage example. Addresses issue #18033 . by Senthil Kumaran · 11 years ago
  9. 2646e67 os.isatty is not Unix only. Correct the wrong documentation. by Senthil Kumaran · 11 years ago
  10. ad54307 #18895: split a sentence in unittest docs. by Ezio Melotti · 11 years ago
  11. 2676583 #18894: remove mention of deprecated fail* methods. by Ezio Melotti · 11 years ago
  12. 8c7e925 Close #18849: Fixed a Windows-specific tempfile bug where collision with an by Eli Bendersky · 11 years ago
  13. fb03696 Issue #18941: Respected delay when doing rollover. by Vinay Sajip · 11 years ago
  14. 6d7e296 Issue #18940: Handled low-volume logging when delay is True. by Vinay Sajip · 11 years ago
  15. 6971f2e Issue #18933: Added links to source code. by Vinay Sajip · 11 years ago
  16. cf29ba8 Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in by Serhiy Storchaka · 11 years ago
  17. 2984f2b Merge heads by Serhiy Storchaka · 11 years ago
  18. 6db9e88 Issue #18830: inspect.getclasstree() no more produces duplicated entries even by Serhiy Storchaka · 11 years ago
  19. 5eb6e3b 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
  20. ed9884b 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
  21. 930c3c9 Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast by Victor Stinner · 11 years ago
  22. 213fec4 Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened. by Antoine Pitrou · 11 years ago
  23. ab70a7d Null merge of 2.6 into 2.7. by Tim Peters · 11 years ago
  24. e6802db Close #18912: Fix indentation in docstring by Eli Bendersky · 11 years ago
  25. bde2985 Python 2.6's ssl module has neither OPENSSL_VERSION_INFO nor _OPENSSL_API_VERSION by Christian Heimes · 11 years ago
  26. b44c861 document that various functions that parse from source will interpret things as latin-1 (closes #18870) by Benjamin Peterson · 11 years ago
  27. 71b2ded Silence deprecation warning in test_mmap for ValueError.message. by Terry Jan Reedy · 11 years ago
  28. 0c534a4 Silence deprecation warning in test_unittest for 'None > 1'. by Terry Jan Reedy · 11 years ago
  29. 4c42735 Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine. by Terry Jan Reedy · 11 years ago
  30. 33fc744 Issue #18851: Avoid a double close of subprocess pipes when the child process fails starting. by Antoine Pitrou · 11 years ago
  31. 30a5445 Issue #18418: After fork(), reinit all threads states, not only active ones. by Charles-François Natali · 11 years ago
  32. b2fa280 Merge. by Charles-François Natali · 11 years ago
  33. 5aac8b7 Issue #18643: Fix some test_socket failures due to large default socket buffer by Charles-François Natali · 11 years ago
  34. 6d5bd52 Issue #18743: Improved cross-references to the StringIO class. by Serhiy Storchaka · 11 years ago
  35. 7653e26 Issue #18760: Improved cross-references in the xml package. by Serhiy Storchaka · 11 years ago
  36. 08350fb #18839: document that sys.exit() will not accept a non-integer numeric value as exit status. by Ezio Melotti · 11 years ago
  37. 6d0f0f2 #18803: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  38. 290c6b3 #18833: add a test for test_telnetlib. Patch by Alex Volkov. by Ezio Melotti · 11 years ago
  39. a8ceef4 Null merge of 2.6 into 2.7. by Tim Peters · 11 years ago
  40. b004200 Merge. by Charles-François Natali · 11 years ago
  41. 4c53314 Issue #18763: subprocess: The file descriptors are now closed after calling the by Charles-François Natali · 11 years ago
  42. 879a213 Issue #18817: Fix a resource warning in Lib/aifc.py demo. by Serhiy Storchaka · 11 years ago
  43. 42831fe Issue #11973: Fix a problem in kevent. The flags and fflags fields are now by Christian Heimes · 11 years ago
  44. a0c8373 Fix test by Christian Heimes · 11 years ago
  45. 8ee5ffd Issue #18747: Fix spelling errors in my commit message and comments, by Christian Heimes · 11 years ago
  46. 8f65ef8 Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger by Christian Heimes · 11 years ago
  47. f869a94 Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger by Christian Heimes · 11 years ago
  48. 59a06f5 Various clarifications based on feedback & questions over the years. by Tim Peters · 11 years ago
  49. e758715 Issue #18756: make test_urandom_failure more robust by executing its code in a subprocess by Antoine Pitrou · 11 years ago
  50. c8f26f5 Issue #18757: Improved cross-references in the concurrent package. by Serhiy Storchaka · 11 years ago
  51. 6c61a5a #18798: fix typo in test_fcntl. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  52. 537f156 null merge with 2.6 by Barry Warsaw · 11 years ago
  53. 82f8828 - Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes by Barry Warsaw · 11 years ago
  54. 78cc8da Add line explaining the "%sort" test. by Tim Peters · 11 years ago
  55. b445558 Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6. by Serhiy Storchaka · 11 years ago
  56. 2ac1c1a Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj by Serhiy Storchaka · 11 years ago
  57. ac64164 Issue #18747: Update Misc/NEWS to reflect the latest changeset. by Christian Heimes · 11 years ago
  58. 1d0f73d Issue #18747: Use a parent atfork handler instead of a child atfork handler. by Christian Heimes · 11 years ago
  59. 78254dc Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as possible, since "localhost" goes through a DNS lookup under recent Windows versions. by Antoine Pitrou · 11 years ago
  60. 4203570 Issue #17119: Fixed integer overflows when processing large Unicode strings by Serhiy Storchaka · 11 years ago
  61. b817faa Issue #15233: Python now guarantees that callables registered with the atexit by Charles-François Natali · 11 years ago
  62. 8df3df4 merge by Christian Heimes · 11 years ago
  63. 0d604cf Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. by Christian Heimes · 11 years ago
  64. 1c73d50 Null merge. by Barry Warsaw · 11 years ago
  65. f880e5d Fix UnboundLocalError regression due to previous incorrect fix for issue 16248. by Barry Warsaw · 11 years ago
  66. c360389 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 11 years ago
  67. a9885e9 Issue #13461: Fix a crash in the TextIOWrapper.tell method and in the "replace" by Serhiy Storchaka · 11 years ago
  68. 83737c6 Issue #2537: Remove breaked check which prevented valid regular expressions. by Serhiy Storchaka · 11 years ago
  69. 0364134 Issue #18647: A regular expression in the doctest module rewritten so that by Serhiy Storchaka · 11 years ago
  70. 34ecb11 Issue #18647: Correctly bound calculated min/max width of a subexpression. by Serhiy Storchaka · 11 years ago
  71. 1010781 Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of by Christian Heimes · 11 years ago
  72. f65d454 Issue #18761: Improved cross-references in email documentation. by Serhiy Storchaka · 11 years ago
  73. 41fca3e Issue #18489: idlelib.SearchEngine - add docstrings by Terry Jan Reedy · 11 years ago
  74. a81e969 Issue #18592: whitespace by Terry Jan Reedy · 11 years ago
  75. 9946a28 Issue #18592: Add docstrings to file being tested (idlelib.SearchDialogBase.py). by Terry Jan Reedy · 11 years ago
  76. ec8c219 add missing # by Christian Heimes · 11 years ago
  77. b4ec842 Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok. by Christian Heimes · 11 years ago
  78. f1bd47a Issue #18768: coding style nitpick. Thanks to Vajrasky Kok by Christian Heimes · 11 years ago
  79. 419e23c #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  80. 5dd99eb #18741: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  81. b37327b merge 2.7 by Christian Heimes · 11 years ago
  82. 6e0be01 Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke malloc weak symbols. by Christian Heimes · 11 years ago
  83. f5469cf #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  84. 10b5130 Issue #18759: Improved cross-references in logging documentation. by Vinay Sajip · 11 years ago
  85. 88b174c Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes by Christian Heimes · 11 years ago
  86. 326ec04 test_execvpe_with_bad_arglist shouldn't be in URandomTests by Antoine Pitrou · 11 years ago
  87. f48a67b Issue #18756: Improve error reporting in os.urandom() when the failure is due to something else than /dev/urandom not existing. by Antoine Pitrou · 11 years ago
  88. 7cad370 #18707: point to Doc/README.txt in the README file. Patch by Madison May. by Ezio Melotti · 11 years ago
  89. 79a16a8 Issue #16190: fix random module recommendation to use ssl.RAND_bytes(). by Antoine Pitrou · 11 years ago
  90. 1703df6 Issue #18732: Remove unused* parameter output_sep from IdleHistory.History by Terry Jan Reedy · 11 years ago
  91. 74b3290 Issue #18226: Fix ImportError and subsequent TypeError in 2.7 backport. by Terry Jan Reedy · 11 years ago
  92. 8ce36dd Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. by Terry Jan Reedy · 11 years ago
  93. a80d3a0 Issue #18718: datetime documentation contradictory on leap second support by David Wolever · 11 years ago
  94. 0e413bd Issue 18719: Remove a false optimization by Raymond Hettinger · 11 years ago
  95. b638a38 Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_' by Terry Jan Reedy · 11 years ago
  96. 4221b7c Add NEWS entry for 0f17aed78168 (issue #16248) by Antoine Pitrou · 11 years ago
  97. d674927 #18687: remove obsolete comment. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  98. 6681398 Issue 18724: Fix typo noticed by Susan Tan. by Ned Deily · 11 years ago
  99. 1eeba83 Increasing test coverage of ftplib. Patch by Muhammad Jehanzeb by Senthil Kumaran · 11 years ago
  100. b4e186c Documenting that json.load may raise a ValueError. by Felix Crux · 11 years ago