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