1. fa9e273 Clarification in the fp appendix suggested on c.l.py by Michael Chermside. by Tim Peters · 23 years ago
  2. 918f2c7 Document that filter is added in 2.2. by Martin v. Löwis · 23 years ago
  3. 57e52ef Implement the \verbatiminput LaTeX macro; this contains more magic than by Fred Drake · 23 years ago
  4. 54d10fd Add a version annotation for the Q and q format codes. by Fred Drake · 23 years ago
  5. 8fcd4b5 Fix an improperly placed comma. by Fred Drake · 23 years ago
  6. 66a0a0a Make the option processing more robust. by Fred Drake · 23 years ago
  7. 4a6c5c5 Fixed reference to table notes for {}.keys() and {}.items() -- these by Fred Drake · 23 years ago
  8. 7a3bfc3 Added q/Q standard (x-platform 8-byte ints) mode in struct module. by Tim Peters · 23 years ago
  9. 0b9bc20 Add the appropriate availability annotations for the popen*() family of by Fred Drake · 23 years ago
  10. 046f4d8 Fixed parameter order for os.popen2(), os.popen3(), and os.popen(4). Added by Fred Drake · 23 years ago
  11. c115835 Fix recent changes so that this section will format again. by Fred Drake · 23 years ago
  12. 7b9542a Initial support for 'q' and 'Q' struct format codes: for now, only in by Tim Peters · 23 years ago
  13. 7bc5071 Fix the attributions for the new floating point text. by Fred Drake · 23 years ago
  14. 8c27d99 Added credits in the right places. by Fred Drake · 23 years ago
  15. 417d667 Text from Tim & Guido discussing floating point arithmetic and what users by Fred Drake · 23 years ago
  16. 1dc98c4 add warning about situation where code may be executed twice, once when by Skip Montanaro · 23 years ago
  17. 62f9d7c In the section on extending the profiler, add some additional discussion by Fred Drake · 23 years ago
  18. e2ccb89 Document filter. by Martin v. Löwis · 23 years ago
  19. 2a9bda9 Typo: "descrition" --> "description" by Fred Drake · 23 years ago
  20. 9ccc0df Add references to the documentation for the Python documentation markup. by Fred Drake · 23 years ago
  21. e24fef0 Fix bug #422702: Make flag argument to open optional, and document it that way. by Martin v. Löwis · 23 years ago
  22. 8838269 Update a "Programmer's note" about lambda forms and scoping to reflect by Fred Drake · 23 years ago
  23. b9d973d is -> if in rename description by Skip Montanaro · 23 years ago
  24. 00d0cb6 Explained more differences between PyList_SetItem() and PyList_SET_ITEM(). by Fred Drake · 23 years ago
  25. 81e142b Document os.getenv(). This closes SF bug #429059. by Fred Drake · 23 years ago
  26. c19f392 Some general cleanup of the threading module documentation, including by Fred Drake · 23 years ago
  27. 6cba3d0 Added entry for HTMLParser documentation. by Fred Drake · 23 years ago
  28. 3b755d4 Michel Pelletier <michel@digicool.com>: by Fred Drake · 23 years ago
  29. 9a37418 New solution to the "Someone stuck a colon in that filename!" problem: by Fred Drake · 23 years ago
  30. 96a2a80 Users of PySequence_GET_FAST() should get the length of the sequence using by Fred Drake · 23 years ago
  31. dc9e7e4 readlink() description: Added note that the return value may be either by Fred Drake · 23 years ago
  32. 964c074 Hack to make this play nicer with *old* versions of Python: os.path.abspath() by Fred Drake · 23 years ago
  33. 597bc1d Bring the notes on the relationship between __cmp__(), __eq__(), and by Fred Drake · 23 years ago
  34. b9879e1 Fix typo reported in SF bug #427783. by Fred Drake · 23 years ago
  35. c80d4dd The parameter to the listen() method is not optional, but was marked as by Fred Drake · 23 years ago
  36. b2625eb Removed information on the old third parameter to _PyTuple_Resize(). by Fred Drake · 23 years ago
  37. 404ac97 If the input line does not contain enough fields, raise a meaningful error. by Fred Drake · 23 years ago
  38. fac312f Do not start API descriptions with "Does the same, but ..." -- actually by Fred Drake · 23 years ago
  39. 56a71ee Add a version annotation for splitdrive(); old, but as long as I managed by Fred Drake · 23 years ago
  40. c6d8f8d Add descriptions of {}.iteritems(), {}.iterkeys(), and {}.itervalues() by Fred Drake · 23 years ago
  41. 98cfab6 One more update related to the new get() and setdefault() methods on the by Fred Drake · 23 years ago
  42. 6b4593e Update to add get() and setdefault() as supported mapping operations, and by Fred Drake · 23 years ago
  43. 7063149 Add some clarifications about the mapping interface presented by by Fred Drake · 23 years ago
  44. bd695a7 Changed all the examples with ugly platform-dependent float output to use by Tim Peters · 23 years ago
  45. 1400baa Add a "See also" section with useful links. More should be added giving by Fred Drake · 23 years ago
  46. 8b0b840 Update output to reflect additional precision produced by the repr() of by Fred Drake · 23 years ago
  47. 24e6219 Add documentation for Py_Main() and PyThreadState_GetDict(). by Fred Drake · 23 years ago
  48. fc43d00 Typo: "that" --> "than" This closes SF bug #425320. by Fred Drake · 23 years ago
  49. e9719fe Fix bug in smtplib example: the prompt said to end the message with ^D, by Fred Drake · 23 years ago
  50. 09daff4 Get Aahz listed correctly using his legal/professional name. by Fred Drake · 23 years ago
  51. 3b923fc Add another item by Andrew M. Kuchling · 23 years ago
  52. c0dac1a Beef up the unicode() description a bit, based on material from AMK's by Fred Drake · 23 years ago
  53. 2d92041 This patch changes the way the string .encode() method works slightly by Marc-André Lemburg · 23 years ago
  54. b3384d3 Make sure we include all of Python's numeric types in the data model by Fred Drake · 23 years ago
  55. ba7e2c8 Add some text to make the dircmp object section more readable, and move by Fred Drake · 23 years ago
  56. 886f113 --sigh-- by Fred Drake · 23 years ago
  57. 4785246 Markup adjustments to avoid getting junk in the index. by Fred Drake · 23 years ago
  58. 96d7a70 Replace "\begin{classdesc}{SomeClass}{\unspecified}" with by Fred Drake · 23 years ago
  59. 9f2376d Document the new classdesc* environment, and the previously undocumented by Fred Drake · 23 years ago
  60. 06a01e8 Define a new environment, classdesc*, which can be used to document a by Fred Drake · 23 years ago
  61. 986bada Write a better synopsis for the Scrap module, and provide a link to by Fred Drake · 23 years ago
  62. 0eeca63 Actually include a synopsis line for the ColorPicker module. by Fred Drake · 23 years ago
  63. e7ec1ef Fix typo in weakref.proxy() documentation. This closes SF bug #423087. by Fred Drake · 23 years ago
  64. 791c351 Update example to no longer use the FCNTL module. by Fred Drake · 23 years ago
  65. 7c116d7 Fix typo reported by David Goodger. This closes SF patch #422383. by Fred Drake · 23 years ago
  66. e9735ac Remove all mentions of the strop module -- it has been pronounced Evil. by Fred Drake · 23 years ago
  67. d0de57c Update the fcntl module documentation. by Fred Drake · 23 years ago
  68. bda3a59 Itamar Shtull-Trauring <python@itamarst.org>: by Fred Drake · 23 years ago
  69. b8ac009 Fix the operator precedence table: exponentiation binds tighter than negation. by Fred Drake · 23 years ago
  70. 251ebe7 Remove items that have been done or are being tracked in the SourceForge by Fred Drake · 23 years ago
  71. 283b352 Update the directory names to match changes at SourceForge. by Fred Drake · 23 years ago
  72. c116b82 Work around limitations of the module synopsis table generation to avoid by Fred Drake · 23 years ago
  73. caa79a9 Minor adjustments to HTML for the module synopsis tables. by Fred Drake · 23 years ago
  74. af92218 Job.build_html(): Be more robust in ensuring about.html exists; copying by Fred Drake · 23 years ago
  75. a7c9ac6 There is no IMAP class in the imaplib module; the class is IMAP4. by Fred Drake · 23 years ago
  76. 1ef24e1 Note that when inplace=1 existing backup files will be removed silently. by Fred Drake · 23 years ago
  77. a6140be Michael Hudson <mwh21@cam.ac.uk>: by Fred Drake · 23 years ago
  78. a8e0827 Hmm... better add a version annotation for the Iterator Protocol section. by Fred Drake · 23 years ago
  79. dbcaeda Added documentation for PyIter_Check() and PyIter_Next(). by Fred Drake · 23 years ago
  80. a8defaa Skeletal version; I'm checking this in now so I can keep a list of changes, by Andrew M. Kuchling · 23 years ago
  81. f42cc45 The general iteration support is part of 2.2, not 2.1 -- fixed the version by Fred Drake · 23 years ago
  82. 9cfe182 Add documentation for the StopIteration exception. by Fred Drake · 23 years ago
  83. 287c4cb State that Mailbox objects are iterator objects. by Fred Drake · 23 years ago
  84. eacdec6 Update the filter() and list() descriptions to include information about by Fred Drake · 23 years ago
  85. 93656e7 Added section describing the iterator protocol. by Fred Drake · 23 years ago
  86. 6f15e57 Added new parser markers 'et' and 'et#' which do not recode string by Marc-André Lemburg · 23 years ago
  87. 9188b21 Correct two floating-point representations printed by the interpreter in by Fred Drake · 23 years ago
  88. 8155e0e This patch originated from an idea by Martin v. Loewis who submitted a by Marc-André Lemburg · 23 years ago
  89. 8b3d6ca At the suggestion of Peter Funk, document 'key in dict' and 'key not by Guido van Rossum · 23 years ago
  90. 34b48e8 Update publish-to-SourceForge scripts to automatically determine if the by Fred Drake · 23 years ago
  91. 82f93c6 Only document <file>.xreadlines() once; added version annotation. by Fred Drake · 23 years ago
  92. e99b97e encode(): Handle Latin-1 input characters better. by Fred Drake · 23 years ago
  93. bda0556 Add support for <memberline/> (needs markup improvement!). by Fred Drake · 23 years ago
  94. 4cacec5 Fix a number of minor markup errors. by Fred Drake · 23 years ago
  95. 056a71d The (fairly recent) \textasciicircum is not supported by LaTeX2HTML; add by Fred Drake · 23 years ago
  96. 0dbb4fb Implement, test and document "key in dict" and "key not in dict". by Guido van Rossum · 23 years ago
  97. 1aec3a1 Add versioning notes: many of the signatures changed to allow the time by Fred Drake · 23 years ago
  98. bc524c4 Cut-&-paste-o noted by Wolfgang Teschner: decompressobj() returns by Fred Drake · 23 years ago
  99. 895aa9d Suggestion from Keith Briggs: refer to RE objects consistently instead of by Fred Drake · 23 years ago
  100. f384832 Sync version number with the current CVS version. by Fred Drake · 23 years ago