1. 243bff4 Clean up junk files left behind by imp.load_source(). by Tim Peters · 24 years ago
  2. 0c8f664 Remove debugging "set -x". by Fred Drake · 24 years ago
  3. 42119e4 Fix a few minor markup nits. by Fred Drake · 24 years ago
  4. f585bef Be a bit more strict in setting up the export of the C API for this by Fred Drake · 24 years ago
  5. 6be838a Rene Liebscher <R.Liebscher@gmx.de>: by Fred Drake · 24 years ago
  6. d85556c Wrap several more of the constants in #ifdef/#endif for FreeBSD; at least by Fred Drake · 24 years ago
  7. 4211925 Added `memtest' target which excludes the quicktest modules plus by Barry Warsaw · 24 years ago
  8. 61af560 Discuss PEP 236. Update nested scope section. by Andrew M. Kuchling · 24 years ago
  9. feb6719 Use r""" instead of """ for the docstring so that backslashes are preserved. by Ka-Ping Yee · 24 years ago
  10. 81df7be Update estimate bug and patch counts by Andrew M. Kuchling · 24 years ago
  11. 3f4e717 Revise the scripts I use to update the documentation on the SourceForge by Fred Drake · 24 years ago
  12. 93c8671 Lots of organizational changes for consistency with the rest of the by Fred Drake · 24 years ago
  13. b3570e8 This commit was manufactured by cvs2svn to create tag 'r21b1'. by cvs2svn · 24 years ago
  14. 80d4c07 There was a real leak in the "export a C API" example; fix that one. by Fred Drake · 24 years ago
  15. ab357ec Label classes and exceptions explicitly in the documentation (for their by Fred Drake · 24 years ago
  16. 0539bfa There is no longer a -X option to the interpreter, so remove the comments by Fred Drake · 24 years ago
  17. 78d7dc4 Added -o/--output-file option as per GNU msgfmt to specify the output by Barry Warsaw · 24 years ago
  18. 043d5e5 For copyfile(), be explicit that src and dst are file names; that was only by Fred Drake · 24 years ago
  19. 043732e Enable FSpResourceFileAlreadyOpen only for Carbon. This is not strictly correct: OS9 InterfaceLib has it, but enabling it will make Python refuse to run on 8.6 and earlier. by Jack Jansen · 24 years ago
  20. cfef0096 Job.build_html(): When formatting HTML into more than one HTML page, and by Fred Drake · 24 years ago
  21. e3955a8 Add some more info about pydoc. (Can you see I'm excited?) by Guido van Rossum · 24 years ago
  22. 9d0fbde Add big news item about nested scopes, __future__, and compile-time warnings. by Guido van Rossum · 24 years ago
  23. b87df3d Itamar S.T. by Guido van Rossum · 24 years ago
  24. d1d053c Patch by Itamar S.T. (SF#305470): add reset() method. by Guido van Rossum · 24 years ago
  25. 53a7906 When not copying a file because the output is up to date, make the message by Fred Drake · 24 years ago
  26. ad2c3c7 Extra fix from bbum (SF #402357) for his previous patch: by Guido van Rossum · 24 years ago
  27. b7fe432 Fix by Donn Cave for BeOS (SF #403642): by Guido van Rossum · 24 years ago
  28. 258ccd4 Fix typo in RISCOS patch inside MS #ifdef. (Probably my own fingers.) by Guido van Rossum · 24 years ago
  29. dedbebf Add more protection around the VSWTC/VSWTCH, CRTSCTS, and XTABS symbols; by Fred Drake · 24 years ago
  30. 9089b27 ROSCOS change. by Guido van Rossum · 24 years ago
  31. fb872a7 Dietmar Schwertberger; shuffled a bunch of Sch* names in alphabetical order. by Guido van Rossum · 24 years ago
  32. d74fb6b RISCOS changes by dschwertberger. by Guido van Rossum · 24 years ago
  33. 4ba3d65 Use != instead of <>. Sorry, Barry. by Guido van Rossum · 24 years ago
  34. 48a680c RISCOS changes by dschwertberger. by Guido van Rossum · 24 years ago
  35. 1ca8bb3 RISCOS changes by dschwertberger by Guido van Rossum · 24 years ago
  36. 5dfa137 Disable the dl module by Andrew M. Kuchling · 24 years ago
  37. 3ed4c15 RISCOS changes by dschwertberger. by Guido van Rossum · 24 years ago
  38. f0ee4b2 RISCOS patch by dschwertberger by Guido van Rossum · 24 years ago
  39. db8ed15 Use '127.0.0.1' only on Mac; for other, sane platforms, use 'localhost'. by Ka-Ping Yee · 24 years ago
  40. 228d807 RISCOS files by dschwertberger by Guido van Rossum · 24 years ago
  41. c92cdf7 The sys.platform identifier for Windows is just 'win32' (for all varieties). by Ka-Ping Yee · 24 years ago
  42. 7dcf84f Search /tmp before /var/tmp and /usr/tmp -- this seems preferred. by Guido van Rossum · 24 years ago
  43. 4eb0c00 Make getsourcefile() succeed even if the filename doesn't end in '.py' -- by Ka-Ping Yee · 24 years ago
  44. 9054344 Replace literal '@test' with TESTFN. by Ka-Ping Yee · 24 years ago
  45. ca956e2 When catching errors from os.rmdir(), test for os.error, not IOError! by Guido van Rossum · 24 years ago
  46. fe010e4 Add a new item to the Python 2.1 start menu: "Module Docs". by Guido van Rossum · 24 years ago
  47. b616e11 Believe it or not, but "more" on Windows requires "more <file" rather by Guido van Rossum · 24 years ago
  48. 207fda6 Refactored the warning-issuing code more. by Guido van Rossum · 24 years ago
  49. 677898a Thanks to Steven Majewski, finally putting MacOS X imports to bed for 2.1b1. by Tim Peters · 24 years ago
  50. fd85a4e Typo repair. by Tim Peters · 24 years ago
  51. 03bd26d Added William Tanksley. by Tim Peters · 24 years ago
  52. d74bc43 Make names in __future__.py bind to class instances instead of 2-tuples. by Tim Peters · 24 years ago
  53. 239432a Clean up the handling of getsourcefile/getabsfile. by Ka-Ping Yee · 24 years ago
  54. c113c24 Clarify the purpose of getsourcefile(). by Ka-Ping Yee · 24 years ago
  55. 0a8c29b Clarify synopsis line a bit. by Ka-Ping Yee · 24 years ago
  56. fc35de4 test_global was broken by some recent checkin. Repairing. by Tim Peters · 24 years ago
  57. 7a25765 When seeking the module for an object, compare absolute (not relative) paths. by Ka-Ping Yee · 24 years ago
  58. a2fe103 Use imp.get_suffixes to determine a module name in modulename(file). by Ka-Ping Yee · 24 years ago
  59. 7fc49a4 - Numeric now lives in Lib:site-python. by Jack Jansen · 24 years ago
  60. 807e701 - Numeric now lives in Lib:site-python. by Jack Jansen · 24 years ago
  61. b34d0ed Removed some stuff that shouldn't be in the dev distribution. by Jack Jansen · 24 years ago
  62. 1b45c73 Removed Extensions:Numeric from sys.path. It now lives in Lib:site-python. by Jack Jansen · 24 years ago
  63. dbd0c3a Silly typo which caused the stack browser to crash. by Jack Jansen · 24 years ago
  64. a647807 Also build Imaging for Carbon. by Jack Jansen · 24 years ago
  65. 9f324e9 Useful future statement support for the interactive interpreter by Jeremy Hylton · 24 years ago
  66. 0f6b383 Put current date into POT-Creation-Date; leave PO-Revision-Date for by Martin v. Löwis · 24 years ago
  67. 2fe289a Thank Jason Tishler and Steven Majewski for their help in the Cygwin and by Tim Peters · 24 years ago
  68. 9ef7fa8 Solaris defines VSWTCH instead of VSWTC; carefully make sure both are by Fred Drake · 24 years ago
  69. bb66a20 Wrap some long lines, use only C89 /* */ comments, and add spaces around by Fred Drake · 24 years ago
  70. 4a2261a Add Samuele Pedroni by Guido van Rossum · 24 years ago
  71. 9aa643c Test interaction of global and nested scopes -- thanks to Samuele Pedroni. by Guido van Rossum · 24 years ago
  72. 7606e4d Added entry for urllib2 documentation. by Fred Drake · 24 years ago
  73. d977e35 Also accept .so as an extension for module files. by Ka-Ping Yee · 24 years ago
  74. 8c01158 Use larger chunks for the HTML version of the Distutils documentation. by Fred Drake · 24 years ago
  75. a9a83e9 Comment out section titles for sections that have not been written yet; by Fred Drake · 24 years ago
  76. a09262e Comment out section titles for sections that have not been written yet; by Fred Drake · 24 years ago
  77. f89ad5e Document configuration flags to compile for large file support on by Guido van Rossum · 24 years ago
  78. 4f53da0 Two improvements to large file support: by Guido van Rossum · 24 years ago
  79. d1e87a8 More MacOSX fiddling. As noted in a comment, I believe all variations by Tim Peters · 24 years ago
  80. 4f64c13 Better __credits__. by Ka-Ping Yee · 24 years ago
  81. 1b6e6c0 Here we go again, another round of version bumping... by Guido van Rossum · 24 years ago
  82. 244c593 Add __author__ and __credits__ variables. by Ka-Ping Yee · 24 years ago
  83. 8b58b84 Add __author__ variable. by Ka-Ping Yee · 24 years ago
  84. 66efbc7 Docstring improvements. by Ka-Ping Yee · 24 years ago
  85. dbe6ebb More fiddling w/ the new-fangled Mac import code. by Tim Peters · 24 years ago
  86. 8a18e99 Checking in patch 404826 -- urllib2 enhancements and documentations. by Moshe Zadka · 24 years ago
  87. 2510831 Whitespace normalization. by Tim Peters · 24 years ago
  88. c63d3e9 Suppress a compiler warning under OpenVMS; time_t is unsigned on (at least) by Fred Drake · 24 years ago
  89. 7889107 Fix core dump in example from Samuele Pedroni: by Jeremy Hylton · 24 years ago
  90. a52e8fe Visit the closure during traversal and XDECREF it on during deallocation. by Jeremy Hylton · 24 years ago
  91. baee0d4 Bump the release number to 2.1b1. by Fred Drake · 24 years ago
  92. 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 24 years ago
  93. 58eadba move import into function to avoid having to add an __all__ list... by Skip Montanaro · 24 years ago
  94. 59ade08 Add getlineno() routine to account for LINENO optimization. by Ka-Ping Yee · 24 years ago
  95. abb379e Revised version of Jason Tishler's patch to make this compile on Cygwin, by Fred Drake · 24 years ago
  96. 5c01534 Add tests for the .copy() methods of both weak dictionary classes. by Fred Drake · 24 years ago
  97. 9d2c85d Change WeakDictionary to WeakValueDictionary in a couple more places. by Fred Drake · 24 years ago
  98. 5f850ab Prepare Windows for 2.1 beta 1: installer dialogs and bump "build number". by Tim Peters · 24 years ago
  99. 1eff796 Added blurbs about difflib, doctest and Windows import (PEP 235). by Tim Peters · 24 years ago
  100. 5819aa8 Remove extra close curly in code #ifdef'ed out on my box. by Tim Peters · 24 years ago