1. 965eeca SF bug #970042, lockf() signature uses len, doc refers to length (use length, same as docstring) by Neal Norwitz · 20 years ago
  2. 2e3dfaf Install C version of heapq.nsmallest(). by Raymond Hettinger · 20 years ago
  3. 2e66940 Minor wording and spacing nits. by Raymond Hettinger · 20 years ago
  4. 3480917 Complete the list of weakreferencable objects. by Raymond Hettinger · 20 years ago
  5. 0eb32a6 Add support for package data. by Fred Drake · 20 years ago
  6. 33ecffb SF patch #969791: Add nlargest() and nsmallest() to heapq. by Raymond Hettinger · 20 years ago
  7. 7d01966 Defining Py_GCC_ATTRIBUTE finds even some more undocumented functions. by Thomas Heller · 20 years ago
  8. 4369b59 Public Python functions are nowadays marked PyAPI_FUNC, not DL_IMPORT. by Thomas Heller · 20 years ago
  9. da4513a make a reference to the SimpleHTTPServer module a hyperlink to the docs by Fred Drake · 20 years ago
  10. 737ea82 Patch #774665: Make Python LC_NUMERIC agnostic. by Martin v. Löwis · 20 years ago
  11. 7f35404 - markup fix by Fred Drake · 20 years ago
  12. bdec50f Feature request #935915: Add os.path.devnull. by Martin v. Löwis · 20 years ago
  13. f30d60e Patch #510695: Add TSC profiling for the VM. by Martin v. Löwis · 20 years ago
  14. d68d3ee Note that memory returned by PyBuffer_New is not specifically aligned. by Neil Schemenauer · 20 years ago
  15. d348193 Add genexps to the glossary. by Raymond Hettinger · 20 years ago
  16. 44cbfd7 [Bug #953177] Mention .getlist(); text from Paul Moore by Andrew M. Kuchling · 20 years ago
  17. 0b4d1ee SF 964876 mapping a 0 length file Document that it can't be done on Windows. by Tim Peters · 20 years ago
  18. de48307 Added documentation to address SF bug #963246: limitations on multiple by Phillip J. Eby · 20 years ago
  19. cfa157d Doc fix for SF #962633. by Nicholas Bastin · 20 years ago
  20. e1ca355 [Bug #918710] Add paragraph to clarify docs by Andrew M. Kuchling · 20 years ago
  21. 1b50b43 [Bug #936837] Add missing word by Andrew M. Kuchling · 20 years ago
  22. 2d6783b SF #966375: Fix typo (Reported by Kristian Ovaska) by Hye-Shik Chang · 20 years ago
  23. 22ec5c3 if we must argue over the/they, we can just remove the unecessary word by Fred Drake · 20 years ago
  24. 175d188 avoid backticks in examples; use repr() instead by Fred Drake · 20 years ago
  25. 2d1a2aa Fix typo: the-->they by Raymond Hettinger · 20 years ago
  26. 6dfed6c Fix typo. by Guido van Rossum · 20 years ago
  27. 3151e18 Small clarification. by Michael W. Hudson · 20 years ago
  28. d6d35d9 - fix typo reported by John Belmonte - wrap a long line by Fred Drake · 20 years ago
  29. 77ca6c4 Warn abou missing mutate flag to ioctl. Fixes #696535. by Martin v. Löwis · 20 years ago
  30. 9bc4f2d Drop claims that Unicode always means UCS-2. Fixes #881861. by Martin v. Löwis · 20 years ago
  31. 4a9b806 Document string methods that are locale-dependent. Fixes #935749. by Martin v. Löwis · 20 years ago
  32. eac324b Patch #957240: Add count parameter to asyncore.loop. by Martin v. Löwis · 20 years ago
  33. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 20 years ago
  34. d783694 Remove old reminder by Andrew M. Kuchling · 20 years ago
  35. 9c322fb The expression list in inheritance is not optional. Fixes #960448. by Martin v. Löwis · 20 years ago
  36. 477c856 Move grammar rule for lambda_form into section on lambdas. Fixes #964525. by Martin v. Löwis · 20 years ago
  37. 13ff116 Fix typo reported in #964592. Will backport to 2.3. by Martin v. Löwis · 20 years ago
  38. dd07e59 Document PyModule_AddIntConstant to take a long. Fixes #962471. by Martin v. Löwis · 20 years ago
  39. e440e47 Patch #957398: Add public API for Generator Object/Type. by Martin v. Löwis · 20 years ago
  40. e148595 Fixup spacing in an example. by Raymond Hettinger · 20 years ago
  41. 2f50e90 SF patch 959726: sdist versus SVN by Tim Peters · 20 years ago
  42. 92816de Patch #932930: suggest the use of rawstrings for backslashes. by Martin v. Löwis · 20 years ago
  43. 2a6ba90 Patch #963318: Add support for client-side cookie management. by Martin v. Löwis · 20 years ago
  44. 874ebd5 Add weakref support to sockets and re pattern objects. by Raymond Hettinger · 20 years ago
  45. 027bb63 Add weakref support to sockets and re pattern objects. by Raymond Hettinger · 20 years ago
  46. 4ccf336 Fill-in the introductory paragraph for the library tour. by Raymond Hettinger · 20 years ago
  47. 846865b Add a further tour of the standard library. by Raymond Hettinger · 20 years ago
  48. a8aebce Follow official recommendation for domain names in examples. by Raymond Hettinger · 20 years ago
  49. 79cddc5 stupid, stupid, stupid... raw_input() already supports readline() if the by Skip Montanaro · 20 years ago
  50. b98a8ba Add example that uses readline.readline(). by Skip Montanaro · 20 years ago
  51. 0dc2310 Exposed readline() function from the readline module. by Skip Montanaro · 20 years ago
  52. e36894d Updated to reflect new types. by Raymond Hettinger · 20 years ago
  53. 956e4f7 Clarify when iter() is first called in generator expressions. by Raymond Hettinger · 20 years ago
  54. 8bc81fc Added description for authenticate and namespace by Piers Lauder · 20 years ago
  55. 6e1fd2f Improved wording for generator expressions. by Raymond Hettinger · 20 years ago
  56. 170a622 Add more docs for generator expressions. by Raymond Hettinger · 20 years ago
  57. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 20 years ago
  58. 9f15b5c add some notes about the changes to ConfigParser by Fred Drake · 20 years ago
  59. 8290314 ConfigParser: by Fred Drake · 20 years ago
  60. b4c6091 ConfigParser: by Fred Drake · 20 years ago
  61. abc086f ConfigParser: by Fred Drake · 20 years ago
  62. bc12b01 ConfigParser: by Fred Drake · 20 years ago
  63. 0e371f2 Make sure "del d[n]" is properly supported. Was necessary because the by Raymond Hettinger · 20 years ago
  64. 1cd6e4d fix various descriptions of "ctime" (closes SF patch #870287) by Fred Drake · 20 years ago
  65. 043fff0 minor wording cleanup by Fred Drake · 20 years ago
  66. bb066cf fix various typos; thanks, George Yoshida! (closes SF patch #952047) by Fred Drake · 20 years ago
  67. f72de0f add note about the __name__ read-only attribute (closes SF bug #952212) by Fred Drake · 20 years ago
  68. 112f8f4 use tools/getversioninfo to extract the version number from the Python sources by Fred Drake · 20 years ago
  69. 6d340c3 remove assignment to unused variable by Fred Drake · 20 years ago
  70. 3b4ab23 update to reflect the current location of the SF bugs search box by Fred Drake · 20 years ago
  71. 0d73621 markup adjustment by Fred Drake · 20 years ago
  72. dd69b0a Added a note describing how fp should be opened in binary mode, especially on by Barry Warsaw · 20 years ago
  73. fb85739 Point out that %p has no effect on the output hour in strptime unless %I is by Skip Montanaro · 20 years ago
  74. c7c9a3a don't make assumptions about $PATH in Cygwin instructions by Fred Drake · 20 years ago
  75. e7169eb Add more examples. by Raymond Hettinger · 20 years ago
  76. 67a521e note that descriptor objects must be instances of new-style types by Fred Drake · 20 years ago
  77. e143bbb fix documentation for ContentHandler.ignorableWhitespace() by Fred Drake · 20 years ago
  78. 56fcc23 markup adjustments by Fred Drake · 20 years ago
  79. 456ab1d Swap public and system ID in start_doctype_decl. Fixes #780300. by Martin v. Löwis · 20 years ago
  80. f1f0560 Patch #940026: Explain "in" when it is first used. Backported to 2.3. by Martin v. Löwis · 20 years ago
  81. 99872c1 [Bug #810879] Document that copyfile() can fail if you don't have permissions; also, fix a double negative. by Andrew M. Kuchling · 20 years ago
  82. 0fefc14 Fix small grammatical mistake. by Brett Cannon · 20 years ago
  83. 8aa8c84 add an index entry for __getnewargs__() by Fred Drake · 20 years ago
  84. 0de77d1 - note that __getinitargs__() is only for old-style classes by Fred Drake · 20 years ago
  85. 04d92c3 Remove list of pickle protocol names used by the copy module; there by Fred Drake · 20 years ago
  86. cee8879 note that the error code for socket.gaierror will be one of the EAI_* by Fred Drake · 20 years ago
  87. 4fe97ca SF #814606: merge from release23-maint branch: clarify/cleanup by Greg Ward · 20 years ago
  88. e9c2ecf Removed 'U' from the documentation for Py_BuildValue to bring it in line by Nicholas Bastin · 20 years ago
  89. 5068c87 Document readline module functions added in Python 2.3. See: by Phillip J. Eby · 20 years ago
  90. d7911a3 Minor documentation nits. by Raymond Hettinger · 20 years ago
  91. f5f9a370 Add an example application to the docs. by Raymond Hettinger · 20 years ago
  92. 6fbf703 the headers in an HTTP request are HTTP headers, not MIME headers by Fred Drake · 20 years ago
  93. ceeb191 remove out-of-date count of the functions in winsound by Fred Drake · 20 years ago
  94. 6d4c7b0 fix typo reported in a long-buried email by Fred Drake · 20 years ago
  95. 46a16f2 SF bug #940579: section 5.10: 'not' returns boolean, not int by Raymond Hettinger · 20 years ago
  96. 1328b52 Two new public API functions, Py_IncRef and Py_DecRef. Useful for by Thomas Heller · 20 years ago
  97. e5fced7 SF bug #936827: PyNumber_And() 's description by Raymond Hettinger · 20 years ago
  98. 0ed6634 really scream out that people should use the file objects instead of by Fred Drake · 20 years ago
  99. 10659f2 bring description of optional and keyword args for DictReader and DictWriter by Skip Montanaro · 20 years ago
  100. 8efc74d remove bogus markup that caused the docs to be wrong by Fred Drake · 20 years ago