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