1. c3349cd port 8d05f697acd4 (#11627) by Benjamin Peterson · 14 years ago
  2. 2659140 Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. by Charles-François Natali · 14 years ago
  3. b30ac94 Issue #12250: test_socketserver uses a timeout of 60 seconds instead of 20 by Victor Stinner · 14 years ago
  4. cec795d It is really a suffix :-) by Raymond Hettinger · 14 years ago
  5. 2e7ea50 carefully cleanup pointer cache after creating struct pointers by Benjamin Peterson · 14 years ago
  6. 0ab67ee Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 14 years ago
  7. bf547fd Close #4376: ctypes now supports nested structures in a endian different than by Victor Stinner · 14 years ago
  8. fbe84d9 Clarify that PyErr_NewException creates an exception *class*, not instance. by Georg Brandl · 14 years ago
  9. 83c14fe this can be done without a custom dict (also fixes #12544) by Benjamin Peterson · 14 years ago
  10. 1616645 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 14 years ago
  11. 0504532 Mention logging.captureWarnings in the warnings module doc. by Antoine Pitrou · 14 years ago
  12. 7370590 Move sys.subversion at the right place in alphabetical order, by Antoine Pitrou · 14 years ago
  13. ea901ad Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 14 years ago
  14. 4a4a0fe Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 14 years ago
  15. 2960308 Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and by Antoine Pitrou · 14 years ago
  16. a4d58d2 Avoid failing in test_urllibnet.test_bad_address when some overzealous by Antoine Pitrou · 14 years ago
  17. 8703be9 Issue #12423: Fix os.abort() documentation by Victor Stinner · 14 years ago
  18. ba8b3a2 Close #12501: Adjust callable() warning: callable() is only not supported in by Victor Stinner · 14 years ago
  19. 885b164 Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack of by Ned Deily · 14 years ago
  20. 09f6ab0 Issue #8716: Back out temporary changeset 18ce15f841cf by Ned Deily · 14 years ago
  21. 8c653e0 Issue #8716: Add temporary code for 2.7 to help diagnose buildbot failure. by Ned Deily · 14 years ago
  22. b78fed9 Issue #12493: skip test_communicate_eintr() if signal.SIGALRM is missing by Victor Stinner · 14 years ago
  23. e790131 Issue #12493: subprocess: communicate() handles EINTR by Victor Stinner · 14 years ago
  24. 4c41f84 test_io: make quiet the DeprecationWarning('classic int division') by Victor Stinner · 14 years ago
  25. 42dcc67 test_array: make quiet the DeprecationWarning by Victor Stinner · 14 years ago
  26. 59729ff Issue #9611, #9015: FileIO.read(), FileIO.readinto(), FileIO.write() and by Victor Stinner · 14 years ago
  27. 4833c98 start out this branch always with filename NULL by Benjamin Peterson · 14 years ago
  28. 6f18b98 Fix closes issue10403 - Let's not use members anymore. by Senthil Kumaran · 14 years ago
  29. 49d495f Issue #12429: Skip interrupted write tests on FreeBSD <= 7 by Victor Stinner · 14 years ago
  30. eee1048 Issue #8716: Fix errors in the non-OS X path of the 27 backport. by Ned Deily · 14 years ago
  31. 46268c4 Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run by Ned Deily · 14 years ago
  32. 9a7a4cc Issue #10734: Temporarily disable test_ttk test_heading_callback on 2.7 as well. by Ned Deily · 14 years ago
  33. 9b6c605 plug refleak by Benjamin Peterson · 14 years ago
  34. 65c1535 Issue #12467: warnings: fix a race condition if a warning is emitted at by Victor Stinner · 14 years ago
  35. 13502b1 Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passing an incorrect arg. by Senthil Kumaran · 14 years ago
  36. e04d256 reST indentation fix in sqlite3 docs. rst uses 3 space indentation. by Senthil Kumaran · 14 years ago
  37. 7c20ad3 Issue #12352: In test_free_from_gc(), restore the GC thresholds even if the GC by Charles-François Natali · 14 years ago
  38. 414d0fa Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by by Charles-François Natali · 14 years ago
  39. ff48c0a Really fix issue #10898: posixmodule.c redefines FSTAT by Antoine Pitrou · 14 years ago
  40. 041d2e1 Issue #11870: Skip test_threading.test_2_join_in_forked_process() on platforms by Victor Stinner · 14 years ago
  41. bf7a266 Fixup repr for dict_proxy objects. by Raymond Hettinger · 14 years ago
  42. 470a410 Merge 2.7 by Ned Deily · 14 years ago
  43. a48f4f4 merge 2.6 by Benjamin Peterson · 14 years ago
  44. 5ac56d2 fix ws by Benjamin Peterson · 14 years ago
  45. 87e82bb Issue #9516: Update Misc/NEWS. by Ned Deily · 14 years ago
  46. 041645a Issue #9516: Change distutils to no longer globally attempt to check and by Ned Deily · 14 years ago
  47. 053c6ad Issue #9516: Correct and expand OS X deployment target tests in distutils by Ned Deily · 14 years ago
  48. 1ce5d18 Minimal changes to make byext.py script work with Python 3 syntax. by Guido van Rossum · 14 years ago
  49. 63144c6 Issue #12141: Install a copy of template C module file so that by Ned Deily · 14 years ago
  50. 43e1054 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 14 years ago
  51. 64e5995 Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 by Ned Deily · 14 years ago
  52. c98198d fix ws by Benjamin Peterson · 14 years ago
  53. 90ebedc add more ast tests (closes #11302) by Benjamin Peterson · 14 years ago
  54. cfb7731 strip trailing ws by Benjamin Peterson · 14 years ago
  55. 4a5d599 merge heads by Benjamin Peterson · 14 years ago
  56. 1105f34 update profile license (closes #12417) by Benjamin Peterson · 14 years ago
  57. 7e6b3aa update profile license (closes #12417) by Benjamin Peterson · 14 years ago
  58. 2bd9100 Fix closes issue 11568 - update select.epoll.register docstring with mention of correct behavior. by Senthil Kumaran · 14 years ago
  59. e4ef726 Fix closes issue1067702 The problem with close multiple ftp transfers were due cases where sockets/file were not closed immediately. Tightned those cases and failure is no longer observed. by Senthil Kumaran · 14 years ago
  60. 4601530 #11363: add missing functions from curses doc. Patch by Sandro Tosi. by Ezio Melotti · 14 years ago
  61. 14989cf #11363: clean up curses doc. by Ezio Melotti · 14 years ago
  62. 99c9c85 #11669: rephrase footnote in the Compound Statements page. by Ezio Melotti · 14 years ago
  63. 7bf5ba0 Fix Issue10020 - Doc update to sqlite3 module in 2.7 branch. by Senthil Kumaran · 14 years ago
  64. 196273e Use correct markup in zipimport.rst. Patch by Sara Magliacane. by Ezio Melotti · 14 years ago
  65. 19d09d5 #12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi. by Ezio Melotti · 14 years ago
  66. 2c316a3 Issue 11802: filecmp cache was growing without bound. by Raymond Hettinger · 14 years ago
  67. fd1cb596 Issue 12086: add example showing how to use name mangling. by Raymond Hettinger · 14 years ago
  68. 320b914 Issue 11889: Clarify docs for enumerate. by Raymond Hettinger · 14 years ago
  69. 67a3e83 Issue 10326: Fix regression to get test cases to pickle again. by Raymond Hettinger · 14 years ago
  70. 5b0c22c merge by Mark Dickinson · 14 years ago
  71. 653a53f Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi. by Mark Dickinson · 14 years ago
  72. cba8731 Code simplification suggested by Sven Marnach. by Raymond Hettinger · 14 years ago
  73. cb9bf1a Issue #12164: Document (in docstring) that str.translate accepts None for the first argument. by Mark Dickinson · 14 years ago
  74. ffa8e2f Issue 12404: Remove C89 incompatible code from mmap module. by Ross Lagerwall · 14 years ago
  75. 17e2b40 #9921: clarify os.path.join joining algorithm by R David Murray · 14 years ago
  76. 1d33651 #12389: fix missing space at sentence end. by R David Murray · 14 years ago
  77. ecb863b Revert d370d609d09b as requested by Terry Jan Reedy: by Victor Stinner · 14 years ago
  78. f64a0cf Issue #12285: multiprocessing.Pool() raises a ValueError if the number of by Victor Stinner · 14 years ago
  79. 3fdf9d4 merge heads by Senthil Kumaran · 14 years ago
  80. 832288c merge 3.2 - Fix closes Issue12359 - Removing a confusing sentence from the previous change. by Senthil Kumaran · 14 years ago
  81. c36c6cc Close #3067: locale.setlocale() accepts a Unicode locale. by Victor Stinner · 14 years ago
  82. 98fec3a Fix issue12359. Minor doc update on import module description. by Senthil Kumaran · 14 years ago
  83. 491eb6a #6771: fix docs: curses.wrapper is exposed as a function, not a module by R David Murray · 14 years ago
  84. f1138bb #11700: proxy object close methods can now be called multiple times by R David Murray · 14 years ago
  85. c74a6ba Issue #12133: AbstractHTTPHandler.do_open() of urllib.request closes the HTTP by Victor Stinner · 14 years ago
  86. 898d43c update link to pycrypto (closes #12351) by Benjamin Peterson · 14 years ago
  87. ad52cb2 Closes #12206: documentation update for LogRecord constructor and Formatter.formatTime. by Vinay Sajip · 14 years ago
  88. 0eb4ac4 allow "fake" filenames in findsource (closes #9284) by Benjamin Peterson · 14 years ago
  89. 6abd97e onto 2.7.3 by Benjamin Peterson · 14 years ago
  90. a573e0d merge 2.7.2 release branch by Benjamin Peterson · 14 years ago
  91. 04085d7 Added tag v2.7.2 for changeset 8527427914a2 by Benjamin Peterson · 14 years ago
  92. 377510d update pydoc-topics by Benjamin Peterson · 14 years ago
  93. 9843ba5 bump to 2.7.2 final by Benjamin Peterson · 14 years ago
  94. b30d5c7 merge heads by Benjamin Peterson · 14 years ago
  95. 8b8162d merge 2.7.2 release branch with fix for #12009 by Benjamin Peterson · 14 years ago
  96. 43ee1a5 fix regression in netrc comment handling (closes #12009) by Benjamin Peterson · 14 years ago
  97. 761473f Issue #12223: Typo fix in datamodel docs by Eli Bendersky · 14 years ago
  98. 873c583 #10694: zipfile now ignores garbage at the end of a zipfile. by R David Murray · 14 years ago
  99. 5446f08 Correction to f1509fc75435 - Issue #11583 by Brian Curtin · 14 years ago
  100. 5cf8660 Fix a few misuses of :option: I missed in r86521. by Éric Araujo · 14 years ago