1. 8d2a6fd Fix typo in 97a75fccd7c8 by Éric Araujo · 14 years ago
  2. 5dd034b Minor doc addition for clarity by Éric Araujo · 14 years ago
  3. ec464cf Add missing reST target to one heading in the tutorial by Éric Araujo · 14 years ago
  4. 8fde950 Improve glossary entry for ABCs. by Éric Araujo · 14 years ago
  5. beb9170 Merge #12417 followup, also removing an extra docstring by Éric Araujo · 14 years ago
  6. 345fff3 Remove mentions of previous license in profile module (#12417 followup) by Éric Araujo · 14 years ago
  7. 5e3a19d merge from 3.2 - Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/bytearry/unicodeobject. by Senthil Kumaran · 14 years ago
  8. 8171cf5 #12642: fix args names in open() doc. by Ezio Melotti · 14 years ago
  9. 7d7702b merge from 3.2 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header. by Senthil Kumaran · 14 years ago
  10. d8b1723 Issue #12590: IDLE editor window now always displays the first line by Ned Deily · 14 years ago
  11. d88131a Issue #8746: Use tempfile module to get tempdir and randomize the by Ned Deily · 14 years ago
  12. 528c4ad Issue #12102: Document that buffered files must be flushed before being used by Ross Lagerwall · 14 years ago
  13. 3de8c73 Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. by Charles-François Natali · 14 years ago
  14. 4cfae02 Issue #1813: Fix codec lookup and setting/getting locales under Turkish locales. by Antoine Pitrou · 14 years ago
  15. a620fac Fix typo in dbf1e1a27427 that was causing some buildbots to fail. by Nadeem Vawda · 14 years ago
  16. 0d2889f Fix typo in NEWS entry for dbf1e1a27427. by Nadeem Vawda · 14 years ago
  17. b42c53e Issue #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 14 years ago
  18. 578617a merge from 3.2 - Fix closes issue12581 - Increase the urllib.parse test coverage (cases applicable to 2.7). Patch by Petter Haggholm. by Senthil Kumaran · 14 years ago
  19. f364ce2 Fix function name: open -> urlopen. by Georg Brandl · 14 years ago
  20. 9553ea8 merge heads by Benjamin Peterson · 14 years ago
  21. 5eed306 allow None identifiers by Benjamin Peterson · 14 years ago
  22. 97781b0 Issue #12592: Make Python build on OpenBSD 5 (and future major releases). by Charles-François Natali · 14 years ago
  23. 6c18ff0 news note by Benjamin Peterson · 14 years ago
  24. 7782024 verify the types of AST strings and identifiers (closes #12609 and #12610) by Benjamin Peterson · 14 years ago
  25. 59c6951 hardcode the old svn __version__ by Benjamin Peterson · 14 years ago
  26. eaf312a Issue #12434: make StringIO.write error message consistent with Python 2.7 nomenclature by Eli Bendersky · 14 years ago
  27. 4929eb9 Issue #12372: POSIX semaphores are broken on AIX: don't use them. by Charles-François Natali · 14 years ago
  28. b952413 Fix markup. by Ezio Melotti · 14 years ago
  29. 56b2665 #12601: fix typo. by Ezio Melotti · 14 years ago
  30. cd57ef1 merge from 3.2 - Fix closes issue12524 - update http.client POST example with a working example. - Patch contributed by Bharadwaj by Senthil Kumaran · 14 years ago
  31. a4c383b Upstream merge. by Barry Warsaw · 14 years ago
  32. 495ee8f Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, by Antoine Pitrou · 14 years ago
  33. c564328 - Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper by Barry Warsaw · 14 years ago
  34. 39540a0 Improve docstring for divmod() by Raymond Hettinger · 14 years ago
  35. aff394b A number of small fixups for the sorting howto guide. by Raymond Hettinger · 14 years ago
  36. 9522595 #7484: no more <> around addresses in VRFY or EXPN by R David Murray · 14 years ago
  37. 60bf489 merge from 3.2 - Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob by Senthil Kumaran · 14 years ago
  38. 711cb58 Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows. by Antoine Pitrou · 14 years ago
  39. c8ebbbc Better English. by R David Murray · 14 years ago
  40. 3a04b4b Add missing "a". by Georg Brandl · 14 years ago
  41. 9737648 Backport 2eb8789e30e7. by Alex Gaynor · 14 years ago
  42. 1c0ebc0 fix whitespace in rst. by Senthil Kumaran · 14 years ago
  43. a2dd57a merge from 3.2 - Fix closes Issue12478 - HTTPErrorProcess 's methods are http_response and https_response. by Senthil Kumaran · 14 years ago
  44. 612b2b3 merge from 3.2 - Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi by Senthil Kumaran · 14 years ago
  45. 4c9721a merge from 3.2 - Issue10403 - datetime module documentation changes based on review. by Senthil Kumaran · 14 years ago
  46. a09f13a merge from 3.2. by Senthil Kumaran · 14 years ago
  47. 877f2e4 Issue #12574: correct capitalization of the Queue module. Patch by Rafe Kettler by Eli Bendersky · 14 years ago
  48. 304f0f9 Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 14 years ago
  49. c3349cd port 8d05f697acd4 (#11627) by Benjamin Peterson · 14 years ago
  50. 2659140 Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. by Charles-François Natali · 14 years ago
  51. b30ac94 Issue #12250: test_socketserver uses a timeout of 60 seconds instead of 20 by Victor Stinner · 14 years ago
  52. cec795d It is really a suffix :-) by Raymond Hettinger · 14 years ago
  53. 2e7ea50 carefully cleanup pointer cache after creating struct pointers by Benjamin Peterson · 14 years ago
  54. 0ab67ee Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 14 years ago
  55. bf547fd Close #4376: ctypes now supports nested structures in a endian different than by Victor Stinner · 14 years ago
  56. fbe84d9 Clarify that PyErr_NewException creates an exception *class*, not instance. by Georg Brandl · 14 years ago
  57. 83c14fe this can be done without a custom dict (also fixes #12544) by Benjamin Peterson · 14 years ago
  58. 1616645 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 14 years ago
  59. 0504532 Mention logging.captureWarnings in the warnings module doc. by Antoine Pitrou · 14 years ago
  60. 7370590 Move sys.subversion at the right place in alphabetical order, by Antoine Pitrou · 14 years ago
  61. ea901ad Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 14 years ago
  62. 4a4a0fe Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 14 years ago
  63. 2960308 Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and by Antoine Pitrou · 14 years ago
  64. a4d58d2 Avoid failing in test_urllibnet.test_bad_address when some overzealous by Antoine Pitrou · 14 years ago
  65. 8703be9 Issue #12423: Fix os.abort() documentation by Victor Stinner · 14 years ago
  66. ba8b3a2 Close #12501: Adjust callable() warning: callable() is only not supported in by Victor Stinner · 14 years ago
  67. 885b164 Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack of by Ned Deily · 14 years ago
  68. 09f6ab0 Issue #8716: Back out temporary changeset 18ce15f841cf by Ned Deily · 14 years ago
  69. 8c653e0 Issue #8716: Add temporary code for 2.7 to help diagnose buildbot failure. by Ned Deily · 14 years ago
  70. b78fed9 Issue #12493: skip test_communicate_eintr() if signal.SIGALRM is missing by Victor Stinner · 14 years ago
  71. e790131 Issue #12493: subprocess: communicate() handles EINTR by Victor Stinner · 14 years ago
  72. 4c41f84 test_io: make quiet the DeprecationWarning('classic int division') by Victor Stinner · 14 years ago
  73. 42dcc67 test_array: make quiet the DeprecationWarning by Victor Stinner · 14 years ago
  74. 59729ff Issue #9611, #9015: FileIO.read(), FileIO.readinto(), FileIO.write() and by Victor Stinner · 14 years ago
  75. 4833c98 start out this branch always with filename NULL by Benjamin Peterson · 14 years ago
  76. 6f18b98 Fix closes issue10403 - Let's not use members anymore. by Senthil Kumaran · 14 years ago
  77. 49d495f Issue #12429: Skip interrupted write tests on FreeBSD <= 7 by Victor Stinner · 14 years ago
  78. eee1048 Issue #8716: Fix errors in the non-OS X path of the 27 backport. by Ned Deily · 14 years ago
  79. 46268c4 Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run by Ned Deily · 14 years ago
  80. 9a7a4cc Issue #10734: Temporarily disable test_ttk test_heading_callback on 2.7 as well. by Ned Deily · 14 years ago
  81. 9b6c605 plug refleak by Benjamin Peterson · 14 years ago
  82. 65c1535 Issue #12467: warnings: fix a race condition if a warning is emitted at by Victor Stinner · 14 years ago
  83. 13502b1 Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passing an incorrect arg. by Senthil Kumaran · 14 years ago
  84. e04d256 reST indentation fix in sqlite3 docs. rst uses 3 space indentation. by Senthil Kumaran · 14 years ago
  85. 7c20ad3 Issue #12352: In test_free_from_gc(), restore the GC thresholds even if the GC by Charles-François Natali · 14 years ago
  86. 414d0fa Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by by Charles-François Natali · 14 years ago
  87. ff48c0a Really fix issue #10898: posixmodule.c redefines FSTAT by Antoine Pitrou · 14 years ago
  88. 041d2e1 Issue #11870: Skip test_threading.test_2_join_in_forked_process() on platforms by Victor Stinner · 14 years ago
  89. bf7a266 Fixup repr for dict_proxy objects. by Raymond Hettinger · 14 years ago
  90. 470a410 Merge 2.7 by Ned Deily · 14 years ago
  91. a48f4f4 merge 2.6 by Benjamin Peterson · 14 years ago
  92. 5ac56d2 fix ws by Benjamin Peterson · 14 years ago
  93. 87e82bb Issue #9516: Update Misc/NEWS. by Ned Deily · 14 years ago
  94. 041645a Issue #9516: Change distutils to no longer globally attempt to check and by Ned Deily · 14 years ago
  95. 053c6ad Issue #9516: Correct and expand OS X deployment target tests in distutils by Ned Deily · 14 years ago
  96. 1ce5d18 Minimal changes to make byext.py script work with Python 3 syntax. by Guido van Rossum · 14 years ago
  97. 63144c6 Issue #12141: Install a copy of template C module file so that by Ned Deily · 14 years ago
  98. 43e1054 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 14 years ago
  99. 64e5995 Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 by Ned Deily · 14 years ago
  100. c98198d fix ws by Benjamin Peterson · 14 years ago