1. 0b7f778 PEP 8 nits in json package by Benjamin Peterson · 17 years ago
  2. 24237ea Fix a bug introduced in r62627. see issue2760 and issue2632. by Gregory P. Smith · 17 years ago
  3. 98fd036 #2752: fix second example too. by Georg Brandl · 17 years ago
  4. cb63565 #2769: markup glitch. by Georg Brandl · 17 years ago
  5. 3961f18 Fix JSON module docs. by Georg Brandl · 17 years ago
  6. 4b964f9 Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob by Brett Cannon · 17 years ago
  7. 5f2e0e5 Revert bogus checkin in r62724 to that file. by Martin v. Löwis · 17 years ago
  8. c3ad68c Fix Unicode filename test. by Martin v. Löwis · 17 years ago
  9. 471617d Issue #1734346: Support Unicode file names for zipfiles. by Martin v. Löwis · 17 years ago
  10. 9c19bc6 Remove the use of 'inspect' from 'warnings' for detected deprecated use of the by Brett Cannon · 17 years ago
  11. 8a232cc Add a DeprecationWarning for when warnings.showwarning() is set to a function by Brett Cannon · 17 years ago
  12. 9ae080e Remove method signatures from the docstrings of io.py by Benjamin Peterson · 17 years ago
  13. 8d66dcd #2695: Do case-insensitive check for algorithms. by Georg Brandl · 17 years ago
  14. 83ea2a9 Fix typo in bugs.rst by Benjamin Peterson · 17 years ago
  15. bc04346 #2757: Remove spare newline. by Georg Brandl · 17 years ago
  16. e11c9b3 Implemented feature request 2157: Converter names are cut off at '(' by Gerhard Häring · 17 years ago
  17. 5a366c3 Applied sqliterow-richcmp.diff patch from Thomas Heller in Issue2152. The by Gerhard Häring · 17 years ago
  18. ffa3357 SQLite requires 64-bit integers in order to build. So the whole HAVE_LONG_LONG by Gerhard Häring · 17 years ago
  19. 7e3ab45 Added note that Python requires at least Win2k SP4 by Christian Heimes · 17 years ago
  20. 08c7218 #2752: wrong meaning of '' for socket host. by Georg Brandl · 17 years ago
  21. 8334330 Fix typo in whatsnew by Benjamin Peterson · 17 years ago
  22. 71f3b85 Make sure that Context traps and flags dictionaries have values 0 and 1 by Mark Dickinson · 17 years ago
  23. 8aca9d0 Some very minor changes to decimal.py in Python 2.6, aimed by Mark Dickinson · 17 years ago
  24. 979395b Moved testing of builtin types out of test_builtin and into type specific modules by Benjamin Peterson · 17 years ago
  25. 761b9c6 Insert correct OpenSearch base URL. by Georg Brandl · 17 years ago
  26. 1840c1a Backport Raymond's changes in r60508 to Python 2.6. by Mark Dickinson · 17 years ago
  27. 2b30ea0 The compiling struct is now passed around to all AST helpers (see issue 2720) by Benjamin Peterson · 17 years ago
  28. 7684f85 In test_io, StatefulIncrementalDecoderTest was not part of the test suite. by Amaury Forgeot d'Arc · 17 years ago
  29. 64a4bbe Fix the C implementation of 'warnings' to infer the filename of the module that by Brett Cannon · 17 years ago
  30. ab9cc1b Fix some indentation errors. by Brett Cannon · 17 years ago
  31. 56fcb0b capitalization nit for reStructuredText by Benjamin Peterson · 17 years ago
  32. 26f545c Fix for issue #2520 (cannot import macerrors) by Ronald Oussoren · 17 years ago
  33. f2ef92c Fix for #1905: PythonLauncher not working correctly on OSX 10.5/Leopard by Ronald Oussoren · 17 years ago
  34. 6780a9d Merged revisions 62263-62646 via svnmerge from by Martin v. Löwis · 17 years ago
  35. 85f1970 Finish fix for issue2573, previous patch was incomplete. by Ronald Oussoren · 17 years ago
  36. 580c7fe Fix for issue #2573: Can't change the framework name on OS X builds by Ronald Oussoren · 17 years ago
  37. ee340e5 Fixed some test structures. Thanks Mark Dickinson. by Facundo Batista · 17 years ago
  38. 7c5c8e6 #2581: Vista UAC/elevation support for bdist_wininst by Mark Hammond · 17 years ago
  39. f8cc640 This should fix issue2632. A long description of the two competing by Gregory P. Smith · 17 years ago
  40. b457dda Fix a backwards-compatibility mistake where a new optional argument for by Brett Cannon · 17 years ago
  41. 0c65fe6 Fix synopsis. by Georg Brandl · 17 years ago
  42. 80ef62e Fix typo in whatsnew by Benjamin Peterson · 17 years ago
  43. 95287fa Remove some from __future__ import with_statements by Benjamin Peterson · 17 years ago
  44. 655fc70 #1748: use functools.wraps instead of rolling own metadata update. by Georg Brandl · 17 years ago
  45. d8f2d0b make test_support's captured_output a bit more robust when exceptions happen by Benjamin Peterson · 17 years ago
  46. 63b0a2e #2727: clarify tp_iternext docs. by Georg Brandl · 17 years ago
  47. 28e0873 #2719: backport next() from 3k. by Georg Brandl · 17 years ago
  48. 46d6b68 Typo fix by Andrew M. Kuchling · 17 years ago
  49. 31f6315 Update command line usage documentation to reflect 2.6 changes (also includes some minor cleanups). Addresses TODO list issue 2258 by Nick Coghlan · 17 years ago
  50. 0a95063 Issue 2526, float.__format__ 'n' specifier does not support thousands grouping. by Eric Smith · 17 years ago
  51. 48f6276 Add Rodrigo and Heiko. by Martin v. Löwis · 17 years ago
  52. 805cdd8 Strip down SSL docs; I'm not managing to get test programs working, so I'll just give a minimal description by Andrew M. Kuchling · 17 years ago
  53. 87da127 test_sundry performs minimal tests (a simple import...) on modules that are not tested otherwise. by Amaury Forgeot d'Arc · 17 years ago
  54. e855991 Fix markup. by Georg Brandl · 17 years ago
  55. 8dc4303 Rename the test_traceback_print() function to traceback_print() to prevent by Brett Cannon · 17 years ago
  56. b8bdbc0 Get rid of _test(), _main(), _debug() and _check(). Tests are no longer by Skip Montanaro · 17 years ago
  57. dfd9827 Wrap some long lines. by Skip Montanaro · 17 years ago
  58. 141534e Fix a bug introduced by the warnings rewrite where tracebacks were being by Brett Cannon · 17 years ago
  59. f30f6e8 Correct documentation to match implementation: "Class" instead of by Skip Montanaro · 17 years ago
  60. fe1372c Minor cleanups: by Skip Montanaro · 17 years ago
  61. 7980992 Wrap some long paragraphs and include the default values for optional by Skip Montanaro · 17 years ago
  62. ea59a84 A few small changes: by Skip Montanaro · 17 years ago
  63. 8310190 Autocompletion of filenames now support alternate separators, e.g. the by Kurt B. Kaiser · 17 years ago
  64. 9c5c0af Improved AutoCompleteWindow logic. Patch 2062 Tal Einat. by Kurt B. Kaiser · 17 years ago
  65. 93cdae5 Home / Control-A toggles between left margin and end of leading white by Kurt B. Kaiser · 17 years ago
  66. ef1e58b minor wording changes, rewrap a few lines by Skip Montanaro · 17 years ago
  67. 4f1f36b Add OpenSearch and a Python logo to the HTML output. by Georg Brandl · 17 years ago
  68. f19a7b9 A little reformating of Py3k warnings by Benjamin Peterson · 17 years ago
  69. fe4948b #2700 Document PyNumber_ToBase by Benjamin Peterson · 17 years ago
  70. 7a69b4b Use correct XHTML tags. by Georg Brandl · 17 years ago
  71. f8770fb #2677: add note that not all functions may accept keyword args. by Georg Brandl · 17 years ago
  72. 9f4f481 Use PyErr_WarnPy3k throughout by Benjamin Peterson · 17 years ago
  73. a692c4d Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k warnings to the use of this function soon. by Benjamin Peterson · 17 years ago
  74. ba08f07 Fixed URL of PEP 205 in weakref's module docstring. by Alexandre Vassalotti · 17 years ago
  75. a6b79f3 Add missing return type to dealloc. by Georg Brandl · 17 years ago
  76. 78b3ee8 #2691: document PyLong (s)size_t APIs, patch by Alexander Belopolsky. by Georg Brandl · 17 years ago
  77. a3bb57c #2668: nit in apply() docs. by Georg Brandl · 17 years ago
  78. 14204ad Allow test_import to work when it is invoked directly by Benjamin Peterson · 17 years ago
  79. fe536f5 Issue 2635: fix bug in the fix_sentence_endings option to textwrap.fill. by Mark Dickinson · 17 years ago
  80. 6513466 Issue #1496032. Add -mieee to BASECFLAGS on alpha, when gcc is by Mark Dickinson · 17 years ago
  81. 6ad5fbb Add from_buffer and from_buffer_copy class methods to ctypes types. by Thomas Heller · 17 years ago
  82. 5364e2e A new crasher. by Armin Rigo · 17 years ago
  83. 2b0bea5 Fix typo (now -> no) by Neal Norwitz · 17 years ago
  84. c7b0592 reformat some documentation of classes so methods and attributes are under the class directive by Benjamin Peterson · 17 years ago
  85. 1c596d5 Use absolute import for test package by Amaury Forgeot d'Arc · 17 years ago
  86. 7477205 Add a few tests for pydoc. by Amaury Forgeot d'Arc · 17 years ago
  87. 48ebc26 Disable gc when running test_trace, or we may record the __del__ of collected objects. by Amaury Forgeot d'Arc · 17 years ago
  88. bf027c4 Remove cyclic reference in CFuncPtr instances; see issue #2682. by Thomas Heller · 17 years ago
  89. 5216721 Issue2681: the literal 0o8 was wrongly accepted, and evaluated as float(0.0). by Amaury Forgeot d'Arc · 17 years ago
  90. 11034c6 Add Jesus Cea. by Martin v. Löwis · 17 years ago
  91. 83c9201 Fix typo. by Martin v. Löwis · 17 years ago
  92. 19dfa3e Remove Py_Refcnt, Py_Type, Py_Size, as they were added only by Martin v. Löwis · 17 years ago
  93. 5169891 Add Guilherme Polo. by Martin v. Löwis · 17 years ago
  94. c859094 #2673 Fix example typo in optparse docs by Benjamin Peterson · 17 years ago
  95. 6c6f4f7 syntax fixup by Gregory P. Smith · 17 years ago
  96. 6d9aafa Factor in documentation changes from issue 1753732. by Skip Montanaro · 17 years ago
  97. 9686585 Issue #2670: urllib2.build_opener() failed when two handlers by Amaury Forgeot d'Arc · 17 years ago
  98. d59fefb update the getpass entry by Gregory P. Smith · 17 years ago
  99. 19b4411 Major improvements: by Gregory P. Smith · 17 years ago
  100. 8e0319d Add Thomas Lee by Neal Norwitz · 17 years ago