1. 4ae8ef8 In _PyUnicode_Fini(), decref unicode_empty before tearng down the free by Guido van Rossum · 24 years ago
  2. 1319e3e Remove old note that os.popen() on Windows is unreliable; this is no by Fred Drake · 24 years ago
  3. f19a7ac Fix a few problems with the _Printer class and the license variable. by Guido van Rossum · 24 years ago
  4. 12e1595 Clarify that isatty is only guaranteed to return true for slave ends of by Thomas Wouters · 24 years ago
  5. f2c1be2 On some systems (like Solaris), the master end of a tty/pty pair is by Thomas Wouters · 24 years ago
  6. 13589c6 Bump the release number for the upcoming candidate. by Fred Drake · 24 years ago
  7. 65d4bc6 Fixed negative lookahead/lookbehind. Closes bug #115618. by Fredrik Lundh · 24 years ago
  8. 8429448 _PyImport_Fini(): Closed small memory leak when an embedded app calls by Barry Warsaw · 24 years ago
  9. e35360f Jim Ahlstrom sent a few corrections to my changes. (Thanks!) by Fred Drake · 24 years ago
  10. 5191463 Undo Ping's change. by Guido van Rossum · 24 years ago
  11. 099e534 Change first line to #!/usr/bin/env python (really just to test check-in). by Ka-Ping Yee · 24 years ago
  12. 5f84c9b $OFF_SITE_LINK_ICON: Don't define here; simply defining it overrides a by Fred Drake · 24 years ago
  13. 58a2dff Replace minimal \seetext references with better annotated \seerfc by Fred Drake · 24 years ago
  14. da175f4 Bump version to 1.0. by Greg Ward · 24 years ago
  15. 25a309c Remove some debugging prints. by Greg Ward · 24 years ago
  16. a9d3783 Fixed so --no-compile is a negative alias for --compile. by Greg Ward · 24 years ago
  17. 9216cfe Added a long-winded comment (and commented-out comment to go with out) by Greg Ward · 24 years ago
  18. d52755f Provide a clearer error message when urlopen fails because of an by Jeremy Hylton · 24 years ago
  19. 4dc1a6d Added some comments on the interaction of reload() and extension modules. by Fred Drake · 24 years ago
  20. 296b8f5 Add deprecation note since the XML support is shaping up. by Fred Drake · 24 years ago
  21. d254c00 Remove redundent information from a docstring. by Fred Drake · 24 years ago
  22. 8093b70 Minor change to attributes so that the stylesheets can have better control. by Fred Drake · 24 years ago
  23. 0422e7f Remove comment about -lucb for the mmap module -- the module has been by Fred Drake · 24 years ago
  24. 484d735 Delay import of py_compile until needed, since is is only used by the by Fred Drake · 24 years ago
  25. 4278024 Substantially revised documentation for the zipfile module, partially based by Fred Drake · 24 years ago
  26. 5df72f0 Minor stylesheet nit. by Fred Drake · 24 years ago
  27. 1ea64ea Supporting rl_library_version is more trouble than it's worth -- by Guido van Rossum · 24 years ago
  28. 3105f92 Added Daniel Dittmar, for helping get the configuration working for by Fred Drake · 24 years ago
  29. 7a40c07 make_icon_filename(): Convenience function to turn a partial filename by Fred Drake · 24 years ago
  30. 625915e typo by Jeremy Hylton · 24 years ago
  31. e3c3b27 Fix a bug in stack overflow error handling. This fixes half of Bug #115555. by Guido van Rossum · 24 years ago
  32. f6791f3 Minor usage fix. by Fred Drake · 24 years ago
  33. 3944a01 Do not set Konquerer to be the default browser if $KDEDIR is set -- some by Fred Drake · 24 years ago
  34. 8d3312f Add documentation and warnings for the isCallable(), isMappingType(), by Fred Drake · 24 years ago
  35. 0295181 Typo fix. by Greg Ward · 24 years ago
  36. 73a6c94 Added the ability to do byte-compilation at build time, currently off by Greg Ward · 24 years ago
  37. 8161022 Added --compile, --optimize options so users have an easy way to by Greg Ward · 24 years ago
  38. cb9c9ae Finished the overhaul of byte-compilation options: there's now a 6-way by Greg Ward · 24 years ago
  39. 04cc88d Remove the temporary byte-compilation script when we're done with it. by Greg Ward · 24 years ago
  40. c1acc69 From 'run()', only call 'bytecompile()' if we actually have by Greg Ward · 24 years ago
  41. f217e21 Tweaked 'byte_compile()' so it silently skips non-Python files, rather than by Greg Ward · 24 years ago
  42. 4b6ea79 Don't rename Tkinter to Tk; closes bug 115714 Subclass Error from Exception. by Martin v. Löwis · 24 years ago
  43. 145f96e my_getpagesize(): New function; returns the size of a page of memory. by Fred Drake · 24 years ago
  44. 370a29f Added a zip() test where one of the arguments is an instance whose by Barry Warsaw · 24 years ago
  45. cc4adf2 Add missing "s" from format string. This closes SourceForge patch #101714. by Fred Drake · 24 years ago
  46. 0bc5953 Added skeletal "Building Extensions: Tips and Tricks" section. This by Greg Ward · 24 years ago
  47. 1df6e7b Reduced the 'bytecompile()' method to a one-line wrapper around by Greg Ward · 24 years ago
  48. 1297b5c Added 'byte_compile(): an all-singing, all-dancing wrapper around the by Greg Ward · 24 years ago
  49. 4752769 Various docstring tweaks. by Greg Ward · 24 years ago
  50. b8b263b Reformat docstrings. by Greg Ward · 24 years ago
  51. cb1f4c4 Standardized whitespace around function calls. by Greg Ward · 24 years ago
  52. 963cd2d Andrew Kuchling: changed so the '_path_created' dictionary is keyed on by Greg Ward · 24 years ago
  53. 3e6d438 Fixed 'run()' so it doesn't call 'bytecompile()' if 'install()' returned None. by Greg Ward · 24 years ago
  54. e564278 Expect a tuple (dest_name, copied) from 'copy_file()'. by Greg Ward · 24 years ago
  55. ff50ad5 Fix header file usage so that NULL is defined. NULL is needed by by Marc-André Lemburg · 24 years ago
  56. 3a5a2bd Changed 'build_module()' so it returns the result of 'copy_file()' by Greg Ward · 24 years ago
  57. 0d4a853 Changed 'copy_file()' so it returns a tuple (dest_name, copied) -- hopefully, by Greg Ward · 24 years ago
  58. ec84c21 In 'get_platform()', handle so-called POSIX systems that don't have by Greg Ward · 24 years ago
  59. 64d855a Changed to use the 'sub-commands' machinery: by Greg Ward · 24 years ago
  60. 70b1fd1 Moved some things around for better organization. by Greg Ward · 24 years ago
  61. d15a942 Fixed spelling of module; closes bug 115712. by Martin v. Löwis · 24 years ago
  62. efffd28 Add mimetools testcase. by Martin v. Löwis · 24 years ago
  63. 25d1692 Return after writing 7bit or 8bit encodings. Closes bug 115712 by Martin v. Löwis · 24 years ago
  64. af484d5 Mention in the module's doc string that other functions of the socket API by Martin v. Löwis · 24 years ago
  65. 58295de Replace to XXX notes to add references with real references. by Fred Drake · 24 years ago
  66. 5db246d Always use the same name for the exception defined in this module! by Fred Drake · 24 years ago
  67. a77254a PyModule_AddStringConstant(): Make this static since it isn't used by Fred Drake · 24 years ago
  68. c0718eb Remove unused VERSION #define. by Martin v. Löwis · 24 years ago
  69. 3f0969f Use string functions instead of methods to allow sharing this module with PyXML by Martin v. Löwis · 24 years ago
  70. 491ded7 Remove dependency from saxutils when loading xmlreader by Martin v. Löwis · 24 years ago
  71. 9f11cf8 Capitalized an "if" that should have been -- noted by Grant Griffin by Fred Drake · 24 years ago
  72. 0b5fb2b Add a paragraph about an optimization bug in SGI compilers which affects by Fred Drake · 24 years ago
  73. ffe58ca Reversely --> Conversely by Fred Drake · 24 years ago
  74. 45888ff Added a missing "is" -- noted by Grant Griffin <grant.griffin@honeywell.com>. by Fred Drake · 24 years ago
  75. 31b761e Spelling: internalization --> internationalization by Fred Drake · 24 years ago
  76. 1dbe9d5 Removed the extra_dirs and path_file metadata options. by Thomas Heller · 24 years ago
  77. 4ce4f2e os.startfile() documentation, based on text from Tim Peters. by Fred Drake · 24 years ago
  78. 42c83af The 2.0b2 change to write .pyc files in exclusive mode (if possible) by Tim Peters · 24 years ago
  79. 3cc7e4d Update list of extension modules that may be interesting to enable on by Fred Drake · 24 years ago
  80. 8179a9d Clarify that the Tk interface is not enabled by default when building by Fred Drake · 24 years ago
  81. 36d97eb Add #ifdef's for platforms that don't have the constants POLLRDNORM and by Andrew M. Kuchling · 24 years ago
  82. 0cdfc92 Fix typo: config.stat --> config.status by Fred Drake · 24 years ago
  83. 329796d Consistency nits, untabify. by Fred Drake · 24 years ago
  84. 8a9db99 Updated documentation relating to the various flavors of popen[234]() by Fred Drake · 24 years ago
  85. 18b9b93 Removed the implib_dir instance variable because it is unused. by Thomas Heller · 24 years ago
  86. 20af317 popen4(): Added for Unix. by Fred Drake · 24 years ago
  87. d75e63a popen4(), class Popen4: popen4() support for Unix. by Fred Drake · 24 years ago
  88. 38cb9f1 Convert all entries on sys.path to absolute paths, and also update the by Fred Drake · 24 years ago
  89. b4e460a Avoid import of string module; it is only needed for expandvars(). by Fred Drake · 24 years ago
  90. c0ab93e Minor style nits. by Fred Drake · 24 years ago
  91. 22fb839 Remove imports of string when string methods will do. by Fred Drake · 24 years ago
  92. b64c223 Minor ANSIfication: lib_python no longer needs to be initialized by Fred Drake · 24 years ago
  93. 44774c9 Add regex and regsub to the list of undocumented obsolete modules. by Fred Drake · 24 years ago
  94. 9543833 Added some tests for the truncate() method; one is commented out because by Fred Drake · 24 years ago
  95. e0a7f4f Add truncate() method to StringIO objects. by Fred Drake · 24 years ago
  96. d391a34 Remove change that had not been saved when the output was generated; by Fred Drake · 24 years ago
  97. a6debec Fix includes; not including Python.h caused the module not to compile on by Fred Drake · 24 years ago
  98. 33dde92 Update the documentation for ConfigParser to match the recent changes. by Fred Drake · 24 years ago
  99. 8ef6767 Regression test for ConfigParser module. by Fred Drake · 24 years ago
  100. 2a37f9f Allow spaces in section names. by Fred Drake · 24 years ago