1. d4be86c Write another section by Andrew M. Kuchling · 20 years ago
  2. c8f8a81 Rewrite two sections by Andrew M. Kuchling · 20 years ago
  3. 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
  4. 0a4dd39 Make weak references subclassable: by Fred Drake · 20 years ago
  5. 214b1c3 SF Bug #215126: Over restricted type checking on eval() function by Raymond Hettinger · 20 years ago
  6. 78bace7 add cp866 row by Skip Montanaro · 20 years ago
  7. d88471f Change signatures for arguments to "s" and friends to be the proper ``const by Brett Cannon · 20 years ago
  8. ac1075a Document that encode() and decode() raise UnicodeError instead of ValueError. by Walter Dörwald · 20 years ago
  9. ecf7a52 link to the codecs page from the "".encode() description. by Skip Montanaro · 20 years ago
  10. 1b89656 add omitted markup by Fred Drake · 20 years ago
  11. 68a37ac * Fix typos. by Raymond Hettinger · 20 years ago
  12. 0fff62f Move Decimal from the sandbox into production. by Raymond Hettinger · 20 years ago
  13. 2ccf5d6 use file() in preference to open() by Skip Montanaro · 20 years ago
  14. d5cf143 Check in the updated version of patch #957240, which doesn't rely by Michael W. Hudson · 20 years ago
  15. 96b935e fix handling when a proper getopt(1) is available; the "--" by Fred Drake · 20 years ago
  16. 6d3a0d2 [Bug #948970] Add PyExc_* symbols to index. by Andrew M. Kuchling · 20 years ago
  17. 7dd8fda [Bug #978556] Update SHA spec URL; bugfix candidate by Andrew M. Kuchling · 20 years ago
  18. a031a08 Add a missing space. by Brett Cannon · 20 years ago
  19. 289e4cb Changed applicable use of ``char *`` declarations that are passed into by Brett Cannon · 20 years ago
  20. 11b91a0 Added socket.getservbyport(), and make its second argument and that of by Barry Warsaw · 20 years ago
  21. ef82d2f Patch #923098: Share interned strings in marshal. by Martin v. Löwis · 20 years ago
  22. 634893d Mention Py_RETURN_NONE when introducing the idiom of how to have a function by Brett Cannon · 20 years ago
  23. 555a964 Clarify sentence at end of Intermezzo section stating that PyMODINIT_FUNC will by Brett Cannon · 20 years ago
  24. ec6229e Make distutils "install --home" support all platforms. by Fred Drake · 20 years ago
  25. b86aa99 move the note about the bsddb185 module above the "See also" box; that by Fred Drake · 20 years ago
  26. 9ddf40b SF patch 876130: add C API to datetime module, from Anthony Tuininga. by Tim Peters · 20 years ago
  27. 28224f8 Improve the documented advice on how to best use heapq.heapreplace(). by Raymond Hettinger · 20 years ago
  28. dd6d207 Fix an obvious typo (It *is* a typo, or not?) by Thomas Heller · 20 years ago
  29. a42bc21 The 'distributing python modules' manual now has an index. by Thomas Heller · 20 years ago
  30. 949f661 Fix typo - the module is named distutils.util. by Thomas Heller · 20 years ago
  31. 964c798 Use getopt where possible, so this supports option letters that get by Fred Drake · 20 years ago
  32. 3706855 Add apparently missing word for InvalidStateError definition. by Brett Cannon · 20 years ago
  33. 9e1ac24 - add link to the downloadable package in the generated email - misc. changes by Fred Drake · 20 years ago
  34. 0083c92 make the tarball available for download instead of throwing it away by Fred Drake · 20 years ago
  35. 9e151d1 add missing closing quote. by Michael W. Hudson · 20 years ago
  36. 64af6c5 Comment that getfilesystemencoding returns mbcs even on NT+. Fixes #964870. by Martin v. Löwis · 20 years ago
  37. aefde43 Reverse argument order for nsmallest() and nlargest(). by Raymond Hettinger · 20 years ago
  38. 40333ce add a pointer to the Distutils Cookbook by Fred Drake · 20 years ago
  39. b67ad7e Patch #826074: cmath.log optional base argument, fixes #823209 by Raymond Hettinger · 20 years ago
  40. ad21945 Back out #957240. by Martin v. Löwis · 20 years ago
  41. 965eeca SF bug #970042, lockf() signature uses len, doc refers to length (use length, same as docstring) by Neal Norwitz · 20 years ago
  42. 2e3dfaf Install C version of heapq.nsmallest(). by Raymond Hettinger · 20 years ago
  43. 2e66940 Minor wording and spacing nits. by Raymond Hettinger · 20 years ago
  44. 3480917 Complete the list of weakreferencable objects. by Raymond Hettinger · 20 years ago
  45. 0eb32a6 Add support for package data. by Fred Drake · 20 years ago
  46. 33ecffb SF patch #969791: Add nlargest() and nsmallest() to heapq. by Raymond Hettinger · 20 years ago
  47. 7d01966 Defining Py_GCC_ATTRIBUTE finds even some more undocumented functions. by Thomas Heller · 20 years ago
  48. 4369b59 Public Python functions are nowadays marked PyAPI_FUNC, not DL_IMPORT. by Thomas Heller · 20 years ago
  49. da4513a make a reference to the SimpleHTTPServer module a hyperlink to the docs by Fred Drake · 20 years ago
  50. 737ea82 Patch #774665: Make Python LC_NUMERIC agnostic. by Martin v. Löwis · 20 years ago
  51. 7f35404 - markup fix by Fred Drake · 20 years ago
  52. bdec50f Feature request #935915: Add os.path.devnull. by Martin v. Löwis · 20 years ago
  53. f30d60e Patch #510695: Add TSC profiling for the VM. by Martin v. Löwis · 20 years ago
  54. d68d3ee Note that memory returned by PyBuffer_New is not specifically aligned. by Neil Schemenauer · 20 years ago
  55. d348193 Add genexps to the glossary. by Raymond Hettinger · 20 years ago
  56. 44cbfd7 [Bug #953177] Mention .getlist(); text from Paul Moore by Andrew M. Kuchling · 20 years ago
  57. 0b4d1ee SF 964876 mapping a 0 length file Document that it can't be done on Windows. by Tim Peters · 20 years ago
  58. de48307 Added documentation to address SF bug #963246: limitations on multiple by Phillip J. Eby · 20 years ago
  59. cfa157d Doc fix for SF #962633. by Nicholas Bastin · 20 years ago
  60. e1ca355 [Bug #918710] Add paragraph to clarify docs by Andrew M. Kuchling · 20 years ago
  61. 1b50b43 [Bug #936837] Add missing word by Andrew M. Kuchling · 20 years ago
  62. 2d6783b SF #966375: Fix typo (Reported by Kristian Ovaska) by Hye-Shik Chang · 20 years ago
  63. 22ec5c3 if we must argue over the/they, we can just remove the unecessary word by Fred Drake · 20 years ago
  64. 175d188 avoid backticks in examples; use repr() instead by Fred Drake · 20 years ago
  65. 2d1a2aa Fix typo: the-->they by Raymond Hettinger · 20 years ago
  66. 6dfed6c Fix typo. by Guido van Rossum · 20 years ago
  67. 3151e18 Small clarification. by Michael W. Hudson · 20 years ago
  68. d6d35d9 - fix typo reported by John Belmonte - wrap a long line by Fred Drake · 20 years ago
  69. 77ca6c4 Warn abou missing mutate flag to ioctl. Fixes #696535. by Martin v. Löwis · 20 years ago
  70. 9bc4f2d Drop claims that Unicode always means UCS-2. Fixes #881861. by Martin v. Löwis · 20 years ago
  71. 4a9b806 Document string methods that are locale-dependent. Fixes #935749. by Martin v. Löwis · 20 years ago
  72. eac324b Patch #957240: Add count parameter to asyncore.loop. by Martin v. Löwis · 20 years ago
  73. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 20 years ago
  74. d783694 Remove old reminder by Andrew M. Kuchling · 20 years ago
  75. 9c322fb The expression list in inheritance is not optional. Fixes #960448. by Martin v. Löwis · 20 years ago
  76. 477c856 Move grammar rule for lambda_form into section on lambdas. Fixes #964525. by Martin v. Löwis · 20 years ago
  77. 13ff116 Fix typo reported in #964592. Will backport to 2.3. by Martin v. Löwis · 20 years ago
  78. dd07e59 Document PyModule_AddIntConstant to take a long. Fixes #962471. by Martin v. Löwis · 20 years ago
  79. e440e47 Patch #957398: Add public API for Generator Object/Type. by Martin v. Löwis · 20 years ago
  80. e148595 Fixup spacing in an example. by Raymond Hettinger · 20 years ago
  81. 2f50e90 SF patch 959726: sdist versus SVN by Tim Peters · 20 years ago
  82. 92816de Patch #932930: suggest the use of rawstrings for backslashes. by Martin v. Löwis · 20 years ago
  83. 2a6ba90 Patch #963318: Add support for client-side cookie management. by Martin v. Löwis · 20 years ago
  84. 874ebd5 Add weakref support to sockets and re pattern objects. by Raymond Hettinger · 20 years ago
  85. 027bb63 Add weakref support to sockets and re pattern objects. by Raymond Hettinger · 20 years ago
  86. 4ccf336 Fill-in the introductory paragraph for the library tour. by Raymond Hettinger · 20 years ago
  87. 846865b Add a further tour of the standard library. by Raymond Hettinger · 20 years ago
  88. a8aebce Follow official recommendation for domain names in examples. by Raymond Hettinger · 20 years ago
  89. 79cddc5 stupid, stupid, stupid... raw_input() already supports readline() if the by Skip Montanaro · 20 years ago
  90. b98a8ba Add example that uses readline.readline(). by Skip Montanaro · 20 years ago
  91. 0dc2310 Exposed readline() function from the readline module. by Skip Montanaro · 20 years ago
  92. e36894d Updated to reflect new types. by Raymond Hettinger · 20 years ago
  93. 956e4f7 Clarify when iter() is first called in generator expressions. by Raymond Hettinger · 20 years ago
  94. 8bc81fc Added description for authenticate and namespace by Piers Lauder · 20 years ago
  95. 6e1fd2f Improved wording for generator expressions. by Raymond Hettinger · 20 years ago
  96. 170a622 Add more docs for generator expressions. by Raymond Hettinger · 20 years ago
  97. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 20 years ago
  98. 9f15b5c add some notes about the changes to ConfigParser by Fred Drake · 20 years ago
  99. 8290314 ConfigParser: by Fred Drake · 20 years ago
  100. b4c6091 ConfigParser: by Fred Drake · 20 years ago