1. cb1f4c4 Standardized whitespace around function calls. by Greg Ward · 24 years ago
  2. 963cd2d Andrew Kuchling: changed so the '_path_created' dictionary is keyed on by Greg Ward · 24 years ago
  3. 3e6d438 Fixed 'run()' so it doesn't call 'bytecompile()' if 'install()' returned None. by Greg Ward · 24 years ago
  4. e564278 Expect a tuple (dest_name, copied) from 'copy_file()'. by Greg Ward · 24 years ago
  5. ff50ad5 Fix header file usage so that NULL is defined. NULL is needed by by Marc-André Lemburg · 24 years ago
  6. 3a5a2bd Changed 'build_module()' so it returns the result of 'copy_file()' by Greg Ward · 24 years ago
  7. 0d4a853 Changed 'copy_file()' so it returns a tuple (dest_name, copied) -- hopefully, by Greg Ward · 24 years ago
  8. ec84c21 In 'get_platform()', handle so-called POSIX systems that don't have by Greg Ward · 24 years ago
  9. 64d855a Changed to use the 'sub-commands' machinery: by Greg Ward · 24 years ago
  10. 70b1fd1 Moved some things around for better organization. by Greg Ward · 24 years ago
  11. d15a942 Fixed spelling of module; closes bug 115712. by Martin v. Löwis · 24 years ago
  12. efffd28 Add mimetools testcase. by Martin v. Löwis · 24 years ago
  13. 25d1692 Return after writing 7bit or 8bit encodings. Closes bug 115712 by Martin v. Löwis · 24 years ago
  14. af484d5 Mention in the module's doc string that other functions of the socket API by Martin v. Löwis · 24 years ago
  15. 58295de Replace to XXX notes to add references with real references. by Fred Drake · 24 years ago
  16. 5db246d Always use the same name for the exception defined in this module! by Fred Drake · 24 years ago
  17. a77254a PyModule_AddStringConstant(): Make this static since it isn't used by Fred Drake · 24 years ago
  18. c0718eb Remove unused VERSION #define. by Martin v. Löwis · 24 years ago
  19. 3f0969f Use string functions instead of methods to allow sharing this module with PyXML by Martin v. Löwis · 24 years ago
  20. 491ded7 Remove dependency from saxutils when loading xmlreader by Martin v. Löwis · 24 years ago
  21. 9f11cf8 Capitalized an "if" that should have been -- noted by Grant Griffin by Fred Drake · 24 years ago
  22. 0b5fb2b Add a paragraph about an optimization bug in SGI compilers which affects by Fred Drake · 24 years ago
  23. ffe58ca Reversely --> Conversely by Fred Drake · 24 years ago
  24. 45888ff Added a missing "is" -- noted by Grant Griffin <grant.griffin@honeywell.com>. by Fred Drake · 24 years ago
  25. 31b761e Spelling: internalization --> internationalization by Fred Drake · 24 years ago
  26. 1dbe9d5 Removed the extra_dirs and path_file metadata options. by Thomas Heller · 24 years ago
  27. 4ce4f2e os.startfile() documentation, based on text from Tim Peters. by Fred Drake · 24 years ago
  28. 42c83af The 2.0b2 change to write .pyc files in exclusive mode (if possible) by Tim Peters · 24 years ago
  29. 3cc7e4d Update list of extension modules that may be interesting to enable on by Fred Drake · 24 years ago
  30. 8179a9d Clarify that the Tk interface is not enabled by default when building by Fred Drake · 24 years ago
  31. 36d97eb Add #ifdef's for platforms that don't have the constants POLLRDNORM and by Andrew M. Kuchling · 24 years ago
  32. 0cdfc92 Fix typo: config.stat --> config.status by Fred Drake · 24 years ago
  33. 329796d Consistency nits, untabify. by Fred Drake · 24 years ago
  34. 8a9db99 Updated documentation relating to the various flavors of popen[234]() by Fred Drake · 24 years ago
  35. 18b9b93 Removed the implib_dir instance variable because it is unused. by Thomas Heller · 24 years ago
  36. 20af317 popen4(): Added for Unix. by Fred Drake · 24 years ago
  37. d75e63a popen4(), class Popen4: popen4() support for Unix. by Fred Drake · 24 years ago
  38. 38cb9f1 Convert all entries on sys.path to absolute paths, and also update the by Fred Drake · 24 years ago
  39. b4e460a Avoid import of string module; it is only needed for expandvars(). by Fred Drake · 24 years ago
  40. c0ab93e Minor style nits. by Fred Drake · 24 years ago
  41. 22fb839 Remove imports of string when string methods will do. by Fred Drake · 24 years ago
  42. b64c223 Minor ANSIfication: lib_python no longer needs to be initialized by Fred Drake · 24 years ago
  43. 44774c9 Add regex and regsub to the list of undocumented obsolete modules. by Fred Drake · 24 years ago
  44. 9543833 Added some tests for the truncate() method; one is commented out because by Fred Drake · 24 years ago
  45. e0a7f4f Add truncate() method to StringIO objects. by Fred Drake · 24 years ago
  46. d391a34 Remove change that had not been saved when the output was generated; by Fred Drake · 24 years ago
  47. a6debec Fix includes; not including Python.h caused the module not to compile on by Fred Drake · 24 years ago
  48. 33dde92 Update the documentation for ConfigParser to match the recent changes. by Fred Drake · 24 years ago
  49. 8ef6767 Regression test for ConfigParser module. by Fred Drake · 24 years ago
  50. 2a37f9f Allow spaces in section names. by Fred Drake · 24 years ago
  51. 6372fe1 Fix buffer overflow vulnerabilities in calculate_path(). Code used by Jeremy Hylton · 24 years ago
  52. 23542dc Updated hash values to match the new encoding (UTF-8) used in the test. by Marc-André Lemburg · 24 years ago
  53. 67ceca7 Fixed encoding to use an endianness independent format. by Marc-André Lemburg · 24 years ago
  54. 6a7768a Fixed misleading qname in test_xmlgen_ns (reported by loewis). by Lars Gustäbel · 24 years ago
  55. fc1b60e Fix double negative spotted by matt@mondoinfo.com by Andrew M. Kuchling · 24 years ago
  56. be870dd Added a section describing the new development process. Part of it by Andrew M. Kuchling · 24 years ago
  57. ef850de Bump version to 1.0pre. by Greg Ward · 24 years ago
  58. 264cf74 Remove deprecation warnings on old 'link_*()' methods, ie. they're not by Greg Ward · 24 years ago
  59. 4240648 Big patch from Rene Liebscher to simplify the CCompiler API and by Greg Ward · 24 years ago
  60. 3ad4e74 Wrote text for features added between 2.0b1 and b2. by Andrew M. Kuchling · 24 years ago
  61. 118ee96 Fixed error in explanation of codec decode_func pointed out by Gregg Hauser, by Andrew M. Kuchling · 24 years ago
  62. 8b2e4e8 Bump version to 0.9.4. by Greg Ward · 24 years ago
  63. 2c08cf0 Fix '_set_command_options()' so it only calls 'strtobool()' on strings by Greg Ward · 24 years ago
  64. 81467b8 This commit was manufactured by cvs2svn to create tag 'r20b2'. by cvs2svn · 24 years ago
  65. c79dff6 Added an "import xml.parsers.expat" to turn errors due to not having by Barry Warsaw · 24 years ago
  66. 97693b0 Fix GC news by Jeremy Hylton · 24 years ago
  67. d635b1d The Usual by Jeremy Hylton · 24 years ago
  68. 0872e05 Fix handling of file inputs on Windows; passing them to urllib.urlopen() by Fred Drake · 24 years ago
  69. 1bac645 the usual by Jeremy Hylton · 24 years ago
  70. 67233bc Fixed typo, description of changes to dbm module. by Fred Drake · 24 years ago
  71. fa2e2c1 The rest of the news for 2.0b2 by Jeremy Hylton · 24 years ago
  72. 64bb380 Elaborated the notes on the XML support. by Fred Drake · 24 years ago
  73. 6c8e4c3 Test output data for the Unicode database test suite. by Marc-André Lemburg · 24 years ago
  74. 6a20ee7 Added test suite for the complete Unicode database. The test previously by Marc-André Lemburg · 24 years ago
  75. ba90909 It's beta 2 now. Updated some stale URLs at pythonlabs.com. by Guido van Rossum · 24 years ago
  76. f62ed9c Fixed some typos, added some punctuation (e.g. consistently terminate by Guido van Rossum · 24 years ago
  77. 482c021 New info and fixed some typos. by Tim Peters · 24 years ago
  78. 1d6a729 More limits.h stuff in node.c. Fred, check this! by Tim Peters · 24 years ago
  79. 0b71cea Note that including Python.h includes limits.h when available. by Fred Drake · 24 years ago
  80. d5fadf7 Rationalize use of limits.h, moving the inclusion to Python.h. by Fred Drake · 24 years ago
  81. 1b61859 partial list of changes between 2.0b1 and 2.0b2 by Jeremy Hylton · 24 years ago
  82. 15f5e2a Remove a ?? in the description of Mac OS support. by Greg Ward · 24 years ago
  83. d8f7f81 Bump version to 0.9.3. by Greg Ward · 24 years ago
  84. 7b5af04 Yet another new unique extension in the test directory. by Tim Peters · 24 years ago
  85. ca4289f Reformat docstrings. Standardize whitespace in function calls. by Greg Ward · 24 years ago
  86. 071ed76 Standardize whitespace in function calls. by Greg Ward · 24 years ago
  87. 449f556 Whitespace fix. by Greg Ward · 24 years ago
  88. a30f7ac Reformat docstrings. Standardize whitespace in function calls. by Greg Ward · 24 years ago
  89. be86bde Standardize whitespace in function calls. by Greg Ward · 24 years ago
  90. fd7b91e Standardize whitespace in function calls and docstrings. by Greg Ward · 24 years ago
  91. 39d59b4 It's..... by Guido van Rossum · 24 years ago
  92. de33c79 HP-UX is another one of those platforms using an alternative lock by Guido van Rossum · 24 years ago
  93. 375732c - don't set the titlecase flag for uppercase letters (sorry, tim) by Fredrik Lundh · 24 years ago
  94. f1fcc81 Bump Windows "build number" to 6. by Tim Peters · 24 years ago
  95. 9e7dd4c unicode database compression, step 3: by Fredrik Lundh · 24 years ago
  96. 69b58e2 unicode database compression, step 3: by Fredrik Lundh · 24 years ago
  97. 0f8fad4 unicode database compression, step 3: by Fredrik Lundh · 24 years ago
  98. 858346e Replace SIGFPE paranoia around strtod and atof. I don't believe these by Tim Peters · 24 years ago
  99. 7f577e7 regex and regsub are obsolete and Evil, so don't include them in the club. by Fred Drake · 24 years ago
  100. e9133f7 unicode database compression, step 3: by Fredrik Lundh · 24 years ago