1. f23431d New script to convert the ACKS file to a nicely formatted HTML file. by Fred Drake · 24 years ago
  2. 01a110b Use the new support module instead of including all the getopt by Fred Drake · 24 years ago
  3. ca2b2e0 Factor out some of the presentation and shared code from mkmodindex and by Fred Drake · 24 years ago
  4. 4beff43 List of acknowledgements culled from CVS checkin logs and memory. by Fred Drake · 24 years ago
  5. ad14720 New tool for normalizing indentation of .py files. by Tim Peters · 24 years ago
  6. 559b5c8 Update for next planned release. by Fred Drake · 24 years ago
  7. d57731f Move LONG_BIT from intobject.c to pyport.h. #error if it's already been by Tim Peters · 24 years ago
  8. c85eb0b Enable the binascii module for Win64. It builds and passes the test suite. by Trent Mick · 24 years ago
  9. d68d0a6 Fix for test_class.py on Win64. id(self), which on Win64 returns a by Trent Mick · 24 years ago
  10. b2c2c9e - update Neil's email address by Neil Schemenauer · 24 years ago
  11. 97d723b - do not start collection during processing of an exception by Neil Schemenauer · 24 years ago
  12. 5196c58 - Fix a GC bug caused by PyDict_New() failing. by Neil Schemenauer · 24 years ago
  13. e3550a6 - fix a GC bug caused by malloc() failing by Neil Schemenauer · 24 years ago
  14. 15f0666 Added deprecation notices to atof(), atoi(), and atol(), recommending by Fred Drake · 24 years ago
  15. c71c23e Added \versionchanged comment to os.popen() noting that it was unreliable by Fred Drake · 24 years ago
  16. 63eb630 Remove styling information that conflicts with or duplicates the stylesheet; by Fred Drake · 24 years ago
  17. d44dc3c Rewrites to section on new development process, after Usenet discussion by Andrew M. Kuchling · 24 years ago
  18. 0b4e25d Use \obindex{...} instead of \indexii{...}{type} in many places; this is by Fred Drake · 24 years ago
  19. d215218 test_popen2 broke on Windows shortly after 2.0b2 was released. Fixed it. by Tim Peters · 24 years ago
  20. cf0a1cc Support non-namespace elements in *ElementNS of XMLGenerator. by Martin v. Löwis · 24 years ago
  21. 1654b43 Preliminary tool to troll through the CVS logs and LaTeX sources for by Fred Drake · 24 years ago
  22. 5b4c228 _PyUnicode_Fini(): Initialize the local freelist walking variable `u' by Barry Warsaw · 24 years ago
  23. 562586e Accept keyword arguments for (most) pattern and match object by Fredrik Lundh · 24 years ago
  24. d11b5e5 Recompile pattern if (?x) flag was found inside the pattern during the by Fredrik Lundh · 24 years ago
  25. 4ae8ef8 In _PyUnicode_Fini(), decref unicode_empty before tearng down the free by Guido van Rossum · 24 years ago
  26. 1319e3e Remove old note that os.popen() on Windows is unreliable; this is no by Fred Drake · 24 years ago
  27. f19a7ac Fix a few problems with the _Printer class and the license variable. by Guido van Rossum · 24 years ago
  28. 12e1595 Clarify that isatty is only guaranteed to return true for slave ends of by Thomas Wouters · 24 years ago
  29. f2c1be2 On some systems (like Solaris), the master end of a tty/pty pair is by Thomas Wouters · 24 years ago
  30. 13589c6 Bump the release number for the upcoming candidate. by Fred Drake · 24 years ago
  31. 65d4bc6 Fixed negative lookahead/lookbehind. Closes bug #115618. by Fredrik Lundh · 24 years ago
  32. 8429448 _PyImport_Fini(): Closed small memory leak when an embedded app calls by Barry Warsaw · 24 years ago
  33. e35360f Jim Ahlstrom sent a few corrections to my changes. (Thanks!) by Fred Drake · 24 years ago
  34. 5191463 Undo Ping's change. by Guido van Rossum · 24 years ago
  35. 099e534 Change first line to #!/usr/bin/env python (really just to test check-in). by Ka-Ping Yee · 24 years ago
  36. 5f84c9b $OFF_SITE_LINK_ICON: Don't define here; simply defining it overrides a by Fred Drake · 24 years ago
  37. 58a2dff Replace minimal \seetext references with better annotated \seerfc by Fred Drake · 24 years ago
  38. da175f4 Bump version to 1.0. by Greg Ward · 24 years ago
  39. 25a309c Remove some debugging prints. by Greg Ward · 24 years ago
  40. a9d3783 Fixed so --no-compile is a negative alias for --compile. by Greg Ward · 24 years ago
  41. 9216cfe Added a long-winded comment (and commented-out comment to go with out) by Greg Ward · 24 years ago
  42. d52755f Provide a clearer error message when urlopen fails because of an by Jeremy Hylton · 24 years ago
  43. 4dc1a6d Added some comments on the interaction of reload() and extension modules. by Fred Drake · 24 years ago
  44. 296b8f5 Add deprecation note since the XML support is shaping up. by Fred Drake · 24 years ago
  45. d254c00 Remove redundent information from a docstring. by Fred Drake · 24 years ago
  46. 8093b70 Minor change to attributes so that the stylesheets can have better control. by Fred Drake · 24 years ago
  47. 0422e7f Remove comment about -lucb for the mmap module -- the module has been by Fred Drake · 24 years ago
  48. 484d735 Delay import of py_compile until needed, since is is only used by the by Fred Drake · 24 years ago
  49. 4278024 Substantially revised documentation for the zipfile module, partially based by Fred Drake · 24 years ago
  50. 5df72f0 Minor stylesheet nit. by Fred Drake · 24 years ago
  51. 1ea64ea Supporting rl_library_version is more trouble than it's worth -- by Guido van Rossum · 24 years ago
  52. 3105f92 Added Daniel Dittmar, for helping get the configuration working for by Fred Drake · 24 years ago
  53. 7a40c07 make_icon_filename(): Convenience function to turn a partial filename by Fred Drake · 24 years ago
  54. 625915e typo by Jeremy Hylton · 24 years ago
  55. e3c3b27 Fix a bug in stack overflow error handling. This fixes half of Bug #115555. by Guido van Rossum · 24 years ago
  56. f6791f3 Minor usage fix. by Fred Drake · 24 years ago
  57. 3944a01 Do not set Konquerer to be the default browser if $KDEDIR is set -- some by Fred Drake · 24 years ago
  58. 8d3312f Add documentation and warnings for the isCallable(), isMappingType(), by Fred Drake · 24 years ago
  59. 0295181 Typo fix. by Greg Ward · 24 years ago
  60. 73a6c94 Added the ability to do byte-compilation at build time, currently off by Greg Ward · 24 years ago
  61. 8161022 Added --compile, --optimize options so users have an easy way to by Greg Ward · 24 years ago
  62. cb9c9ae Finished the overhaul of byte-compilation options: there's now a 6-way by Greg Ward · 24 years ago
  63. 04cc88d Remove the temporary byte-compilation script when we're done with it. by Greg Ward · 24 years ago
  64. c1acc69 From 'run()', only call 'bytecompile()' if we actually have by Greg Ward · 24 years ago
  65. f217e21 Tweaked 'byte_compile()' so it silently skips non-Python files, rather than by Greg Ward · 24 years ago
  66. 4b6ea79 Don't rename Tkinter to Tk; closes bug 115714 Subclass Error from Exception. by Martin v. Löwis · 24 years ago
  67. 145f96e my_getpagesize(): New function; returns the size of a page of memory. by Fred Drake · 24 years ago
  68. 370a29f Added a zip() test where one of the arguments is an instance whose by Barry Warsaw · 24 years ago
  69. cc4adf2 Add missing "s" from format string. This closes SourceForge patch #101714. by Fred Drake · 24 years ago
  70. 0bc5953 Added skeletal "Building Extensions: Tips and Tricks" section. This by Greg Ward · 24 years ago
  71. 1df6e7b Reduced the 'bytecompile()' method to a one-line wrapper around by Greg Ward · 24 years ago
  72. 1297b5c Added 'byte_compile(): an all-singing, all-dancing wrapper around the by Greg Ward · 24 years ago
  73. 4752769 Various docstring tweaks. by Greg Ward · 24 years ago
  74. b8b263b Reformat docstrings. by Greg Ward · 24 years ago
  75. cb1f4c4 Standardized whitespace around function calls. by Greg Ward · 24 years ago
  76. 963cd2d Andrew Kuchling: changed so the '_path_created' dictionary is keyed on by Greg Ward · 24 years ago
  77. 3e6d438 Fixed 'run()' so it doesn't call 'bytecompile()' if 'install()' returned None. by Greg Ward · 24 years ago
  78. e564278 Expect a tuple (dest_name, copied) from 'copy_file()'. by Greg Ward · 24 years ago
  79. ff50ad5 Fix header file usage so that NULL is defined. NULL is needed by by Marc-André Lemburg · 24 years ago
  80. 3a5a2bd Changed 'build_module()' so it returns the result of 'copy_file()' by Greg Ward · 24 years ago
  81. 0d4a853 Changed 'copy_file()' so it returns a tuple (dest_name, copied) -- hopefully, by Greg Ward · 24 years ago
  82. ec84c21 In 'get_platform()', handle so-called POSIX systems that don't have by Greg Ward · 24 years ago
  83. 64d855a Changed to use the 'sub-commands' machinery: by Greg Ward · 24 years ago
  84. 70b1fd1 Moved some things around for better organization. by Greg Ward · 24 years ago
  85. d15a942 Fixed spelling of module; closes bug 115712. by Martin v. Löwis · 24 years ago
  86. efffd28 Add mimetools testcase. by Martin v. Löwis · 24 years ago
  87. 25d1692 Return after writing 7bit or 8bit encodings. Closes bug 115712 by Martin v. Löwis · 24 years ago
  88. af484d5 Mention in the module's doc string that other functions of the socket API by Martin v. Löwis · 24 years ago
  89. 58295de Replace to XXX notes to add references with real references. by Fred Drake · 24 years ago
  90. 5db246d Always use the same name for the exception defined in this module! by Fred Drake · 24 years ago
  91. a77254a PyModule_AddStringConstant(): Make this static since it isn't used by Fred Drake · 24 years ago
  92. c0718eb Remove unused VERSION #define. by Martin v. Löwis · 24 years ago
  93. 3f0969f Use string functions instead of methods to allow sharing this module with PyXML by Martin v. Löwis · 24 years ago
  94. 491ded7 Remove dependency from saxutils when loading xmlreader by Martin v. Löwis · 24 years ago
  95. 9f11cf8 Capitalized an "if" that should have been -- noted by Grant Griffin by Fred Drake · 24 years ago
  96. 0b5fb2b Add a paragraph about an optimization bug in SGI compilers which affects by Fred Drake · 24 years ago
  97. ffe58ca Reversely --> Conversely by Fred Drake · 24 years ago
  98. 45888ff Added a missing "is" -- noted by Grant Griffin <grant.griffin@honeywell.com>. by Fred Drake · 24 years ago
  99. 31b761e Spelling: internalization --> internationalization by Fred Drake · 24 years ago
  100. 1dbe9d5 Removed the extra_dirs and path_file metadata options. by Thomas Heller · 24 years ago