1. 5e872de If the refcount field is "null", that's ok; the value will be None. by Fred Drake · 24 years ago
  2. 729eca1 For functions which return a PyObject* but use "null" for the by Fred Drake · 24 years ago
  3. 0a863da cfuncdesc environment: by Fred Drake · 24 years ago
  4. 4dfcd76 Added project dependencies -- Mark is right, these are needed. by Guido van Rossum · 24 years ago
  5. 6d2332d Strangely, we *do* need to define ZLIB_DLL. by Guido van Rossum · 24 years ago
  6. adb272c do_cmd_datalineni(): New function, to implement the non-indexing form by Fred Drake · 24 years ago
  7. 6e277cf Christian Tismer: added test to ensure that multiplication commutes. by Guido van Rossum · 24 years ago
  8. ba71a24 Simple optimization by Christian Tismer, who gives credit to Lenny by Guido van Rossum · 24 years ago
  9. 2516b39 Implement suggestion from Lawrence Kesteloot in PR#280, to change the by Guido van Rossum · 24 years ago
  10. b81e70e Fredrik Lundh: new snapshot. Mostly reindented. by Guido van Rossum · 24 years ago
  11. 5de435a Removed CRLF line endings. by Guido van Rossum · 24 years ago
  12. 2953088 Remove CRLF line endings. by Guido van Rossum · 24 years ago
  13. a25d7dd Some cleanup -- don't use splitfields/joinfields, standardize by Guido van Rossum · 24 years ago
  14. 3bb1edb Match the error messages to say "(most recent call last)" like the by Guido van Rossum · 24 years ago
  15. d6904ea Use a better approach to locating IDLE's default configuration, by Fred Drake · 24 years ago
  16. 4467959 Patch by Vladimir Marangozov to include the function name when by Guido van Rossum · 24 years ago
  17. 1a4b593 Use a constant to specify the number of child threads to create. by Fred Drake · 24 years ago
  18. 9706486 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  19. 45ad3c4 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  20. fd4b957 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  21. 90daa87 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  22. b244f69 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  23. 52c2359 Marc-Andre Lemburg: New exported API PyUnicode_Resize(). by Guido van Rossum · 24 years ago
  24. 4b49101 Don't be so strict in checking AttributeError -- the error message by Guido van Rossum · 24 years ago
  25. 547e952 Output from test_zipfile.py. by Guido van Rossum · 24 years ago
  26. 368f04a Test for zipfile.py, by Jim Ahlstrom. by Guido van Rossum · 24 years ago
  27. d197a3a Define 'self.force' in the constructor and remove the hack in '__getattr__()' by Greg Ward · 24 years ago
  28. 5f8b12f Mark Hammond: by Guido van Rossum · 24 years ago
  29. 5db862d Skip Montanaro: add string precisions to calls to PyErr_Format by Guido van Rossum · 24 years ago
  30. fa972c9 In dealloc(), only close the socket if fd != -1. by Guido van Rossum · 24 years ago
  31. 7aff6f3 Delete some debugging print statements. by Greg Ward · 24 years ago
  32. e9613ae Added a check for the 'force' attribute in '__getattr__()' -- better than by Greg Ward · 24 years ago
  33. d38e6f7 Added optional 'prefix' arguments to 'get_python_inc()' and 'get_python_lib()'. by Greg Ward · 24 years ago
  34. cf6bea3 Better variable names here and there. by Greg Ward · 24 years ago
  35. c41d6b3 Added '--force' option -- very clear what it means for building (ignore by Greg Ward · 24 years ago
  36. 68a0757 Removed global '--force' option -- just too vague a concept to be applicable by Greg Ward · 24 years ago
  37. 582a870 Added __version__ to store the Distutils version number. by Greg Ward · 24 years ago
  38. c248bae Moved definition of \XXX command out to distutils.sty. by Greg Ward · 24 years ago
  39. 6002ffc Wrote the introduction (including several subsections). by Greg Ward · 24 years ago
  40. ae78718 minor tweak (jvr) by Just van Rossum · 24 years ago
  41. 73efed2 added experimental microthread support for use with stackless python -- bw compatible (jvr) by Just van Rossum · 24 years ago
  42. d949b5c added popup control (jvr) by Just van Rossum · 24 years ago
  43. 7051e52 added setbound() method, some cleanups (jvr) by Just van Rossum · 24 years ago
  44. 6e5f2d1 oops, keyword list missed exec... doh! thanks to Maik Roeder (jvr) by Just van Rossum · 24 years ago
  45. 7d7bb91 Installer Vise vct file for 1.6a1. Not very pretty (and needs funny directory structure). by Jack Jansen · 24 years ago
  46. 4aafaf9 Modified for 1.6a1. by Jack Jansen · 24 years ago
  47. ffd61a6 Quick readme for 1.6a1. by Jack Jansen · 24 years ago
  48. facb8db Fixed so LaTeX can actually process it, and so it looks like the other by Greg Ward · 24 years ago
  49. 16aafcd Got started for real on this manual. Completely untested and unread -- just by Greg Ward · 24 years ago
  50. 7593eb3 Extracted a bunch of Distutils-specific commands and macros to distutils.sty by Greg Ward · 24 years ago
  51. 60908f1 Ditched the unused 'list_only' option. by Greg Ward · 24 years ago
  52. b2e2c29 Catch DistutilsFileError in addition to DistutilsExecError in 'setup()'. by Greg Ward · 24 years ago
  53. b361233 Added (currently) pointless and trivial main body (for future tests). by Greg Ward · 24 years ago
  54. d759f5f This little note is to clarify things for people who go poking around the by Greg Ward · 24 years ago
  55. 6c38e5b Drag was missing from the modules built. by Jack Jansen · 24 years ago
  56. d96f04c This hadn't been checked in for a while. by Jack Jansen · 24 years ago
  57. 9164f88 Fix Skip's email address in his attribution! (Thanks, Skip!) by Fred Drake · 24 years ago
  58. e7a8c97 Added support for the "Long HTML" version to the build/packaging process. by Fred Drake · 24 years ago
  59. c2c46c3 New example from Skip Montanaro <skip@mojam.com>. by Fred Drake · 24 years ago
  60. 037649e Enable multithreading. by Jack Jansen · 24 years ago
  61. 6d3632a Added a profiling target. by Jack Jansen · 24 years ago
  62. a974d24 Fiddled linkorder and a few other things to make shared threaded python work. by Jack Jansen · 24 years ago
  63. 46f1458 Describe the purpose of the "long HTML" package. by Fred Drake · 24 years ago
  64. 5fa3886 Fred Gansevles <gansevle@cs.utwente.nl>: by Fred Drake · 24 years ago
  65. 37d21e1 Started on GUSI2 and threading support. by Jack Jansen · 24 years ago
  66. d629660 1.6a1 modules added. by Jack Jansen · 24 years ago
  67. 7f70c8e Started on GUSI2 and threading support. cfm68k targets are still included in all projects, but for the time being all the "fat" targets exclude them, making them basically copy operations. This way we don't have to rename everything, and anyone interested can easily try to fix 68k support. by Jack Jansen · 24 years ago
  68. 2d1306b Started on GUSI2 and threading support. by Jack Jansen · 24 years ago
  69. 5c21420 Ready for 1.6a1. Reordered the defines to be in line with config.h.in again, so tracking the new defines will be easier in future. by Jack Jansen · 24 years ago
  70. e31d3d6 Return a handle in stead of a resource. by Jack Jansen · 24 years ago
  71. a396a88 Vladimir Marangozov: This fixes the line number in the string by Guido van Rossum · 24 years ago
  72. fa9ef18 Just in case someone wants to use this, let's fix the pathname. by Guido van Rossum · 24 years ago
  73. cff5482 Mark RELEASE with the release level ("a2"). by Fred Drake · 24 years ago
  74. ba47704 Conrad Huang points out that "if (0 < ch < 256)", while legal C, by Guido van Rossum · 24 years ago
  75. 69ca950 Make sure the \declaremodule uses the right name for the module! by Fred Drake · 24 years ago
  76. 343301a unichr(), unicode(): Added \versionadded{} annotations. by Fred Drake · 24 years ago
  77. 0b72116 Marc-Andre Lemburg <mal@lemburg.com>: Added UnicodeType. by Fred Drake · 24 years ago
  78. 56ced2a Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  79. 5828ad6 Revised / removed comments about string exceptions (relating to the by Fred Drake · 24 years ago
  80. 08df3ac Bump version to 1.6a2 -- to be released one of these days. by Guido van Rossum · 24 years ago
  81. 3cb793e Marc-Andre Lemburg <mal@lemburg.com>: Added UnicodeError description. by Fred Drake · 24 years ago
  82. 61098f2 Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  83. b1b3096 Moved socket, select, unicodedata to their own PYD. This should by Guido van Rossum · 24 years ago
  84. 665dd70 Note the exception raised when parameter to chr() is out of range. by Fred Drake · 24 years ago
  85. 33d5184 Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  86. f4a3bd4 Remove _socket, select, soundex, and unicodedata. These have been by Guido van Rossum · 24 years ago
  87. 2097ef1 Added entry for codecs module. by Fred Drake · 24 years ago
  88. 98f8a3d Added codecs entry here as part of String Services. by Fred Drake · 24 years ago
  89. b7979c7 Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  90. 9dc30bb Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  91. a4cd261 Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  92. 8b3ce9e But don't do the funny \UNICODE macro; we're trying to get away from by Fred Drake · 24 years ago
  93. f0aff8e Patch from Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  94. 54b1c0b Windows: Since we're not using ZLIB.DLL any more, don't define ZLIB_DLL. by Guido van Rossum · 24 years ago
  95. 4cb8c0b Add msvcrt to list of libraries to ignore in Debug mode. by Guido van Rossum · 24 years ago
  96. 7d508fe Add missing import of 'usage' string. by Greg Ward · 24 years ago
  97. 6d5c6bd Removed bogus connect() call in SMTP example; reported by Travis by Fred Drake · 24 years ago
  98. 71b04da Added reference to the multifile module from the "See also" section by Fred Drake · 24 years ago
  99. 1b6e821 Added a few cast to make it 68k-compatible. by Jack Jansen · 24 years ago
  100. 34888ed Fredrik Lundh: eliminate a MSVC compiler warning. by Guido van Rossum · 24 years ago