1. a13c60b Moved example section up to just after the section on Logger objects, and changed it to use the new basicConfig() API by Vinay Sajip · 20 years ago
  2. 0a4dd39 Make weak references subclassable: by Fred Drake · 20 years ago
  3. 214b1c3 SF Bug #215126: Over restricted type checking on eval() function by Raymond Hettinger · 20 years ago
  4. 78bace7 add cp866 row by Skip Montanaro · 20 years ago
  5. ac1075a Document that encode() and decode() raise UnicodeError instead of ValueError. by Walter Dörwald · 20 years ago
  6. ecf7a52 link to the codecs page from the "".encode() description. by Skip Montanaro · 20 years ago
  7. 2ccf5d6 use file() in preference to open() by Skip Montanaro · 20 years ago
  8. d5cf143 Check in the updated version of patch #957240, which doesn't rely by Michael W. Hudson · 20 years ago
  9. 7dd8fda [Bug #978556] Update SHA spec URL; bugfix candidate by Andrew M. Kuchling · 20 years ago
  10. 11b91a0 Added socket.getservbyport(), and make its second argument and that of by Barry Warsaw · 20 years ago
  11. ef82d2f Patch #923098: Share interned strings in marshal. by Martin v. Löwis · 20 years ago
  12. b86aa99 move the note about the bsddb185 module above the "See also" box; that by Fred Drake · 20 years ago
  13. 28224f8 Improve the documented advice on how to best use heapq.heapreplace(). by Raymond Hettinger · 20 years ago
  14. 3706855 Add apparently missing word for InvalidStateError definition. by Brett Cannon · 20 years ago
  15. 9e151d1 add missing closing quote. by Michael W. Hudson · 20 years ago
  16. 64af6c5 Comment that getfilesystemencoding returns mbcs even on NT+. Fixes #964870. by Martin v. Löwis · 20 years ago
  17. aefde43 Reverse argument order for nsmallest() and nlargest(). by Raymond Hettinger · 20 years ago
  18. b67ad7e Patch #826074: cmath.log optional base argument, fixes #823209 by Raymond Hettinger · 20 years ago
  19. ad21945 Back out #957240. by Martin v. Löwis · 20 years ago
  20. 965eeca SF bug #970042, lockf() signature uses len, doc refers to length (use length, same as docstring) by Neal Norwitz · 20 years ago
  21. 2e3dfaf Install C version of heapq.nsmallest(). by Raymond Hettinger · 20 years ago
  22. 2e66940 Minor wording and spacing nits. by Raymond Hettinger · 20 years ago
  23. 3480917 Complete the list of weakreferencable objects. by Raymond Hettinger · 20 years ago
  24. 33ecffb SF patch #969791: Add nlargest() and nsmallest() to heapq. by Raymond Hettinger · 20 years ago
  25. da4513a make a reference to the SimpleHTTPServer module a hyperlink to the docs by Fred Drake · 20 years ago
  26. 737ea82 Patch #774665: Make Python LC_NUMERIC agnostic. by Martin v. Löwis · 20 years ago
  27. 7f35404 - markup fix by Fred Drake · 20 years ago
  28. bdec50f Feature request #935915: Add os.path.devnull. by Martin v. Löwis · 20 years ago
  29. f30d60e Patch #510695: Add TSC profiling for the VM. by Martin v. Löwis · 20 years ago
  30. 44cbfd7 [Bug #953177] Mention .getlist(); text from Paul Moore by Andrew M. Kuchling · 20 years ago
  31. 0b4d1ee SF 964876 mapping a 0 length file Document that it can't be done on Windows. by Tim Peters · 20 years ago
  32. e1ca355 [Bug #918710] Add paragraph to clarify docs by Andrew M. Kuchling · 20 years ago
  33. 175d188 avoid backticks in examples; use repr() instead by Fred Drake · 20 years ago
  34. 4a9b806 Document string methods that are locale-dependent. Fixes #935749. by Martin v. Löwis · 20 years ago
  35. eac324b Patch #957240: Add count parameter to asyncore.loop. by Martin v. Löwis · 20 years ago
  36. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 20 years ago
  37. 92816de Patch #932930: suggest the use of rawstrings for backslashes. by Martin v. Löwis · 20 years ago
  38. 2a6ba90 Patch #963318: Add support for client-side cookie management. by Martin v. Löwis · 20 years ago
  39. 027bb63 Add weakref support to sockets and re pattern objects. by Raymond Hettinger · 20 years ago
  40. 79cddc5 stupid, stupid, stupid... raw_input() already supports readline() if the by Skip Montanaro · 20 years ago
  41. b98a8ba Add example that uses readline.readline(). by Skip Montanaro · 20 years ago
  42. 0dc2310 Exposed readline() function from the readline module. by Skip Montanaro · 20 years ago
  43. e36894d Updated to reflect new types. by Raymond Hettinger · 20 years ago
  44. 8bc81fc Added description for authenticate and namespace by Piers Lauder · 20 years ago
  45. 8290314 ConfigParser: by Fred Drake · 20 years ago
  46. b4c6091 ConfigParser: by Fred Drake · 20 years ago
  47. abc086f ConfigParser: by Fred Drake · 20 years ago
  48. bc12b01 ConfigParser: by Fred Drake · 20 years ago
  49. 0e371f2 Make sure "del d[n]" is properly supported. Was necessary because the by Raymond Hettinger · 20 years ago
  50. 1cd6e4d fix various descriptions of "ctime" (closes SF patch #870287) by Fred Drake · 20 years ago
  51. bb066cf fix various typos; thanks, George Yoshida! (closes SF patch #952047) by Fred Drake · 20 years ago
  52. f72de0f add note about the __name__ read-only attribute (closes SF bug #952212) by Fred Drake · 20 years ago
  53. 0d73621 markup adjustment by Fred Drake · 20 years ago
  54. dd69b0a Added a note describing how fp should be opened in binary mode, especially on by Barry Warsaw · 20 years ago
  55. fb85739 Point out that %p has no effect on the output hour in strptime unless %I is by Skip Montanaro · 20 years ago
  56. e7169eb Add more examples. by Raymond Hettinger · 20 years ago
  57. e143bbb fix documentation for ContentHandler.ignorableWhitespace() by Fred Drake · 20 years ago
  58. 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
  59. 0fefc14 Fix small grammatical mistake. by Brett Cannon · 20 years ago
  60. 8aa8c84 add an index entry for __getnewargs__() by Fred Drake · 20 years ago
  61. 0de77d1 - note that __getinitargs__() is only for old-style classes by Fred Drake · 20 years ago
  62. 04d92c3 Remove list of pickle protocol names used by the copy module; there by Fred Drake · 20 years ago
  63. cee8879 note that the error code for socket.gaierror will be one of the EAI_* by Fred Drake · 20 years ago
  64. 4fe97ca SF #814606: merge from release23-maint branch: clarify/cleanup by Greg Ward · 20 years ago
  65. 5068c87 Document readline module functions added in Python 2.3. See: by Phillip J. Eby · 20 years ago
  66. d7911a3 Minor documentation nits. by Raymond Hettinger · 20 years ago
  67. f5f9a370 Add an example application to the docs. by Raymond Hettinger · 20 years ago
  68. 6fbf703 the headers in an HTTP request are HTTP headers, not MIME headers by Fred Drake · 20 years ago
  69. ceeb191 remove out-of-date count of the functions in winsound by Fred Drake · 20 years ago
  70. 0ed6634 really scream out that people should use the file objects instead of by Fred Drake · 20 years ago
  71. 10659f2 bring description of optional and keyword args for DictReader and DictWriter by Skip Montanaro · 20 years ago
  72. 8efc74d remove bogus markup that caused the docs to be wrong by Fred Drake · 20 years ago
  73. 6b3b046 fix up some markup by Fred Drake · 20 years ago
  74. 94ffbb7 give rational filenames to some of the generated HTML by Fred Drake · 20 years ago
  75. ba813e2 #928751, fix typos in socket doc by Neal Norwitz · 20 years ago
  76. 8123ff6 remove out-of-date warning by Fred Drake · 20 years ago
  77. 504ca68 Note that reading from a socket may not always return all of the by Fred Drake · 20 years ago
  78. 267b062 - make sure the methods minidom adds to the basic DOM are attributed by Fred Drake · 20 years ago
  79. 2f00c54 fix typo by Fred Drake · 20 years ago
  80. f39c3c7 note that distutils API docs are included in "Distributing Python Modules" by Fred Drake · 20 years ago
  81. c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 20 years ago
  82. fee6f33 more markup nits by Fred Drake · 20 years ago
  83. e05c3e0 fix markup nits by Fred Drake · 20 years ago
  84. 824b1b2 Added command line options for profile.py - one for stats output file by Nicholas Bastin · 20 years ago
  85. 1eb4bfc Added global runctx function to profile to fix SF Bug #716587 by Nicholas Bastin · 20 years ago
  86. 07973da Modified string.split documentation to reflect behaviour of splitting emtpy string. Closes SF bug #811604 by Nicholas Bastin · 20 years ago
  87. 20a8336 concrete example of why retaining old objects is good by Skip Montanaro · 20 years ago
  88. 8b6cc2e Removed extra period from \versionchanged entry; macro adds period by Brett Cannon · 20 years ago
  89. 508c57d Clarify docs on where .pth files can exist. by Brett Cannon · 20 years ago
  90. fe703e0 SF bug #918371: hasattr()'s return type by Raymond Hettinger · 20 years ago
  91. 8e6ad6f Expand on the semantics of reload(). Closes #919099. by Skip Montanaro · 20 years ago
  92. 5c5316f Add a new unicode codec: ptcp154 (Kazakh) by Hye-Shik Chang · 20 years ago
  93. d1de45f Fix capitalization of title for subsection 2. by Brett Cannon · 20 years ago
  94. bdda9f3 The example files need to be opened with the "b" flag. by Skip Montanaro · 20 years ago
  95. 49f9bd1 SF feature request #686323: Minor array module enhancements by Raymond Hettinger · 20 years ago
  96. 9168c70 SF Patch #912462: Relocate \end tag to the right place. by Hye-Shik Chang · 20 years ago
  97. 31017ae SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ by Raymond Hettinger · 20 years ago
  98. d1080a3 Have strftime() check its time tuple argument to make sure the tuple's values by Brett Cannon · 20 years ago
  99. 0a4977c Replace left(), right(), and __reversed__() with the more general purpose by Raymond Hettinger · 20 years ago
  100. 738ec90 Improvements to collections.deque(): by Raymond Hettinger · 20 years ago