1. ad9b599 #4559: When a context manager's __exit__() method returns an object whose by Amaury Forgeot d'Arc · 17 years ago
  2. ffd42cf Update Misc/NEWS for r67666. by Jeffrey Yasskin · 17 years ago
  3. 1868d7c Add simple unittests for Request by Jeremy Hylton · 17 years ago
  4. 16a2a1d revert unrelated change to installer script by Benjamin Peterson · 17 years ago
  5. d729aad specify how things are copied by Benjamin Peterson · 17 years ago
  6. 2d873bd Issue 4597: Fix several cases in EvalFrameEx where an exception could be by Jeffrey Yasskin · 17 years ago
  7. b5120ce Consider micro version for name of CHM file. by Martin v. Löwis · 17 years ago
  8. 17fa44f Add UUIDs for 2.6.1 and 2.6.2. by Martin v. Löwis · 17 years ago
  9. f8668ce #4457: rewrite __import__() documentation. by Georg Brandl · 17 years ago
  10. 6212971 Add link to the favicon to the docs. by Georg Brandl · 17 years ago
  11. 4f7f77b muffed the default case by Skip Montanaro · 17 years ago
  12. ae5bece Issue #4509: bugs in bytearray with exports (buffer protocol) by Antoine Pitrou · 17 years ago
  13. 45313fe issue 4483 - dbm build failures on systems with gdbm_compat lib. by Skip Montanaro · 17 years ago
  14. f5d5a66 Follow-up to #4488: document PIPE and STDOUT properly. by Georg Brandl · 17 years ago
  15. 826f3fe Issue #4445: save 3 bytes (on average, on a typical machine) per by Mark Dickinson · 17 years ago
  16. 205e719 Remove confusing sentence part. by Georg Brandl · 17 years ago
  17. 5066c0c Followup to #4511: add link from decorator glossary entry to definition. by Georg Brandl · 17 years ago
  18. 422ce06 Issue #4461: Safety check in parsenumber (ast.c) by Mark Dickinson · 17 years ago
  19. f7f1fb6 be more specific, and parallel to the py3k branch by Fred Drake · 17 years ago
  20. 0afa20c bump version number by Fred Drake · 17 years ago
  21. 248e172 Move __import__ to the bottom of the functions list. by Georg Brandl · 17 years ago
  22. 95a840b #3171: document that *slice are removed in 3k. by Georg Brandl · 17 years ago
  23. 905e0f6 #4478: document that copyfile() can raise Error. by Georg Brandl · 17 years ago
  24. 9a05373 #4517: add "special method" glossary entry and clarify when __getattribute__ is bypassed. by Georg Brandl · 17 years ago
  25. fe879e8 #4529: fix parser's validation for try-except-finally statements. by Georg Brandl · 17 years ago
  26. 3129ea2 #4544: add `dedent` to textwrap.__all__. by Georg Brandl · 17 years ago
  27. e70ff4b #4441 followup: Add link to open() docs for Windows. by Georg Brandl · 17 years ago
  28. a07435d #4458: recognize "-" as an argument, not a malformed option in gnu_getopt(). by Georg Brandl · 17 years ago
  29. 8d6c490 Use markup. by Georg Brandl · 17 years ago
  30. 3fc4226 Add an index entry for "subclassing immutable types". by Georg Brandl · 17 years ago
  31. 0c880bd #4441: improve doc for os.open() flags. by Georg Brandl · 17 years ago
  32. 5b5f273 #4409: fix asterisks looking like footnotes. by Georg Brandl · 17 years ago
  33. b46f0d7 #4408: document regex.groups. by Georg Brandl · 17 years ago
  34. 2657680 rename the new check_call_output to check_output. its less ugly. by Gregory P. Smith · 17 years ago
  35. 1743201 Clarification to avoid confusing output with file descriptors. by Georg Brandl · 17 years ago
  36. 6831d6b Took Nick Coghlan's advice about importing warnings globally in logging, to avoid the possibility of race conditions: "This could deadlock if a thread spawned as a side effect of importing a module happens to trigger a warning. warnings is pulled into sys.modules as part of the interpreter startup - having a global 'import warnings' shouldn't have any real effect on logging's import time." by Vinay Sajip · 17 years ago
  37. 97f49f4 Adds a subprocess.check_call_output() function to return the output from a by Gregory P. Smith · 17 years ago
  38. 32d1408 Add another heapq example. by Georg Brandl · 17 years ago
  39. 34196c8 Add reference to enumerate() to indices example. by Georg Brandl · 17 years ago
  40. 5248103 Issue #1055234: cgi.parse_header(): Fixed parsing of header parameters to by Fred Drake · 17 years ago
  41. ed2f423 Bumped up 2.6 to 2.7 by Christian Heimes · 17 years ago
  42. 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 · 17 years ago
  43. 7989a4d Backport r67478 by Raymond Hettinger · 17 years ago
  44. fd8a1ec Speed up Python (according to pybench and 2to3-on-itself) by 1-2% by caching by Jeffrey Yasskin · 17 years ago
  45. dee3c9c Issue #4025 again by Christian Heimes · 17 years ago
  46. cb948f1 let people using SVN Sphinx still build the docs by Benjamin Peterson · 17 years ago
  47. 4d756af typo in comment by Skip Montanaro · 17 years ago
  48. dedb0b1 fix pyspecific extensions that were broken by Sphinx's grand renaming by Benjamin Peterson · 17 years ago
  49. c70e5f9 w# requires Py_ssize_t by Christian Heimes · 17 years ago
  50. bcb017f Issue #4365: Add crtassem.h constants to the msvcrt module. by Martin v. Löwis · 17 years ago
  51. 98b1b02 note the version that works by Benjamin Peterson · 17 years ago
  52. cb6c359 Issue #4389: Add icon to the uninstall entry in "add-and-remove-programs". by Martin v. Löwis · 17 years ago
  53. 4f21f98 StringIO.close() stops you from using the buffer, too by Benjamin Peterson · 17 years ago
  54. 2a1fd05 Fix a small typo in docstring by Amaury Forgeot d'Arc · 17 years ago
  55. 0381f48 Send HTTP headers and message body in a single send() call. by Jeremy Hylton · 17 years ago
  56. 21d2e59 Reflow long lines. by Jeremy Hylton · 17 years ago
  57. 0d52182 Move definition int sval into branch of ifdef where it is used. by Jeremy Hylton · 17 years ago
  58. 6ed1c93 SVN format 9 is the same it seems by Benjamin Peterson · 17 years ago
  59. 2555d9d Merged revisions 67384,67386-67387,67389-67390,67392,67399-67400,67403-67405,67426 via svnmerge from by Benjamin Peterson · 17 years ago
  60. 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 · 17 years ago
  61. 1f8b49f issue4238: bsd support for cpu_count by Jesse Noller · 17 years ago
  62. a280fd7 mp docs - fix issues 4012,3518,4193 by Jesse Noller · 17 years ago
  63. aa67471 Fixed issue ##3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an exception by Christian Heimes · 17 years ago
  64. 4de9791 - Modules/Setup.dist: Update _elementtree, add _bisect, datetime by Matthias Klose · 17 years ago
  65. b0c3c02 - Modules/Setup.dist: Update pyexpat by Matthias Klose · 17 years ago
  66. 78f98a4 fix typo in sqlite3 docs by Benjamin Peterson · 17 years ago
  67. 7fab0dc - Modules/Setup.dist: Mention _elementtree and _pickle. by Matthias Klose · 17 years ago
  68. b38e325 Merged revisions 67183,67191,67371 via svnmerge from by Benjamin Peterson · 17 years ago
  69. 9e6310d always check the return value of NEW_IDENTIFIER by Benjamin Peterson · 17 years ago
  70. 8942011 Add unittests that verify documented behavior of public methods in Transport by Jeremy Hylton · 17 years ago
  71. 6234291 #4404: make clear what "path" is. by Georg Brandl · 17 years ago
  72. df9bcf1 Fix typo. by Georg Brandl · 17 years ago
  73. 9dfe6a8 #4396 make the parser module correctly validate the with syntax by Benjamin Peterson · 17 years ago
  74. 39ff59e replace reference to debugger-hooks by Benjamin Peterson · 17 years ago
  75. b07bd10 Document PY_SSIZE_T_CLEAN for PyArg_ParseTuple. by Gregory P. Smith · 17 years ago
  76. 0b9999c #4399: fix typo. by Georg Brandl · 17 years ago
  77. 061d2e2 #4392: fix parameter name. by Georg Brandl · 17 years ago
  78. 75bfcba - Fix typo in last checkin by Matthias Klose · 17 years ago
  79. 225d60c - Modules/Setup.dist: Mention _functools in section "Modules that should by Matthias Klose · 17 years ago
  80. 21f25d3 raise a better error by Benjamin Peterson · 17 years ago
  81. dc61901 #3996: On Windows, PyOS_CheckStack is supposed to protect the interpreter from by Amaury Forgeot d'Arc · 17 years ago
  82. 98adb5c yuvconvert.c is a part of the "sv" module, an old IRIX thing by Amaury Forgeot d'Arc · 17 years ago
  83. f1dd4bc Fix error about "-*-" being mandatory in coding cookies. by Georg Brandl · 17 years ago
  84. 5ecd745 Fix typo. by Georg Brandl · 17 years ago
  85. b053f99 #4364: fix attribute name on ctypes object. by Georg Brandl · 17 years ago
  86. bfc5156 backport r67325: make FileIO.mode always contain 'b' by Benjamin Peterson · 17 years ago
  87. c078f92 don't segfault when \N escapes are used and unicodedata fails to load by Benjamin Peterson · 17 years ago
  88. 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
  89. 3226565 Fixed issue #4233. by Amaury Forgeot d'Arc · 17 years ago
  90. ad100c3 backport r67300 by Benjamin Peterson · 17 years ago
  91. d3b5a79 oops! didn't mean to disable that test by Benjamin Peterson · 17 years ago
  92. 050f4ad fix indentation and a sphinx warning by Benjamin Peterson · 17 years ago
  93. 5ab9c3b move useful sys.settrace information to the function's documentation from the debugger by Benjamin Peterson · 17 years ago
  94. 46cc6d1 make sure that bytearray methods return a new bytearray even if there is no change by Benjamin Peterson · 17 years ago
  95. 3b30e2c Ignore .pyc and .pyo files. by Brett Cannon · 17 years ago
  96. a98d72d Fix for issue 4332 in trunk. by Josiah Carlson · 17 years ago
  97. 6347098 Issue #4289: Remove Cancel button from AdvancedDlg. by Martin v. Löwis · 17 years ago
  98. bb9b1f1 Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__ by Martin v. Löwis · 17 years ago
  99. 65e8fc7 Try to fix problems with verbatim. by Georg Brandl · 17 years ago
  100. 7fb2979 patch from issue 1108 by Skip Montanaro · 17 years ago