1. 97f49f4 Adds a subprocess.check_call_output() function to return the output from a by Gregory P. Smith · 16 years ago
  2. 32d1408 Add another heapq example. by Georg Brandl · 16 years ago
  3. 34196c8 Add reference to enumerate() to indices example. by Georg Brandl · 16 years ago
  4. 5248103 Issue #1055234: cgi.parse_header(): Fixed parsing of header parameters to by Fred Drake · 16 years ago
  5. ed2f423 Bumped up 2.6 to 2.7 by Christian Heimes · 16 years ago
  6. 213faca Issue #4384: Added logging integration with warnings module using captureWarnings(). This change includes a NullHandler which does nothing; it will be of use to library developers who want to avoid the "No handlers could be found for logger XXX" message which can appear if the library user doesn't configure logging. by Vinay Sajip · 16 years ago
  7. 7989a4d Backport r67478 by Raymond Hettinger · 16 years ago
  8. fd8a1ec Speed up Python (according to pybench and 2to3-on-itself) by 1-2% by caching by Jeffrey Yasskin · 16 years ago
  9. dee3c9c Issue #4025 again by Christian Heimes · 16 years ago
  10. cb948f1 let people using SVN Sphinx still build the docs by Benjamin Peterson · 16 years ago
  11. 4d756af typo in comment by Skip Montanaro · 16 years ago
  12. dedb0b1 fix pyspecific extensions that were broken by Sphinx's grand renaming by Benjamin Peterson · 16 years ago
  13. c70e5f9 w# requires Py_ssize_t by Christian Heimes · 16 years ago
  14. bcb017f Issue #4365: Add crtassem.h constants to the msvcrt module. by Martin v. Löwis · 16 years ago
  15. 98b1b02 note the version that works by Benjamin Peterson · 16 years ago
  16. cb6c359 Issue #4389: Add icon to the uninstall entry in "add-and-remove-programs". by Martin v. Löwis · 16 years ago
  17. 4f21f98 StringIO.close() stops you from using the buffer, too by Benjamin Peterson · 16 years ago
  18. 2a1fd05 Fix a small typo in docstring by Amaury Forgeot d'Arc · 16 years ago
  19. 0381f48 Send HTTP headers and message body in a single send() call. by Jeremy Hylton · 16 years ago
  20. 21d2e59 Reflow long lines. by Jeremy Hylton · 16 years ago
  21. 0d52182 Move definition int sval into branch of ifdef where it is used. by Jeremy Hylton · 16 years ago
  22. 6ed1c93 SVN format 9 is the same it seems by Benjamin Peterson · 16 years ago
  23. 2555d9d Merged revisions 67384,67386-67387,67389-67390,67392,67399-67400,67403-67405,67426 via svnmerge from by Benjamin Peterson · 16 years ago
  24. eac8071 Retain copyright of processing examples. This was requested by a Debian maintainer during packaging of the multiprocessing package for 2.4/2.5 by Christian Heimes · 16 years ago
  25. 1f8b49f issue4238: bsd support for cpu_count by Jesse Noller · 16 years ago
  26. a280fd7 mp docs - fix issues 4012,3518,4193 by Jesse Noller · 16 years ago
  27. aa67471 Fixed issue ##3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an exception by Christian Heimes · 16 years ago
  28. 4de9791 - Modules/Setup.dist: Update _elementtree, add _bisect, datetime by Matthias Klose · 16 years ago
  29. b0c3c02 - Modules/Setup.dist: Update pyexpat by Matthias Klose · 16 years ago
  30. 78f98a4 fix typo in sqlite3 docs by Benjamin Peterson · 16 years ago
  31. 7fab0dc - Modules/Setup.dist: Mention _elementtree and _pickle. by Matthias Klose · 16 years ago
  32. b38e325 Merged revisions 67183,67191,67371 via svnmerge from by Benjamin Peterson · 16 years ago
  33. 9e6310d always check the return value of NEW_IDENTIFIER by Benjamin Peterson · 16 years ago
  34. 8942011 Add unittests that verify documented behavior of public methods in Transport by Jeremy Hylton · 16 years ago
  35. 6234291 #4404: make clear what "path" is. by Georg Brandl · 16 years ago
  36. df9bcf1 Fix typo. by Georg Brandl · 16 years ago
  37. 9dfe6a8 #4396 make the parser module correctly validate the with syntax by Benjamin Peterson · 16 years ago
  38. 39ff59e replace reference to debugger-hooks by Benjamin Peterson · 16 years ago
  39. b07bd10 Document PY_SSIZE_T_CLEAN for PyArg_ParseTuple. by Gregory P. Smith · 16 years ago
  40. 0b9999c #4399: fix typo. by Georg Brandl · 16 years ago
  41. 061d2e2 #4392: fix parameter name. by Georg Brandl · 16 years ago
  42. 75bfcba - Fix typo in last checkin by Matthias Klose · 16 years ago
  43. 225d60c - Modules/Setup.dist: Mention _functools in section "Modules that should by Matthias Klose · 16 years ago
  44. 21f25d3 raise a better error by Benjamin Peterson · 16 years ago
  45. dc61901 #3996: On Windows, PyOS_CheckStack is supposed to protect the interpreter from by Amaury Forgeot d'Arc · 16 years ago
  46. 98adb5c yuvconvert.c is a part of the "sv" module, an old IRIX thing by Amaury Forgeot d'Arc · 16 years ago
  47. f1dd4bc Fix error about "-*-" being mandatory in coding cookies. by Georg Brandl · 16 years ago
  48. 5ecd745 Fix typo. by Georg Brandl · 16 years ago
  49. b053f99 #4364: fix attribute name on ctypes object. by Georg Brandl · 16 years ago
  50. bfc5156 backport r67325: make FileIO.mode always contain 'b' by Benjamin Peterson · 16 years ago
  51. c078f92 don't segfault when \N escapes are used and unicodedata fails to load by Benjamin Peterson · 16 years ago
  52. d429417 #4363: Let uuid.uuid1() and uuid.uuid4() run even if the ctypes module is not present. by Amaury Forgeot d'Arc · 16 years ago
  53. 3226565 Fixed issue #4233. by Amaury Forgeot d'Arc · 16 years ago
  54. ad100c3 backport r67300 by Benjamin Peterson · 16 years ago
  55. d3b5a79 oops! didn't mean to disable that test by Benjamin Peterson · 16 years ago
  56. 050f4ad fix indentation and a sphinx warning by Benjamin Peterson · 16 years ago
  57. 5ab9c3b move useful sys.settrace information to the function's documentation from the debugger by Benjamin Peterson · 16 years ago
  58. 46cc6d1 make sure that bytearray methods return a new bytearray even if there is no change by Benjamin Peterson · 16 years ago
  59. 3b30e2c Ignore .pyc and .pyo files. by Brett Cannon · 16 years ago
  60. a98d72d Fix for issue 4332 in trunk. by Josiah Carlson · 16 years ago
  61. 6347098 Issue #4289: Remove Cancel button from AdvancedDlg. by Martin v. Löwis · 16 years ago
  62. bb9b1f1 Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__ by Martin v. Löwis · 16 years ago
  63. 65e8fc7 Try to fix problems with verbatim. by Georg Brandl · 16 years ago
  64. 7fb2979 patch from issue 1108 by Skip Montanaro · 16 years ago
  65. 7cfe7ea #4317: Fix an Array Bounds Read in imageop.rgb2rgb8. by Amaury Forgeot d'Arc · 16 years ago
  66. 273c233 when __getattr__ is a descriptor, call it correctly; fixes #4230 by Benjamin Peterson · 16 years ago
  67. 233bb00 improve __hash__ docs by Benjamin Peterson · 16 years ago
  68. d0a05bf a few fixes on the download page by Benjamin Peterson · 16 years ago
  69. eac68f4 run autoconf by Benjamin Peterson · 16 years ago
  70. 4b9bcfc #4316: fix configure.in markup problem. by Georg Brandl · 16 years ago
  71. e3d0bf7 The docs for httplib.HTTPConnection.putheader() have claimed for quite a while by Brett Cannon · 16 years ago
  72. 031f3fb Clarify the docs for the 'strict' argument to httplib.HTTPConnection. by Brett Cannon · 16 years ago
  73. ee1a7da #4324: fix getlocale() argument. by Georg Brandl · 16 years ago
  74. c4d39b2 use correct name by Benjamin Peterson · 16 years ago
  75. ba4d480 Merged revisions 66985,67170,67173,67177-67179 via svnmerge from by Benjamin Peterson · 16 years ago
  76. b7c95ce fix comment by Benjamin Peterson · 16 years ago
  77. d224fc6 update link by Benjamin Peterson · 16 years ago
  78. 2c98faa check for assignment to __debug__ during AST generation by Benjamin Peterson · 16 years ago
  79. 942e477 clarify what was added by Benjamin Peterson · 16 years ago
  80. 728c6f6 move context clue to versionchanged tag by Benjamin Peterson · 16 years ago
  81. d923f98 a few compile() and ast doc improvements by Benjamin Peterson · 16 years ago
  82. 0d2fa3a Fix warning. by Georg Brandl · 16 years ago
  83. bce1f5f Update "Documenting" a bit. Concentrate on Python-specifics. by Georg Brandl · 16 years ago
  84. 012a1ff Don't use "HOWTO" as the title for all howto .tex files. by Georg Brandl · 16 years ago
  85. ed29bb4 Issue #4071: ntpath.abspath returned an empty string for long unicode path. by Hirokazu Yamamoto · 16 years ago
  86. 3d6f8ff Issue #1656675: Register a drop handler for .py* files on Windows. by Martin v. Löwis · 16 years ago
  87. 14da8e8 Fix syntax. by Georg Brandl · 16 years ago
  88. ddd8263 Stop including fake manifest file in DLLs directory. by Martin v. Löwis · 16 years ago
  89. fcdc80b Fix grammar error; reword two paragraphs by Andrew M. Kuchling · 16 years ago
  90. a8bb550 #4247: add "pass" examples to tutorial. by Georg Brandl · 16 years ago
  91. 692c2f8 Issue #4120: Exclude manifest from extension modules in VS2008. by Martin v. Löwis · 16 years ago
  92. 01ba86a #4245: move Thread section to the top. by Georg Brandl · 16 years ago
  93. b9bfea7 #4267: small fixes in sqlite3 docs. by Georg Brandl · 16 years ago
  94. 8986706 #4268: Use correct module for two toplevel functions. by Georg Brandl · 16 years ago
  95. ad1cb66 #4167: fix markup glitches. by Georg Brandl · 16 years ago
  96. bb86d83 Issue #4204: Fixed module build errors on FreeBSD 4. by Martin v. Löwis · 16 years ago
  97. 81e92e5 move a FileIO test to test_fileio by Benjamin Peterson · 16 years ago
  98. accb38c clarify by splitting into multiple paragraphs by Benjamin Peterson · 16 years ago
  99. b9828f6 Issue #3774: Fixed an error when create a Tkinter menu item without command by Hirokazu Yamamoto · 16 years ago
  100. 6624a9f #4048 make the parser module accept relative imports as valid by Benjamin Peterson · 16 years ago