1. 865cd64 #4083: add "as" to except handler grammar as per PEP 3110. by Georg Brandl · 16 years ago
  2. 19cc944 part of #4012: kill off old name "processing". by Georg Brandl · 16 years ago
  3. 87e6ad2 fix possible ref leak by Benjamin Peterson · 16 years ago
  4. 0a6b28a #4131: FF3 doesn't write cookies.txt files. by Georg Brandl · 16 years ago
  5. 595e3cb check for error conditions in _json #3623 by Benjamin Peterson · 16 years ago
  6. eaede31 Add more TOC to the whatsnew index page. by Georg Brandl · 16 years ago
  7. e529165 Fix wording (2.6.1 backport candidate) by Andrew M. Kuchling · 16 years ago
  8. b76444b use new showwarnings signature for idle #3391 by Benjamin Peterson · 16 years ago
  9. 5c4e006 document that deque indexing is O(n) #4123 by Benjamin Peterson · 16 years ago
  10. 6137640 removed unused _PyUnicode_FromFileSystemEncodedObject. by Hirokazu Yamamoto · 16 years ago
  11. 6ae94ee Merged revisions 66805,66841,66860,66884-66886,66893,66907,66910 via svnmerge from by Benjamin Peterson · 16 years ago
  12. 1fb8451 add a much requested newline by Benjamin Peterson · 16 years ago
  13. 9dc0a63 support the optional line argument for idle by Benjamin Peterson · 16 years ago
  14. 501447d don't recurse into directories that start with '.' by Benjamin Peterson · 16 years ago
  15. c01e321 easter egg by Skip Montanaro · 16 years ago
  16. 32e7aa6 remove set compat cruft by Benjamin Peterson · 16 years ago
  17. 07d539d #4122: On Windows, Py_UNICODE_ISSPACE cannot be used in an extension module: by Amaury Forgeot d'Arc · 16 years ago
  18. 0ecbcca document how to disable fixers by Benjamin Peterson · 16 years ago
  19. eba774b Issue #4018: Disable "for me" installations on Vista. by Martin v. Löwis · 16 years ago
  20. 76f71a5 give poplib a real test suite by Benjamin Peterson · 16 years ago
  21. 9d1e2cd PyGILState_Acquire -> PyGILState_Ensure by Benjamin Peterson · 16 years ago
  22. 83ca0a6 talk about how you can unzip with zip by Benjamin Peterson · 16 years ago
  23. cae5848 fix a small typo by Benjamin Peterson · 16 years ago
  24. 1178e02 Typo: "ThreadError" is the name in the C source. by Armin Rigo · 16 years ago
  25. 922d1fd - Makefile.pre.in(PROFILE_TASK): search files in srcdir by Matthias Klose · 16 years ago
  26. f660a53 update paragraph about __future__ for 2.6 by Benjamin Peterson · 16 years ago
  27. 6c75a30 r66862 contained memory leak. by Hirokazu Yamamoto · 16 years ago
  28. 10a018c On windows, os.chdir given unicode was not working if GetCurrentDirectoryW by Hirokazu Yamamoto · 16 years ago
  29. fc72de7 quiet sphinx warnings by Benjamin Peterson · 16 years ago
  30. 151f42f Make all whatsnew docs accessible. by Georg Brandl · 16 years ago
  31. f3776a1 #3935: properly support list subclasses in the C impl. of bisect. by Georg Brandl · 16 years ago
  32. 06a1386 #4058: fix some whatsnew markup. by Georg Brandl · 16 years ago
  33. 26497d9 #4059: patch up some sqlite docs. by Georg Brandl · 16 years ago
  34. 0e21a79 Note how bytes alias is expected to be used by Andrew M. Kuchling · 16 years ago
  35. d78b9dc #4069: aSet.remove(otherSet) would always report the empty frozenset([]) as the missing key. by Amaury Forgeot d'Arc · 16 years ago
  36. 39defbe more intensive test on dbm. by Hirokazu Yamamoto · 16 years ago
  37. 7d9d7a2 save/restore stdout/stderr instead of relying on __*__ versions by Skip Montanaro · 16 years ago
  38. a46ed91 Pay attention to -R entries in LDFLAGS. by Skip Montanaro · 16 years ago
  39. 0d8372b Simplify individual tests by defining setUp and tearDown methods. by Skip Montanaro · 16 years ago
  40. 60b15d2 Add the 'patchcheck' build target to .PHONY. by Brett Cannon · 16 years ago
  41. 96a9f23 Issue #4014: Don't claim that Python has an Alpha release status, in addition by Martin v. Löwis · 16 years ago
  42. ddbce9e Per Greg Ward, optparse is no longer being externally maintained. by Andrew M. Kuchling · 16 years ago
  43. 18c4e87 More strict test. Consider the case sys.executable itself is symlink. by Hirokazu Yamamoto · 16 years ago
  44. 6e5e501 Added the test for issue3762. by Hirokazu Yamamoto · 16 years ago
  45. dcf3b1c #1415508 from Rocky Bernstein: add docstrings for enable_interspersed_args(), disable_interspersed_args() by Andrew M. Kuchling · 16 years ago
  46. f9db596 fix typo by Benjamin Peterson · 16 years ago
  47. a412717 Punctuation fix; expand dict.update docstring to be clearer by Andrew M. Kuchling · 16 years ago
  48. 4d16415 Merged revisions 66707,66775,66782 via svnmerge from by Benjamin Peterson · 16 years ago
  49. 34211e9 #4041: don't refer to removed and outdated modules. by Georg Brandl · 16 years ago
  50. e6555dd silence Sphinx warning by Benjamin Peterson · 16 years ago
  51. ce1882b Add What's New for 2.7 by Andrew M. Kuchling · 16 years ago
  52. baa7fb5 Set svn:keywords by Andrew M. Kuchling · 16 years ago
  53. 462f96a two corrections by Andrew M. Kuchling · 16 years ago
  54. efeb43e Docstring change for *partition: use same tense as other docstrings. by Andrew M. Kuchling · 16 years ago
  55. d810cdf Docstring changes: Specify exceptions raised by Andrew M. Kuchling · 16 years ago
  56. b15d6fb Docstring change: Specify exception raised by Andrew M. Kuchling · 16 years ago
  57. bd7c4ca Use correct capitalization of NaN by Andrew M. Kuchling · 16 years ago
  58. 1ae415c Issue #1706863: Fixed "'NoneType' object has no attribute 'rfind'" error when sqlite libfile not found. by Hirokazu Yamamoto · 16 years ago
  59. 081bb45 Typo fix by Andrew M. Kuchling · 16 years ago
  60. d7b7dde Mention exception in docstring by Andrew M. Kuchling · 16 years ago
  61. b7df32e Fixed following error when DocXMLRPCServer failed. by Hirokazu Yamamoto · 16 years ago
  62. ea00ed3 Follows to python's version change (VC6) by Hirokazu Yamamoto · 16 years ago
  63. 658c45f Docstring typo. by Andrew M. Kuchling · 16 years ago
  64. c310476 update the mac installer script by Benjamin Peterson · 16 years ago
  65. c2dfd8c Update version number to 2.7. by Martin v. Löwis · 16 years ago
  66. 174440b Bump version to 2.7. Regenerate. by Martin v. Löwis · 16 years ago
  67. 044e327 Update the version to 2.7. Hopefully this fixes the test_distutils failure by Neal Norwitz · 16 years ago
  68. c95726e update pydoc topics by Benjamin Peterson · 16 years ago
  69. 62d4538 Add UUID for 2.7. by Martin v. Löwis · 16 years ago
  70. 32a66a0 Fixed a couple more C99 comments and one occurence of inline. by Christian Heimes · 16 years ago
  71. e489db8 Forward-port r66736. by Georg Brandl · 16 years ago
  72. 218c666 we're in 2.7 now by Benjamin Peterson · 16 years ago
  73. 25584b1 Fixed a comment to C89 style as of http://drj11.wordpress.com/2008/10/02/python-and-bragging-about-c89/ by Christian Heimes · 16 years ago
  74. f738f0b Use CRT 9 policy files. by Martin v. Löwis · 16 years ago
  75. 12582c9 Bump to 2.7a0 by Barry Warsaw · 16 years ago
  76. 9d69ccd Tagging for 2.6 final. by Barry Warsaw · 16 years ago
  77. 5927786 Today is the release date by Barry Warsaw · 16 years ago
  78. afa1436 Bumping to 2.6 final. by Barry Warsaw · 16 years ago
  79. d69c904 Bug #3989: Package the 2to3 script (as 2to3.py) in the Windows installer. by Martin v. Löwis · 16 years ago
  80. bf24401 fix for issue 3862: test_array fails FreeBSD 7 amd64 by Andrew MacIntyre · 16 years ago
  81. 0806749 Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when by Gregory P. Smith · 16 years ago
  82. f40200b Fix a refleak introduced by r66677. by Brett Cannon · 16 years ago
  83. cad8da8 Markup fixes. (optparse.rst probably needs an entire revision pass.) by Andrew M. Kuchling · 16 years ago
  84. db74c8a Markup fixes by Andrew M. Kuchling · 16 years ago
  85. 17ff29d Markup fix by Andrew M. Kuchling · 16 years ago
  86. 83b3910 Edits, and add markup by Andrew M. Kuchling · 16 years ago
  87. 0225248 Victor Stinner's patches to check the return result of PyLong_Ssize_t by Benjamin Peterson · 16 years ago
  88. 8d77d44 fix security issue 2: imageop's poor validation of arguments could result in segfaults by Benjamin Peterson · 16 years ago
  89. 37040cd issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan, Damien Miller by Jesse Noller · 16 years ago
  90. e563aa4 Issue #3965: Allow repeated calls to turtle.Screen, by making it a by Martin v. Löwis · 16 years ago
  91. e144873 Fix issue #3547 for MingW, update comments. by Thomas Heller · 16 years ago
  92. eb257ac fix for release blocker 3910, 2.6 regression in socket.ssl method by Bill Janssen · 16 years ago
  93. 9350234 Update nasm location. by Georg Brandl · 16 years ago
  94. b2d61bd The _lsprof module could crash the interpreter if it was given an external by Brett Cannon · 16 years ago
  95. 09c0178 bsddb4.7.3pre9 renamed to 4.7.3 by Jesus Cea · 16 years ago
  96. e14267b merge in the fix for test_ftplib on some bots [reviewed by Georg] by Benjamin Peterson · 16 years ago
  97. 7ff19fa Don't show version in title. by Georg Brandl · 16 years ago
  98. baf59e0 No downloads for RCs. by Georg Brandl · 16 years ago
  99. b51f81d note the 2to3 -d could be useful for other refactoring by Benjamin Peterson · 16 years ago
  100. 4fad6fa better grammar by Benjamin Peterson · 16 years ago