1. 2147857 Increase macurl2path test coverage by Senthil Kumaran · 11 years ago
  2. 5d79180 Issue #19352: Fix unittest discovery when a module can be reached through several paths (e.g. under Debian/Ubuntu with virtualenv). by Antoine Pitrou · 11 years ago
  3. 1793485 Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 11 years ago
  4. bc38548 #8964: fix platform._sys_version to handle IronPython 2.6+. by Ezio Melotti · 11 years ago
  5. 2585e1e Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by by Serhiy Storchaka · 11 years ago
  6. f105672 Issue #19279: UTF-7 decoder no more produces illegal unicode strings. by Serhiy Storchaka · 11 years ago
  7. 7137803 Issue #19276: Fixed the wave module on 64-bit big-endian platforms. by Serhiy Storchaka · 11 years ago
  8. 2235648 Issue 19276: Fix tests for wave files on big-endian platforms. by Serhiy Storchaka · 11 years ago
  9. a5cd255 Close #19267: Fix support of multibyte encoding (ex: UTF-16) in the logging by Victor Stinner · 11 years ago
  10. e1a8a40 Issue #18919: Fixed resource leaks in audio tests. by Serhiy Storchaka · 11 years ago
  11. c72105c Issue #18919: Catch and check warnings in the aifc module tests. by Serhiy Storchaka · 11 years ago
  12. 62e9580 Closes #19258: close WSGI server after handling request in demo code. by Georg Brandl · 11 years ago
  13. e206e49 Closes #16657: fix docstring of traceback.format_tb(). by Georg Brandl · 11 years ago
  14. 0fa0173 Issue #18919: Added tests for the sunau module. Unified and extended tests by Serhiy Storchaka · 11 years ago
  15. 36f6e2c Issue #18739: Fix inconsistent results from math.log(n) and math.log(long(n)) by Mark Dickinson · 11 years ago
  16. 499d821 Issue #18919: If the close() method of a writer in the sunau or wave module by Serhiy Storchaka · 11 years ago
  17. 986b5ee Issue #19131: The aifc module now correctly reads and writes sampwidth of by Serhiy Storchaka · 11 years ago
  18. b563d4b LOL - 2.7 requires very different code. Annoying ;-) by Tim Peters · 11 years ago
  19. 641d621 Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. by Tim Peters · 11 years ago
  20. 6f2ec18 Issue #18037: Do not escape '\u' and '\U' in raw strings. by Serhiy Storchaka · 11 years ago
  21. 8dc1692 Issue 14927: Minor clean-up of function parameters in random(). by Raymond Hettinger · 11 years ago
  22. 256735c #19166: use an unused var in a test. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  23. 0189a46 Issue #18037: 2to3 now escapes '\u' and '\U' in native strings. by Serhiy Storchaka · 11 years ago
  24. fdda200 Issue #19137: The pprint module now correctly formats empty set and frozenset by Serhiy Storchaka · 11 years ago
  25. 3760d97 2.6 merge by Barry Warsaw · 11 years ago
  26. aa91450 Typo caught by : Arfrever Frehtes Taifersar Arahesis. by Barry Warsaw · 11 years ago
  27. be1950d Bump to 2.6.9rc1 by Barry Warsaw · 11 years ago
  28. 290df2c Regenerate pydoc_topics.py by Barry Warsaw · 11 years ago
  29. d5849f5 - Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to by Barry Warsaw · 11 years ago
  30. 42faa55 - Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to by Barry Warsaw · 11 years ago
  31. 9238528 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. by Antoine Pitrou · 11 years ago
  32. c545a5e - Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to by Barry Warsaw · 11 years ago
  33. a719eed Code improvement. Review comment by Eric V. Smith by Senthil Kumaran · 11 years ago
  34. 6c1bb7b - Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more by Barry Warsaw · 11 years ago
  35. c549607 Issue #19112: avoid using function defined in method. by Richard Oudkerk · 11 years ago
  36. 61f901c remove duplicate method (closes #19127) by Benjamin Peterson · 11 years ago
  37. 0e234e6 condense two tests with the same name (closes #19114) by Benjamin Peterson · 11 years ago
  38. f20cf94 move helper function into its test method (closes #19112) by Benjamin Peterson · 11 years ago
  39. 0879b16 Issue #4366: Fix building extensions on all platforms when --enable-shared is used. by Antoine Pitrou · 11 years ago
  40. a094f04 fix duplicate test names (closes #19115) by Benjamin Peterson · 11 years ago
  41. cfa5574 Issue #18950: Fix miscellaneous bugs in the sunau module. by Serhiy Storchaka · 11 years ago
  42. d6fddf3 - Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by by Barry Warsaw · 11 years ago
  43. 4e95d60 - Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to by Barry Warsaw · 11 years ago
  44. 254a377 This check can still fail on RHEL6 by Nick Coghlan · 11 years ago
  45. 60bf0e4 Issue #18050: Fixed an incompatibility of the re module with Python 2.7.3 by Serhiy Storchaka · 11 years ago
  46. f1c1cd9 Merge #14984: only import pwd on POSIX. by R David Murray · 11 years ago
  47. 9e27eda #14984: only import pwd on POSIX. by R David Murray · 11 years ago
  48. c64566e #19037: adjust file times *before* moving maildir files into place. by R David Murray · 11 years ago
  49. ba58e1d Merge: Add versionchanged for #14984, remove extra blank from string. by R David Murray · 11 years ago
  50. 137b572 Add versionchanged for #14984, remove extra blank from string. by R David Murray · 11 years ago
  51. e4818f6 Remove the use of non-existing re.ASCII. by Serhiy Storchaka · 11 years ago
  52. e787bce Issue #18873: IDLE, 2to3, and the findnocoding.py script now detect Python by Serhiy Storchaka · 11 years ago
  53. 74213e4 Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  54. 4189b67 #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  55. e207e38 Close #18945: Add tests for tempfile name collision handling. by Eli Bendersky · 11 years ago
  56. 503baf9 #16042: CVE-2013-1752: Limit amount of data read by limiting the call to readline(). by Andrew Kuchling · 11 years ago
  57. 39659f2 Issue #19018: The heapq.merge() function no longer suppresses IndexError by Raymond Hettinger · 11 years ago
  58. bf7e865 #18981: fix a typo in a comment (noticed by Anoop Thomas Mathew). by Ezio Melotti · 11 years ago
  59. d4fac04 Fix SimpleHTTPServer's request handling case on trailing '/'. by Senthil Kumaran · 11 years ago
  60. b06f536 Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, by Serhiy Storchaka · 11 years ago
  61. 5d253ef Automated merge with file:///Users/skumaran/python/cpython by Senthil Kumaran · 11 years ago
  62. 37851d0 Improve the docstring of random.shuffle. Inform users not to provide int arg. by Senthil Kumaran · 11 years ago
  63. e03c74a Issue #18988: The "Tab" key now works when a word is already autocompleted. by Serhiy Storchaka · 11 years ago
  64. 8fdd9de Docstring typo fix: Arithmentic -> Arithmetic. by Mark Dickinson · 11 years ago
  65. 9402533 Fixed tests with Tcl/Tk <8.5 (closes #18964). by Serhiy Storchaka · 11 years ago
  66. 023c3e7 Fix the dead link of IEEE_854-1987 standard with the Wikipedia entry. by Senthil Kumaran · 11 years ago
  67. 050e9e5 Closes issue 14971. by Michael Foord · 11 years ago
  68. 8c7e925 Close #18849: Fixed a Windows-specific tempfile bug where collision with an by Eli Bendersky · 11 years ago
  69. fb03696 Issue #18941: Respected delay when doing rollover. by Vinay Sajip · 11 years ago
  70. 6d7e296 Issue #18940: Handled low-volume logging when delay is True. by Vinay Sajip · 11 years ago
  71. 6db9e88 Issue #18830: inspect.getclasstree() no more produces duplicated entries even by Serhiy Storchaka · 11 years ago
  72. 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
  73. bde2985 Python 2.6's ssl module has neither OPENSSL_VERSION_INFO nor _OPENSSL_API_VERSION by Christian Heimes · 11 years ago
  74. 71b2ded Silence deprecation warning in test_mmap for ValueError.message. by Terry Jan Reedy · 11 years ago
  75. 0c534a4 Silence deprecation warning in test_unittest for 'None > 1'. by Terry Jan Reedy · 11 years ago
  76. 4c42735 Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine. by Terry Jan Reedy · 11 years ago
  77. 33fc744 Issue #18851: Avoid a double close of subprocess pipes when the child process fails starting. by Antoine Pitrou · 11 years ago
  78. 30a5445 Issue #18418: After fork(), reinit all threads states, not only active ones. by Charles-François Natali · 11 years ago
  79. 5aac8b7 Issue #18643: Fix some test_socket failures due to large default socket buffer by Charles-François Natali · 11 years ago
  80. 290c6b3 #18833: add a test for test_telnetlib. Patch by Alex Volkov. by Ezio Melotti · 11 years ago
  81. b004200 Merge. by Charles-François Natali · 11 years ago
  82. 4c53314 Issue #18763: subprocess: The file descriptors are now closed after calling the by Charles-François Natali · 11 years ago
  83. 879a213 Issue #18817: Fix a resource warning in Lib/aifc.py demo. by Serhiy Storchaka · 11 years ago
  84. a0c8373 Fix test by Christian Heimes · 11 years ago
  85. 8f65ef8 Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger by Christian Heimes · 11 years ago
  86. f869a94 Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger by Christian Heimes · 11 years ago
  87. e758715 Issue #18756: make test_urandom_failure more robust by executing its code in a subprocess by Antoine Pitrou · 11 years ago
  88. 6c61a5a #18798: fix typo in test_fcntl. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  89. 82f8828 - Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes by Barry Warsaw · 11 years ago
  90. b445558 Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6. by Serhiy Storchaka · 11 years ago
  91. 2ac1c1a Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj by Serhiy Storchaka · 11 years ago
  92. 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
  93. 4203570 Issue #17119: Fixed integer overflows when processing large Unicode strings by Serhiy Storchaka · 11 years ago
  94. f880e5d Fix UnboundLocalError regression due to previous incorrect fix for issue 16248. by Barry Warsaw · 11 years ago
  95. c360389 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 11 years ago
  96. 83737c6 Issue #2537: Remove breaked check which prevented valid regular expressions. by Serhiy Storchaka · 11 years ago
  97. 0364134 Issue #18647: A regular expression in the doctest module rewritten so that by Serhiy Storchaka · 11 years ago
  98. 34ecb11 Issue #18647: Correctly bound calculated min/max width of a subexpression. by Serhiy Storchaka · 11 years ago
  99. 41fca3e Issue #18489: idlelib.SearchEngine - add docstrings by Terry Jan Reedy · 11 years ago
  100. a81e969 Issue #18592: whitespace by Terry Jan Reedy · 11 years ago