1. ed29bb4 Issue #4071: ntpath.abspath returned an empty string for long unicode path. by Hirokazu Yamamoto · 17 years ago
  2. 3d6f8ff Issue #1656675: Register a drop handler for .py* files on Windows. by Martin v. Löwis · 17 years ago
  3. 14da8e8 Fix syntax. by Georg Brandl · 17 years ago
  4. ddd8263 Stop including fake manifest file in DLLs directory. by Martin v. Löwis · 17 years ago
  5. fcdc80b Fix grammar error; reword two paragraphs by Andrew M. Kuchling · 17 years ago
  6. a8bb550 #4247: add "pass" examples to tutorial. by Georg Brandl · 17 years ago
  7. 692c2f8 Issue #4120: Exclude manifest from extension modules in VS2008. by Martin v. Löwis · 17 years ago
  8. 01ba86a #4245: move Thread section to the top. by Georg Brandl · 17 years ago
  9. b9bfea7 #4267: small fixes in sqlite3 docs. by Georg Brandl · 17 years ago
  10. 8986706 #4268: Use correct module for two toplevel functions. by Georg Brandl · 17 years ago
  11. ad1cb66 #4167: fix markup glitches. by Georg Brandl · 17 years ago
  12. bb86d83 Issue #4204: Fixed module build errors on FreeBSD 4. by Martin v. Löwis · 17 years ago
  13. 81e92e5 move a FileIO test to test_fileio by Benjamin Peterson · 17 years ago
  14. accb38c clarify by splitting into multiple paragraphs by Benjamin Peterson · 17 years ago
  15. b9828f6 Issue #3774: Fixed an error when create a Tkinter menu item without command by Hirokazu Yamamoto · 17 years ago
  16. 6624a9f #4048 make the parser module accept relative imports as valid by Benjamin Peterson · 17 years ago
  17. 8928a7e rephrase has_key doc by Benjamin Peterson · 17 years ago
  18. dcee09d make sure the parser flags and passed onto the compiler by Benjamin Peterson · 17 years ago
  19. 44a90c9 move unprefixed error into .c file by Benjamin Peterson · 17 years ago
  20. d79af0f finish backporting binary literals and new octal literals docs by Benjamin Peterson · 17 years ago
  21. b5f8208 backport bin() documentation by Benjamin Peterson · 17 years ago
  22. ab5f879 Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient initialization of PyFileIOObject struct members. by Christian Heimes · 17 years ago
  23. 69a9c5b Issue #4176: Pickle would crash the interpreter when a __reduce__ function by Amaury Forgeot d'Arc · 17 years ago
  24. 1fac5a4 Fixed a modulefinder crash on certain relative imports. by Thomas Heller · 17 years ago
  25. 9f616f4 Correct error message in io.open(): by Amaury Forgeot d'Arc · 17 years ago
  26. b06b4c3 mention the version gettempdir() was added by Benjamin Peterson · 17 years ago
  27. 581eb1e Fix one of the tests: it relied on being present in an "output test" in by Armin Rigo · 17 years ago
  28. 260f5ba add forgotten test for r67030 by Benjamin Peterson · 17 years ago
  29. bdca942 fix __future__ imports when multiple features are given by Benjamin Peterson · 17 years ago
  30. adc93b9 don't use a catch-all by Benjamin Peterson · 17 years ago
  31. 7fb00ad Typo fix. by Georg Brandl · 17 years ago
  32. 399b1fe give a py3k warning when 'nonlocal' is used as a variable name by Benjamin Peterson · 17 years ago
  33. c756dcd only nonempty __slots__ don't work by Benjamin Peterson · 17 years ago
  34. 611e48c Use the correct names of the stateless codec functions (Fixes issue 4178). by Walter Dörwald · 17 years ago
  35. 592c275 Issue #4183: Some tests didn't run with pickle.HIGHEST_PROTOCOL. by Hirokazu Yamamoto · 17 years ago
  36. c18574c fix #4150: pdb's up command didn't work for generators in post-mortem by Benjamin Peterson · 17 years ago
  37. cd29e9d and another typo... by Benjamin Peterson · 17 years ago
  38. 92be539 fix a few typos by Benjamin Peterson · 17 years ago
  39. e4dc175 add NEWs note for last change by Benjamin Peterson · 17 years ago
  40. 4d9b0cd return ArgInfo from inspect.getargvalues #4092 by Benjamin Peterson · 17 years ago
  41. fbc0b0c #4157 move two test functions out of platform.py. by Amaury Forgeot d'Arc · 17 years ago
  42. 77c2f93 make sure to call iteritems() by Benjamin Peterson · 17 years ago
  43. 015c84b - install versioned manpage by Matthias Klose · 17 years ago
  44. 297ddcd Fixed #4062, added import for _ast.__version__ to ast to match the documented behavior. by Armin Ronacher · 17 years ago
  45. f3d0ce1 mention -n by Benjamin Peterson · 17 years ago
  46. aff36f1 fix compiler warning by Benjamin Peterson · 17 years ago
  47. 35e01fb Fixed #4067 by implementing _attributes and _fields for the AST root node. by Armin Ronacher · 17 years ago
  48. 92b70bc Fix duplicate word. by Georg Brandl · 17 years ago
  49. c2f1440 clarify CALL_FUNCTION #4141 by Benjamin Peterson · 17 years ago
  50. 0f3e769 Issue #4091: Install pythonxy.dll in system32 again. by Martin v. Löwis · 17 years ago
  51. 336680e fix more possible ref leaks in _json and use Py_CLEAR by Benjamin Peterson · 17 years ago
  52. 865cd64 #4083: add "as" to except handler grammar as per PEP 3110. by Georg Brandl · 17 years ago
  53. 19cc944 part of #4012: kill off old name "processing". by Georg Brandl · 17 years ago
  54. 87e6ad2 fix possible ref leak by Benjamin Peterson · 17 years ago
  55. 0a6b28a #4131: FF3 doesn't write cookies.txt files. by Georg Brandl · 17 years ago
  56. 595e3cb check for error conditions in _json #3623 by Benjamin Peterson · 17 years ago
  57. eaede31 Add more TOC to the whatsnew index page. by Georg Brandl · 17 years ago
  58. e529165 Fix wording (2.6.1 backport candidate) by Andrew M. Kuchling · 17 years ago
  59. b76444b use new showwarnings signature for idle #3391 by Benjamin Peterson · 17 years ago
  60. 5c4e006 document that deque indexing is O(n) #4123 by Benjamin Peterson · 17 years ago
  61. 6137640 removed unused _PyUnicode_FromFileSystemEncodedObject. by Hirokazu Yamamoto · 17 years ago
  62. 6ae94ee Merged revisions 66805,66841,66860,66884-66886,66893,66907,66910 via svnmerge from by Benjamin Peterson · 17 years ago
  63. 1fb8451 add a much requested newline by Benjamin Peterson · 17 years ago
  64. 9dc0a63 support the optional line argument for idle by Benjamin Peterson · 17 years ago
  65. 501447d don't recurse into directories that start with '.' by Benjamin Peterson · 17 years ago
  66. c01e321 easter egg by Skip Montanaro · 17 years ago
  67. 32e7aa6 remove set compat cruft by Benjamin Peterson · 17 years ago
  68. 07d539d #4122: On Windows, Py_UNICODE_ISSPACE cannot be used in an extension module: by Amaury Forgeot d'Arc · 17 years ago
  69. 0ecbcca document how to disable fixers by Benjamin Peterson · 17 years ago
  70. eba774b Issue #4018: Disable "for me" installations on Vista. by Martin v. Löwis · 17 years ago
  71. 76f71a5 give poplib a real test suite by Benjamin Peterson · 17 years ago
  72. 9d1e2cd PyGILState_Acquire -> PyGILState_Ensure by Benjamin Peterson · 17 years ago
  73. 83ca0a6 talk about how you can unzip with zip by Benjamin Peterson · 17 years ago
  74. cae5848 fix a small typo by Benjamin Peterson · 17 years ago
  75. 1178e02 Typo: "ThreadError" is the name in the C source. by Armin Rigo · 17 years ago
  76. 922d1fd - Makefile.pre.in(PROFILE_TASK): search files in srcdir by Matthias Klose · 17 years ago
  77. f660a53 update paragraph about __future__ for 2.6 by Benjamin Peterson · 17 years ago
  78. 6c75a30 r66862 contained memory leak. by Hirokazu Yamamoto · 17 years ago
  79. 10a018c On windows, os.chdir given unicode was not working if GetCurrentDirectoryW by Hirokazu Yamamoto · 17 years ago
  80. fc72de7 quiet sphinx warnings by Benjamin Peterson · 17 years ago
  81. 151f42f Make all whatsnew docs accessible. by Georg Brandl · 17 years ago
  82. f3776a1 #3935: properly support list subclasses in the C impl. of bisect. by Georg Brandl · 17 years ago
  83. 06a1386 #4058: fix some whatsnew markup. by Georg Brandl · 17 years ago
  84. 26497d9 #4059: patch up some sqlite docs. by Georg Brandl · 17 years ago
  85. 0e21a79 Note how bytes alias is expected to be used by Andrew M. Kuchling · 17 years ago
  86. d78b9dc #4069: aSet.remove(otherSet) would always report the empty frozenset([]) as the missing key. by Amaury Forgeot d'Arc · 17 years ago
  87. 39defbe more intensive test on dbm. by Hirokazu Yamamoto · 17 years ago
  88. 7d9d7a2 save/restore stdout/stderr instead of relying on __*__ versions by Skip Montanaro · 17 years ago
  89. a46ed91 Pay attention to -R entries in LDFLAGS. by Skip Montanaro · 17 years ago
  90. 0d8372b Simplify individual tests by defining setUp and tearDown methods. by Skip Montanaro · 17 years ago
  91. 60b15d2 Add the 'patchcheck' build target to .PHONY. by Brett Cannon · 17 years ago
  92. 96a9f23 Issue #4014: Don't claim that Python has an Alpha release status, in addition by Martin v. Löwis · 17 years ago
  93. ddbce9e Per Greg Ward, optparse is no longer being externally maintained. by Andrew M. Kuchling · 17 years ago
  94. 18c4e87 More strict test. Consider the case sys.executable itself is symlink. by Hirokazu Yamamoto · 17 years ago
  95. 6e5e501 Added the test for issue3762. by Hirokazu Yamamoto · 17 years ago
  96. dcf3b1c #1415508 from Rocky Bernstein: add docstrings for enable_interspersed_args(), disable_interspersed_args() by Andrew M. Kuchling · 17 years ago
  97. f9db596 fix typo by Benjamin Peterson · 17 years ago
  98. a412717 Punctuation fix; expand dict.update docstring to be clearer by Andrew M. Kuchling · 17 years ago
  99. 4d16415 Merged revisions 66707,66775,66782 via svnmerge from by Benjamin Peterson · 17 years ago
  100. 34211e9 #4041: don't refer to removed and outdated modules. by Georg Brandl · 17 years ago