1. b07bd10 Document PY_SSIZE_T_CLEAN for PyArg_ParseTuple. by Gregory P. Smith · 17 years ago
  2. 0b9999c #4399: fix typo. by Georg Brandl · 17 years ago
  3. 061d2e2 #4392: fix parameter name. by Georg Brandl · 17 years ago
  4. 75bfcba - Fix typo in last checkin by Matthias Klose · 17 years ago
  5. 225d60c - Modules/Setup.dist: Mention _functools in section "Modules that should by Matthias Klose · 17 years ago
  6. 21f25d3 raise a better error by Benjamin Peterson · 17 years ago
  7. dc61901 #3996: On Windows, PyOS_CheckStack is supposed to protect the interpreter from by Amaury Forgeot d'Arc · 17 years ago
  8. 98adb5c yuvconvert.c is a part of the "sv" module, an old IRIX thing by Amaury Forgeot d'Arc · 17 years ago
  9. f1dd4bc Fix error about "-*-" being mandatory in coding cookies. by Georg Brandl · 17 years ago
  10. 5ecd745 Fix typo. by Georg Brandl · 17 years ago
  11. b053f99 #4364: fix attribute name on ctypes object. by Georg Brandl · 17 years ago
  12. bfc5156 backport r67325: make FileIO.mode always contain 'b' by Benjamin Peterson · 17 years ago
  13. c078f92 don't segfault when \N escapes are used and unicodedata fails to load by Benjamin Peterson · 17 years ago
  14. d429417 #4363: Let uuid.uuid1() and uuid.uuid4() run even if the ctypes module is not present. by Amaury Forgeot d'Arc · 17 years ago
  15. 3226565 Fixed issue #4233. by Amaury Forgeot d'Arc · 17 years ago
  16. ad100c3 backport r67300 by Benjamin Peterson · 17 years ago
  17. d3b5a79 oops! didn't mean to disable that test by Benjamin Peterson · 17 years ago
  18. 050f4ad fix indentation and a sphinx warning by Benjamin Peterson · 17 years ago
  19. 5ab9c3b move useful sys.settrace information to the function's documentation from the debugger by Benjamin Peterson · 17 years ago
  20. 46cc6d1 make sure that bytearray methods return a new bytearray even if there is no change by Benjamin Peterson · 17 years ago
  21. 3b30e2c Ignore .pyc and .pyo files. by Brett Cannon · 17 years ago
  22. a98d72d Fix for issue 4332 in trunk. by Josiah Carlson · 17 years ago
  23. 6347098 Issue #4289: Remove Cancel button from AdvancedDlg. by Martin v. Löwis · 17 years ago
  24. bb9b1f1 Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__ by Martin v. Löwis · 17 years ago
  25. 65e8fc7 Try to fix problems with verbatim. by Georg Brandl · 17 years ago
  26. 7fb2979 patch from issue 1108 by Skip Montanaro · 17 years ago
  27. 7cfe7ea #4317: Fix an Array Bounds Read in imageop.rgb2rgb8. by Amaury Forgeot d'Arc · 17 years ago
  28. 273c233 when __getattr__ is a descriptor, call it correctly; fixes #4230 by Benjamin Peterson · 17 years ago
  29. 233bb00 improve __hash__ docs by Benjamin Peterson · 17 years ago
  30. d0a05bf a few fixes on the download page by Benjamin Peterson · 17 years ago
  31. eac68f4 run autoconf by Benjamin Peterson · 17 years ago
  32. 4b9bcfc #4316: fix configure.in markup problem. by Georg Brandl · 17 years ago
  33. e3d0bf7 The docs for httplib.HTTPConnection.putheader() have claimed for quite a while by Brett Cannon · 17 years ago
  34. 031f3fb Clarify the docs for the 'strict' argument to httplib.HTTPConnection. by Brett Cannon · 17 years ago
  35. ee1a7da #4324: fix getlocale() argument. by Georg Brandl · 17 years ago
  36. c4d39b2 use correct name by Benjamin Peterson · 17 years ago
  37. ba4d480 Merged revisions 66985,67170,67173,67177-67179 via svnmerge from by Benjamin Peterson · 17 years ago
  38. b7c95ce fix comment by Benjamin Peterson · 17 years ago
  39. d224fc6 update link by Benjamin Peterson · 17 years ago
  40. 2c98faa check for assignment to __debug__ during AST generation by Benjamin Peterson · 17 years ago
  41. 942e477 clarify what was added by Benjamin Peterson · 17 years ago
  42. 728c6f6 move context clue to versionchanged tag by Benjamin Peterson · 17 years ago
  43. d923f98 a few compile() and ast doc improvements by Benjamin Peterson · 17 years ago
  44. 0d2fa3a Fix warning. by Georg Brandl · 17 years ago
  45. bce1f5f Update "Documenting" a bit. Concentrate on Python-specifics. by Georg Brandl · 17 years ago
  46. 012a1ff Don't use "HOWTO" as the title for all howto .tex files. by Georg Brandl · 17 years ago
  47. ed29bb4 Issue #4071: ntpath.abspath returned an empty string for long unicode path. by Hirokazu Yamamoto · 17 years ago
  48. 3d6f8ff Issue #1656675: Register a drop handler for .py* files on Windows. by Martin v. Löwis · 17 years ago
  49. 14da8e8 Fix syntax. by Georg Brandl · 17 years ago
  50. ddd8263 Stop including fake manifest file in DLLs directory. by Martin v. Löwis · 17 years ago
  51. fcdc80b Fix grammar error; reword two paragraphs by Andrew M. Kuchling · 17 years ago
  52. a8bb550 #4247: add "pass" examples to tutorial. by Georg Brandl · 17 years ago
  53. 692c2f8 Issue #4120: Exclude manifest from extension modules in VS2008. by Martin v. Löwis · 17 years ago
  54. 01ba86a #4245: move Thread section to the top. by Georg Brandl · 17 years ago
  55. b9bfea7 #4267: small fixes in sqlite3 docs. by Georg Brandl · 17 years ago
  56. 8986706 #4268: Use correct module for two toplevel functions. by Georg Brandl · 17 years ago
  57. ad1cb66 #4167: fix markup glitches. by Georg Brandl · 17 years ago
  58. bb86d83 Issue #4204: Fixed module build errors on FreeBSD 4. by Martin v. Löwis · 17 years ago
  59. 81e92e5 move a FileIO test to test_fileio by Benjamin Peterson · 17 years ago
  60. accb38c clarify by splitting into multiple paragraphs by Benjamin Peterson · 17 years ago
  61. b9828f6 Issue #3774: Fixed an error when create a Tkinter menu item without command by Hirokazu Yamamoto · 17 years ago
  62. 6624a9f #4048 make the parser module accept relative imports as valid by Benjamin Peterson · 17 years ago
  63. 8928a7e rephrase has_key doc by Benjamin Peterson · 17 years ago
  64. dcee09d make sure the parser flags and passed onto the compiler by Benjamin Peterson · 17 years ago
  65. 44a90c9 move unprefixed error into .c file by Benjamin Peterson · 17 years ago
  66. d79af0f finish backporting binary literals and new octal literals docs by Benjamin Peterson · 17 years ago
  67. b5f8208 backport bin() documentation by Benjamin Peterson · 17 years ago
  68. ab5f879 Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient initialization of PyFileIOObject struct members. by Christian Heimes · 17 years ago
  69. 69a9c5b Issue #4176: Pickle would crash the interpreter when a __reduce__ function by Amaury Forgeot d'Arc · 17 years ago
  70. 1fac5a4 Fixed a modulefinder crash on certain relative imports. by Thomas Heller · 17 years ago
  71. 9f616f4 Correct error message in io.open(): by Amaury Forgeot d'Arc · 17 years ago
  72. b06b4c3 mention the version gettempdir() was added by Benjamin Peterson · 17 years ago
  73. 581eb1e Fix one of the tests: it relied on being present in an "output test" in by Armin Rigo · 17 years ago
  74. 260f5ba add forgotten test for r67030 by Benjamin Peterson · 17 years ago
  75. bdca942 fix __future__ imports when multiple features are given by Benjamin Peterson · 17 years ago
  76. adc93b9 don't use a catch-all by Benjamin Peterson · 17 years ago
  77. 7fb00ad Typo fix. by Georg Brandl · 17 years ago
  78. 399b1fe give a py3k warning when 'nonlocal' is used as a variable name by Benjamin Peterson · 17 years ago
  79. c756dcd only nonempty __slots__ don't work by Benjamin Peterson · 17 years ago
  80. 611e48c Use the correct names of the stateless codec functions (Fixes issue 4178). by Walter Dörwald · 17 years ago
  81. 592c275 Issue #4183: Some tests didn't run with pickle.HIGHEST_PROTOCOL. by Hirokazu Yamamoto · 17 years ago
  82. c18574c fix #4150: pdb's up command didn't work for generators in post-mortem by Benjamin Peterson · 17 years ago
  83. cd29e9d and another typo... by Benjamin Peterson · 17 years ago
  84. 92be539 fix a few typos by Benjamin Peterson · 17 years ago
  85. e4dc175 add NEWs note for last change by Benjamin Peterson · 17 years ago
  86. 4d9b0cd return ArgInfo from inspect.getargvalues #4092 by Benjamin Peterson · 17 years ago
  87. fbc0b0c #4157 move two test functions out of platform.py. by Amaury Forgeot d'Arc · 17 years ago
  88. 77c2f93 make sure to call iteritems() by Benjamin Peterson · 17 years ago
  89. 015c84b - install versioned manpage by Matthias Klose · 17 years ago
  90. 297ddcd Fixed #4062, added import for _ast.__version__ to ast to match the documented behavior. by Armin Ronacher · 17 years ago
  91. f3d0ce1 mention -n by Benjamin Peterson · 17 years ago
  92. aff36f1 fix compiler warning by Benjamin Peterson · 17 years ago
  93. 35e01fb Fixed #4067 by implementing _attributes and _fields for the AST root node. by Armin Ronacher · 17 years ago
  94. 92b70bc Fix duplicate word. by Georg Brandl · 17 years ago
  95. c2f1440 clarify CALL_FUNCTION #4141 by Benjamin Peterson · 17 years ago
  96. 0f3e769 Issue #4091: Install pythonxy.dll in system32 again. by Martin v. Löwis · 17 years ago
  97. 336680e fix more possible ref leaks in _json and use Py_CLEAR by Benjamin Peterson · 17 years ago
  98. 865cd64 #4083: add "as" to except handler grammar as per PEP 3110. by Georg Brandl · 17 years ago
  99. 19cc944 part of #4012: kill off old name "processing". by Georg Brandl · 17 years ago
  100. 87e6ad2 fix possible ref leak by Benjamin Peterson · 17 years ago