1. 8dc1692 Issue 14927: Minor clean-up of function parameters in random(). by Raymond Hettinger · 11 years ago
  2. 61e9ffa Issue #19171: speed some cases of 3-argument long pow(). by Tim Peters · 11 years ago
  3. 8f89928 #19074: mention PySide in the GUI FAQs. by Ezio Melotti · 11 years ago
  4. 3838614 #19069: use imperative mood in float object docstrings. Patch by Marco Buttu. by Ezio Melotti · 11 years ago
  5. eb05316 #19068: use imperative mood in complex object docstrings. Patch by Marco Buttu. by Ezio Melotti · 11 years ago
  6. 256735c #19166: use an unused var in a test. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  7. 29f0dc5 dict is also allowed (closes #19163) by Benjamin Peterson · 11 years ago
  8. 0189a46 Issue #18037: 2to3 now escapes '\u' and '\U' in native strings. by Serhiy Storchaka · 11 years ago
  9. ebca3a5 Issue #19147: Fix docstring for fcntl.flock to refer to correct man section. by Ned Deily · 11 years ago
  10. 6d7f7e8 Drop buildbottouch again; the master is using "make touch" now. by Martin v. Löwis · 11 years ago
  11. fdda200 Issue #19137: The pprint module now correctly formats empty set and frozenset by Serhiy Storchaka · 11 years ago
  12. 3760d97 2.6 merge by Barry Warsaw · 11 years ago
  13. aa91450 Typo caught by : Arfrever Frehtes Taifersar Arahesis. by Barry Warsaw · 11 years ago
  14. 34f7c4e Minor doc fix in urlparse.rst by Senthil Kumaran · 11 years ago
  15. 5e0fae9 null merge by Barry Warsaw · 11 years ago
  16. 6e279ee post release bump by Barry Warsaw · 11 years ago
  17. a11fafe 2.6.9rc1 tag by Barry Warsaw · 11 years ago
  18. c1d9b2d Added tag v2.6.9rc1 for changeset a0025037f11a by Barry Warsaw · 11 years ago
  19. 9bf51fe Bump copyright years. by Barry Warsaw · 11 years ago
  20. be1950d Bump to 2.6.9rc1 by Barry Warsaw · 11 years ago
  21. 290df2c Regenerate pydoc_topics.py by Barry Warsaw · 11 years ago
  22. d5849f5 - Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to by Barry Warsaw · 11 years ago
  23. 42faa55 - Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to by Barry Warsaw · 11 years ago
  24. c038c41 null merge by Barry Warsaw · 11 years ago
  25. e763a91 Fix typo in NEWS file. by Barry Warsaw · 11 years ago
  26. 9238528 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. by Antoine Pitrou · 11 years ago
  27. e85f4e3 merge heads by Barry Warsaw · 11 years ago
  28. c7708a5 null merge by Barry Warsaw · 11 years ago
  29. c545a5e - Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to by Barry Warsaw · 11 years ago
  30. 59db34e Add a "skull and crossbones" to Py_AddPendingCall. by Antoine Pitrou · 11 years ago
  31. 5ddb0a3 Add fake buildbottouch target. by Martin v. Löwis · 11 years ago
  32. a719eed Code improvement. Review comment by Eric V. Smith by Senthil Kumaran · 11 years ago
  33. ffa4987 null merge by Barry Warsaw · 11 years ago
  34. 7472b1d null merge by Barry Warsaw · 11 years ago
  35. 6c1bb7b - Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more by Barry Warsaw · 11 years ago
  36. 87c99a0 Properly initialize all fields of a SSL object after allocation. by Antoine Pitrou · 11 years ago
  37. c549607 Issue #19112: avoid using function defined in method. by Richard Oudkerk · 11 years ago
  38. 61f901c remove duplicate method (closes #19127) by Benjamin Peterson · 11 years ago
  39. 0e234e6 condense two tests with the same name (closes #19114) by Benjamin Peterson · 11 years ago
  40. f20cf94 move helper function into its test method (closes #19112) by Benjamin Peterson · 11 years ago
  41. 0879b16 Issue #4366: Fix building extensions on all platforms when --enable-shared is used. by Antoine Pitrou · 11 years ago
  42. a094f04 fix duplicate test names (closes #19115) by Benjamin Peterson · 11 years ago
  43. cfa5574 Issue #18950: Fix miscellaneous bugs in the sunau module. by Serhiy Storchaka · 11 years ago
  44. d9836eb null merge by Barry Warsaw · 11 years ago
  45. d6fddf3 - Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by by Barry Warsaw · 11 years ago
  46. 212f4b7 null merge by Barry Warsaw · 11 years ago
  47. 4e95d60 - Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to by Barry Warsaw · 11 years ago
  48. a63231a Closes #19043: remove detailed listing of versions from license files by Georg Brandl · 11 years ago
  49. 110953d Closes #19061: make shelve security warning consistent between 2.x and 3.x. by Georg Brandl · 11 years ago
  50. 254a377 This check can still fail on RHEL6 by Nick Coghlan · 11 years ago
  51. 60bf0e4 Issue #18050: Fixed an incompatibility of the re module with Python 2.7.3 by Serhiy Storchaka · 11 years ago
  52. f1c1cd9 Merge #14984: only import pwd on POSIX. by R David Murray · 11 years ago
  53. 9e27eda #14984: only import pwd on POSIX. by R David Murray · 11 years ago
  54. c64566e #19037: adjust file times *before* moving maildir files into place. by R David Murray · 11 years ago
  55. ba58e1d Merge: Add versionchanged for #14984, remove extra blank from string. by R David Murray · 11 years ago
  56. 137b572 Add versionchanged for #14984, remove extra blank from string. by R David Murray · 11 years ago
  57. e4818f6 Remove the use of non-existing re.ASCII. by Serhiy Storchaka · 11 years ago
  58. e787bce Issue #18873: IDLE, 2to3, and the findnocoding.py script now detect Python by Serhiy Storchaka · 11 years ago
  59. 74213e4 Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  60. 4189b67 #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  61. e207e38 Close #18945: Add tests for tempfile name collision handling. by Eli Bendersky · 11 years ago
  62. 35532c8 Null merge with 2.6 by Andrew Kuchling · 11 years ago
  63. 503baf9 #16042: CVE-2013-1752: Limit amount of data read by limiting the call to readline(). by Andrew Kuchling · 11 years ago
  64. 39659f2 Issue #19018: The heapq.merge() function no longer suppresses IndexError by Raymond Hettinger · 11 years ago
  65. bf7e865 #18981: fix a typo in a comment (noticed by Anoop Thomas Mathew). by Ezio Melotti · 11 years ago
  66. 802fa39 Fix markup in email.parser docs. by Ezio Melotti · 11 years ago
  67. 36c3368 #18951: use consistent names in unittest docs. by Ezio Melotti · 11 years ago
  68. d4fac04 Fix SimpleHTTPServer's request handling case on trailing '/'. by Senthil Kumaran · 11 years ago
  69. b06f536 Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, by Serhiy Storchaka · 11 years ago
  70. 5d253ef Automated merge with file:///Users/skumaran/python/cpython by Senthil Kumaran · 11 years ago
  71. 37851d0 Improve the docstring of random.shuffle. Inform users not to provide int arg. by Senthil Kumaran · 11 years ago
  72. e03c74a Issue #18988: The "Tab" key now works when a word is already autocompleted. by Serhiy Storchaka · 11 years ago
  73. b65685f Clarify mmap.close method behavior. Addresses issue #18815 by Senthil Kumaran · 11 years ago
  74. 8fdd9de Docstring typo fix: Arithmentic -> Arithmetic. by Mark Dickinson · 11 years ago
  75. 7d12ca5 Fix a typo. (closes #18953) by Serhiy Storchaka · 11 years ago
  76. 9402533 Fixed tests with Tcl/Tk <8.5 (closes #18964). by Serhiy Storchaka · 11 years ago
  77. 023c3e7 Fix the dead link of IEEE_854-1987 standard with the Wikipedia entry. by Senthil Kumaran · 11 years ago
  78. 050e9e5 Closes issue 14971. by Michael Foord · 11 years ago
  79. cb7e5fa Correct Profile class usage example. Addresses issue #18033 . by Senthil Kumaran · 11 years ago
  80. 2646e67 os.isatty is not Unix only. Correct the wrong documentation. by Senthil Kumaran · 11 years ago
  81. ad54307 #18895: split a sentence in unittest docs. by Ezio Melotti · 11 years ago
  82. 2676583 #18894: remove mention of deprecated fail* methods. by Ezio Melotti · 11 years ago
  83. 8c7e925 Close #18849: Fixed a Windows-specific tempfile bug where collision with an by Eli Bendersky · 11 years ago
  84. fb03696 Issue #18941: Respected delay when doing rollover. by Vinay Sajip · 11 years ago
  85. 6d7e296 Issue #18940: Handled low-volume logging when delay is True. by Vinay Sajip · 11 years ago
  86. 6971f2e Issue #18933: Added links to source code. by Vinay Sajip · 11 years ago
  87. cf29ba8 Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in by Serhiy Storchaka · 11 years ago
  88. 2984f2b Merge heads by Serhiy Storchaka · 11 years ago
  89. 6db9e88 Issue #18830: inspect.getclasstree() no more produces duplicated entries even by Serhiy Storchaka · 11 years ago
  90. 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
  91. 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
  92. 930c3c9 Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast by Victor Stinner · 11 years ago
  93. 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
  94. ab70a7d Null merge of 2.6 into 2.7. by Tim Peters · 11 years ago
  95. e6802db Close #18912: Fix indentation in docstring by Eli Bendersky · 11 years ago
  96. bde2985 Python 2.6's ssl module has neither OPENSSL_VERSION_INFO nor _OPENSSL_API_VERSION by Christian Heimes · 11 years ago
  97. b44c861 document that various functions that parse from source will interpret things as latin-1 (closes #18870) by Benjamin Peterson · 11 years ago
  98. 71b2ded Silence deprecation warning in test_mmap for ValueError.message. by Terry Jan Reedy · 11 years ago
  99. 0c534a4 Silence deprecation warning in test_unittest for 'None > 1'. by Terry Jan Reedy · 11 years ago
  100. 4c42735 Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine. by Terry Jan Reedy · 11 years ago