1. 6994097 Remove duplicate ', ' in dbhash.open()'s argument list. by Thomas Wouters · 23 years ago
  2. e9218a1 Remove the restriction on a mapping's .update() method. by Barry Warsaw · 23 years ago
  3. 3e7b1a0 Teach the types module about generators. Thanks to James Althoff on the by Tim Peters · 23 years ago
  4. b037d33 Updated link to zlib's home page. by Fred Drake · 23 years ago
  5. e7e03cd Fix typo by Andrew M. Kuchling · 23 years ago
  6. ff00fda Correct erroneous description of precmd. by Eric S. Raymond · 23 years ago
  7. be9d10e Remove some bogus trailing whitespace. by Fred Drake · 23 years ago
  8. 93852ef Fix minor markup nits. by Fred Drake · 23 years ago
  9. deda9f3 Use a named reference to another chapter instead of hard coding the by Fred Drake · 23 years ago
  10. 2829f1c Fix a very minor (but annoying when looking for things!) markup nit. by Fred Drake · 23 years ago
  11. f5eae66 Add "yeild" to the list of keywords. by Fred Drake · 23 years ago
  12. 1ab1f71 Consistently use semi-colons after the last property for each selector. by Fred Drake · 23 years ago
  13. f015d9a Give the pattern used to pick out a source anchor a more specific pattern. by Fred Drake · 23 years ago
  14. 5962eb0 Added several names. by Fred Drake · 23 years ago
  15. 8058bfa Contributed updates from Harald Hanche-Olsen, giving details of the branch by Fred Drake · 23 years ago
  16. 6fe4660 Added support for our new \infinity and \plusminus macros, and the by Fred Drake · 23 years ago
  17. 5445e5e \infinity, by Fred Drake · 23 years ago
  18. bfd80dd Miscellaneous code cleanups. by Fred Drake · 23 years ago
  19. 1bf198e Remove an extra tab character. by Fred Drake · 23 years ago
  20. 307cb05 Re-organize a little, clean up some markup. by Fred Drake · 23 years ago
  21. f66cb5d Corrected an error in the information on supporting weak references in by Fred Drake · 23 years ago
  22. 9ca78ac Adjust to understand use of either single- or double-quotes to quote by Fred Drake · 23 years ago
  23. aff8837 Add the new texinputs/license.tex to the shared dependencies. by Fred Drake · 23 years ago
  24. 93438bf Fix & clean up the information about building Python with large file support by Fred Drake · 23 years ago
  25. 490d34d Move license information to a less annoying location in the document. by Fred Drake · 23 years ago
  26. d5df09c Update to include the license information in a less annoying place. by Fred Drake · 23 years ago
  27. 852f795 Separate the copyright statements and license text; include some new by Fred Drake · 23 years ago
  28. f911a84 Separate the version number and release status into two separate values. by Fred Drake · 23 years ago
  29. dce975c Update to use the newly separated values $PACKAGE_VERSION and $RELEASE_INFO. by Fred Drake · 23 years ago
  30. f1927a6 Added support for new \setreleaseinfo macro. by Fred Drake · 23 years ago
  31. c65218e Add a little more support for describing version information. This by Fred Drake · 23 years ago
  32. 6016e39 Document the new encodestring() and decodestring() functions. Also, by Barry Warsaw · 23 years ago
  33. 66eed24 Add some information on the use of \verbatiminput to display sources from by Fred Drake · 23 years ago
  34. fa9e273 Clarification in the fp appendix suggested on c.l.py by Michael Chermside. by Tim Peters · 23 years ago
  35. 918f2c7 Document that filter is added in 2.2. by Martin v. Löwis · 23 years ago
  36. 57e52ef Implement the \verbatiminput LaTeX macro; this contains more magic than by Fred Drake · 23 years ago
  37. 54d10fd Add a version annotation for the Q and q format codes. by Fred Drake · 23 years ago
  38. 8fcd4b5 Fix an improperly placed comma. by Fred Drake · 23 years ago
  39. 66a0a0a Make the option processing more robust. by Fred Drake · 23 years ago
  40. 4a6c5c5 Fixed reference to table notes for {}.keys() and {}.items() -- these by Fred Drake · 23 years ago
  41. 7a3bfc3 Added q/Q standard (x-platform 8-byte ints) mode in struct module. by Tim Peters · 23 years ago
  42. 0b9bc20 Add the appropriate availability annotations for the popen*() family of by Fred Drake · 23 years ago
  43. 046f4d8 Fixed parameter order for os.popen2(), os.popen3(), and os.popen(4). Added by Fred Drake · 23 years ago
  44. c115835 Fix recent changes so that this section will format again. by Fred Drake · 23 years ago
  45. 7b9542a Initial support for 'q' and 'Q' struct format codes: for now, only in by Tim Peters · 23 years ago
  46. 7bc5071 Fix the attributions for the new floating point text. by Fred Drake · 23 years ago
  47. 8c27d99 Added credits in the right places. by Fred Drake · 23 years ago
  48. 417d667 Text from Tim & Guido discussing floating point arithmetic and what users by Fred Drake · 23 years ago
  49. 1dc98c4 add warning about situation where code may be executed twice, once when by Skip Montanaro · 23 years ago
  50. 62f9d7c In the section on extending the profiler, add some additional discussion by Fred Drake · 23 years ago
  51. e2ccb89 Document filter. by Martin v. Löwis · 23 years ago
  52. 2a9bda9 Typo: "descrition" --> "description" by Fred Drake · 23 years ago
  53. 9ccc0df Add references to the documentation for the Python documentation markup. by Fred Drake · 23 years ago
  54. e24fef0 Fix bug #422702: Make flag argument to open optional, and document it that way. by Martin v. Löwis · 23 years ago
  55. 8838269 Update a "Programmer's note" about lambda forms and scoping to reflect by Fred Drake · 23 years ago
  56. b9d973d is -> if in rename description by Skip Montanaro · 23 years ago
  57. 00d0cb6 Explained more differences between PyList_SetItem() and PyList_SET_ITEM(). by Fred Drake · 23 years ago
  58. 81e142b Document os.getenv(). This closes SF bug #429059. by Fred Drake · 23 years ago
  59. c19f392 Some general cleanup of the threading module documentation, including by Fred Drake · 23 years ago
  60. 6cba3d0 Added entry for HTMLParser documentation. by Fred Drake · 23 years ago
  61. 3b755d4 Michel Pelletier <michel@digicool.com>: by Fred Drake · 23 years ago
  62. 9a37418 New solution to the "Someone stuck a colon in that filename!" problem: by Fred Drake · 23 years ago
  63. 96a2a80 Users of PySequence_GET_FAST() should get the length of the sequence using by Fred Drake · 23 years ago
  64. dc9e7e4 readlink() description: Added note that the return value may be either by Fred Drake · 23 years ago
  65. 964c074 Hack to make this play nicer with *old* versions of Python: os.path.abspath() by Fred Drake · 23 years ago
  66. 597bc1d Bring the notes on the relationship between __cmp__(), __eq__(), and by Fred Drake · 23 years ago
  67. b9879e1 Fix typo reported in SF bug #427783. by Fred Drake · 23 years ago
  68. c80d4dd The parameter to the listen() method is not optional, but was marked as by Fred Drake · 23 years ago
  69. b2625eb Removed information on the old third parameter to _PyTuple_Resize(). by Fred Drake · 23 years ago
  70. 404ac97 If the input line does not contain enough fields, raise a meaningful error. by Fred Drake · 23 years ago
  71. fac312f Do not start API descriptions with "Does the same, but ..." -- actually by Fred Drake · 23 years ago
  72. 56a71ee Add a version annotation for splitdrive(); old, but as long as I managed by Fred Drake · 23 years ago
  73. c6d8f8d Add descriptions of {}.iteritems(), {}.iterkeys(), and {}.itervalues() by Fred Drake · 23 years ago
  74. 98cfab6 One more update related to the new get() and setdefault() methods on the by Fred Drake · 23 years ago
  75. 6b4593e Update to add get() and setdefault() as supported mapping operations, and by Fred Drake · 23 years ago
  76. 7063149 Add some clarifications about the mapping interface presented by by Fred Drake · 23 years ago
  77. bd695a7 Changed all the examples with ugly platform-dependent float output to use by Tim Peters · 23 years ago
  78. 1400baa Add a "See also" section with useful links. More should be added giving by Fred Drake · 23 years ago
  79. 8b0b840 Update output to reflect additional precision produced by the repr() of by Fred Drake · 23 years ago
  80. 24e6219 Add documentation for Py_Main() and PyThreadState_GetDict(). by Fred Drake · 23 years ago
  81. fc43d00 Typo: "that" --> "than" This closes SF bug #425320. by Fred Drake · 23 years ago
  82. e9719fe Fix bug in smtplib example: the prompt said to end the message with ^D, by Fred Drake · 23 years ago
  83. 09daff4 Get Aahz listed correctly using his legal/professional name. by Fred Drake · 23 years ago
  84. 3b923fc Add another item by Andrew M. Kuchling · 23 years ago
  85. c0dac1a Beef up the unicode() description a bit, based on material from AMK's by Fred Drake · 23 years ago
  86. 2d92041 This patch changes the way the string .encode() method works slightly by Marc-André Lemburg · 23 years ago
  87. b3384d3 Make sure we include all of Python's numeric types in the data model by Fred Drake · 23 years ago
  88. ba7e2c8 Add some text to make the dircmp object section more readable, and move by Fred Drake · 23 years ago
  89. 886f113 --sigh-- by Fred Drake · 23 years ago
  90. 4785246 Markup adjustments to avoid getting junk in the index. by Fred Drake · 23 years ago
  91. 96d7a70 Replace "\begin{classdesc}{SomeClass}{\unspecified}" with by Fred Drake · 23 years ago
  92. 9f2376d Document the new classdesc* environment, and the previously undocumented by Fred Drake · 23 years ago
  93. 06a01e8 Define a new environment, classdesc*, which can be used to document a by Fred Drake · 23 years ago
  94. 986bada Write a better synopsis for the Scrap module, and provide a link to by Fred Drake · 23 years ago
  95. 0eeca63 Actually include a synopsis line for the ColorPicker module. by Fred Drake · 23 years ago
  96. e7ec1ef Fix typo in weakref.proxy() documentation. This closes SF bug #423087. by Fred Drake · 23 years ago
  97. 791c351 Update example to no longer use the FCNTL module. by Fred Drake · 23 years ago
  98. 7c116d7 Fix typo reported by David Goodger. This closes SF patch #422383. by Fred Drake · 23 years ago
  99. e9735ac Remove all mentions of the strop module -- it has been pronounced Evil. by Fred Drake · 23 years ago
  100. d0de57c Update the fcntl module documentation. by Fred Drake · 23 years ago