1. c492502 One more mod for support of C++ classes. by Jack Jansen · 18 years ago
  2. 03904bf For overriding C++ methods we also need to know whether a parameter by Jack Jansen · 18 years ago
  3. 35f82d7 Fixed an oversight and a misunderstanding of PEP253: by Jack Jansen · 18 years ago
  4. 8797578 Add two missing markup tags. by Georg Brandl · 19 years ago
  5. 4e6aff5 Make zlib builtin. by Martin v. Löwis · 19 years ago
  6. 9ca9f56 Ignore .svn instead of CVS now. by Martin v. Löwis · 19 years ago
  7. 538561e Ported from 2.4 branch: by Barry Warsaw · 19 years ago
  8. 536cf99 Whitespace normalization. by Tim Peters · 19 years ago
  9. e97e5a7 Add build support for _elementtree on Windows. by Trent Mick · 19 years ago
  10. e569fb5 Remove background image by Andrew M. Kuchling · 19 years ago
  11. a6d4b68 Add comment about updating docs by Andrew M. Kuchling · 19 years ago
  12. 09eef17 Enable optional "const" argument to _New routines. by Jack Jansen · 19 years ago
  13. ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
  14. db390c1 fix typos, mostly in comments by Fred Drake · 19 years ago
  15. 68b49ef Add Makefile which allows easily rebuilding the charmap codecs. by Marc-André Lemburg · 19 years ago
  16. 89bbfd4 Add custom mapping files used for generating some of the charmap codecs. by Marc-André Lemburg · 19 years ago
  17. bd20ea5 Apply some cosmetic fixes to the output of the script. by Marc-André Lemburg · 19 years ago
  18. 92b201d Add two new tools to compare codecs and show differences and to by Marc-André Lemburg · 19 years ago
  19. c5694c8 Moved gencodec.py to the Tools/unicode/ directory. by Marc-André Lemburg · 19 years ago
  20. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  21. 420254d Use lzx:21 for compression. Backported to 2.4 by Martin v. Löwis · 19 years ago
  22. 2190f8c Added a class MallocHeapOutputBufferType for types that are passed by Jack Jansen · 19 years ago
  23. b53355a Added support for (optionally) bracketing calls with by Jack Jansen · 19 years ago
  24. 9e34c04 Whitespace normalization (via reindent.py). by Tim Peters · 19 years ago
  25. 256372c Add findnocoding.py and pysource.py. by Georg Brandl · 19 years ago
  26. 5689731 Patch [ 784089 ] A program to scan python files and list those require coding by Georg Brandl · 19 years ago
  27. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
  28. f5f32b4 Whitespace normalization. by Tim Peters · 19 years ago
  29. 149787e Added an option to the scanner to generated marked-up HTML from the input by Jack Jansen · 19 years ago
  30. 7d66b00 Whitespace normalization. by Tim Peters · 19 years ago
  31. 6d394d9 Handle argref so it can be overridden more easily in a subclass. by Jack Jansen · 19 years ago
  32. 0257424 Allow for (optional) const declaration. by Jack Jansen · 19 years ago
  33. a6af76c Factored out the code that creates argument lists and formats for PyArg_Parse by Jack Jansen · 19 years ago
  34. 7b8f0a1 Sigh, changed the argument names in the tp_init function: to make them be by Jack Jansen · 19 years ago
  35. c418cc8 Teach texcheck about \textbar by Raymond Hettinger · 19 years ago
  36. a660caf Added methods mkvaluePreCheck and getargsPreCheck, which are called (for by Jack Jansen · 19 years ago
  37. 62cc123 More factorization: added a method getrvforcallit(). This allows a C++ by Jack Jansen · 19 years ago
  38. d4128f3 Added optional suppport for storage modifiers (virtual/static/inline/etc) by Jack Jansen · 19 years ago
  39. b6216dd More factorization to help C++ support. by Jack Jansen · 19 years ago
  40. 7e7688c bug [ 1072853 ] thisid not intialized in pindent.py script by Georg Brandl · 19 years ago
  41. 527c469 Normalize whitespace to avoid offending Bug Day volunteers. by Tim Peters · 19 years ago
  42. c700110 Added a missing newline Output(). by Jack Jansen · 19 years ago
  43. ab16c35 Revamped type declaration so the basic routines return a list of strings. by Jack Jansen · 19 years ago
  44. 8ceeaba Added support for optional modifiers to functions/methods (such as C++ const, by Jack Jansen · 19 years ago
  45. 2ab0ae6 More factorization. by Jack Jansen · 19 years ago
  46. d6d2c0d More tweaks for C++ support. Still doesn't seem to break anything:-) by Jack Jansen · 19 years ago
  47. bf7255f Minor tweaks, to allow some (out-of-tree, until successful) tinkering with C++. by Jack Jansen · 19 years ago
  48. f369470 Fix compiler.ast.flatten function so that it works on lists. by Neil Schemenauer · 19 years ago
  49. eba28be Whitespace normalization. by Tim Peters · 19 years ago
  50. 141f41a Reuse componentids for *.dll across minor releases. by Martin v. Löwis · 19 years ago
  51. 3390d33 Add more UUIDs. Update custom actions for Itanium. Backported to 2.4 by Martin v. Löwis · 19 years ago
  52. 3c24d96 Avoid using *W functions on Win95. Backported to 2.4. by Martin v. Löwis · 19 years ago
  53. 5a9fb3c Whitespace normalization. by Tim Peters · 20 years ago
  54. 5c9e55e Add more test directories to testsuite. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  55. 9fda931 Patch #1088716: build and incorporate libpython24.a. Backported to 2.4 by Martin v. Löwis · 20 years ago
  56. ac191da Properly quote IDLE shortcut. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  57. b4cebd4 Correct mapping of Python codec name to C encoding name for UTF-8 (the C lib by Marc-André Lemburg · 20 years ago
  58. eb68be4 Replace VB with VC. by Martin v. Löwis · 20 years ago
  59. bb4f1bd locale.py now uses an updated locale alias table (built using by Marc-André Lemburg · 20 years ago
  60. 4d930be Add all readme files in Tools. by Martin v. Löwis · 20 years ago
  61. 6d60c09 Include site-packages directory. by Martin v. Löwis · 20 years ago
  62. eac02e6 Add missing have_tcl conditions by Martin v. Löwis · 20 years ago
  63. 72f0801 SF bug #1061457: spelling error in win installer by Raymond Hettinger · 20 years ago
  64. 7b2563b Exclude badsyntax from compileall; adjust options to what Makefile.pre.in does. by Martin v. Löwis · 20 years ago
  65. 130e37f Read the text files to be compared in universal-newline mode. by Tim Peters · 20 years ago
  66. f13337d Fix lib-tk PythonPath. by Martin v. Löwis · 20 years ago
  67. 0e9980f Whitespace normalization. by Tim Peters · 20 years ago
  68. 0f02ce3 Do not include extpy[w].exe anymore by Martin v. Löwis · 20 years ago
  69. 1e3a264 Generate the product code properly by Martin v. Löwis · 20 years ago
  70. dff68d0 Change all extensions to unadvertised. by Martin v. Löwis · 20 years ago
  71. 0b4a7d9 Revert creation of launcher.exe. by Martin v. Löwis · 20 years ago
  72. 4b2017a Implement conditional extensions through launcher.exe. by Martin v. Löwis · 20 years ago
  73. 104c46b Support Python 2.2. by Martin v. Löwis · 20 years ago
  74. 566d934 compiler.transformer: correct lineno attribute when possible SF patch #1015989 by Jeremy Hylton · 20 years ago
  75. 7d3755d Add test_difflib_expect.html. by Martin v. Löwis · 20 years ago
  76. e0f780d Conditionalize Tcl feature by Martin v. Löwis · 20 years ago
  77. d3f61a2 Pickup Tk from tcltk directory. by Martin v. Löwis · 20 years ago
  78. e064b41 Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option. by Martin v. Löwis · 20 years ago
  79. 66cb018 Whitespace normalization. by Tim Peters · 20 years ago
  80. 8107ca4 Keep option parser from gobbling up the filename to be profiled and the by Skip Montanaro · 20 years ago
  81. 94607dd Whitespace normalization. by Tim Peters · 20 years ago
  82. 2dd2a28 Add acknowledgements to ExitDialog. by Martin v. Löwis · 20 years ago
  83. 8ffe9ab Move msi from sandbox to Tools. by Martin v. Löwis · 20 years ago
  84. 2443d4a - pygettext.py: Generate POT-Creation-Date header in ISO format. by Matthias Klose · 20 years ago
  85. 494aaee Whitespace normalization. by Tim Peters · 20 years ago
  86. e236b38 [Patch #1005491 ] use __name__ == '__main__' in scripts by Andrew M. Kuchling · 20 years ago
  87. e6e77e5 Fix by Michael W. Hudson · 20 years ago
  88. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
  89. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  90. 5ae638c Remove copyright notices from gencodec.py output. by Marc-André Lemburg · 20 years ago
  91. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  92. 4fba452 WTF is with this script? It contained illegal syntax and illegal by Tim Peters · 20 years ago
  93. c572e42 Call the correct tp_dealloc. by Jack Jansen · 20 years ago
  94. 7b7acd1 Use set() instead of sets.Set() by Raymond Hettinger · 20 years ago
  95. 5492f3d Add more known macros. by Raymond Hettinger · 20 years ago
  96. 27f8836 Whitespace normalization. by Tim Peters · 20 years ago
  97. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 20 years ago
  98. ba91b9f Applying SF patch #949329 on behalf of Raymond Hettinger. by Armin Rigo · 20 years ago
  99. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 20 years ago
  100. ffa5a50 Small fixes in freeze.py. by Gustavo Niemeyer · 20 years ago