1. 4703211 Updated the warnings, linecache, inspect, traceback, site, and doctest modules by Phillip J. Eby · 19 years ago
  2. 729156e Bug #1465619: rot13 codec decodes to a Unicode string. by Georg Brandl · 19 years ago
  3. caf9539 Bug #1465600: note encoding issue in ZipFile.write(). by Georg Brandl · 19 years ago
  4. f7bc5f9 Change the example classes UnicodeReader and UnicodeWriter so by Walter Dörwald · 19 years ago
  5. cb30f97 added another example of Unicode CSV parsing; reworked the example text a bit; corrected notice in the intro and added a link to the examples by David Goodger · 19 years ago
  6. 92e212f Accept keyword arguments for __import__ and doc the addition of the level param from PEP 328. by Neal Norwitz · 19 years ago
  7. 5f284da Document recent fdopen() change. by Georg Brandl · 19 years ago
  8. e805829 Grammar fix by Andrew M. Kuchling · 19 years ago
  9. ad5177c Patch #624325: urlparse.urlparse() and urlparse.urlsplit() results by Fred Drake · 19 years ago
  10. f878b81 Make firstweekday a simple attribute instead by Walter Dörwald · 19 years ago
  11. cd10347 Fix LaTeX oversight. by Georg Brandl · 19 years ago
  12. 9cdf563 clarify new docs on attr value entity expansion by Georg Brandl · 19 years ago
  13. 7f6b67c patch #1462498: handle entityrefs in attribute values. by Georg Brandl · 19 years ago
  14. 48d5e50 Bug #947906: Add classes LocaleTextCalendar and LocaleHTMLCalendar, by Walter Dörwald · 19 years ago
  15. 014d29f Patch #1462496: typo in libsignal.tex by Georg Brandl · 19 years ago
  16. 22a9dc8 Patch #1459631: documnent zlib.Decompress.flush() length parameter. by Georg Brandl · 19 years ago
  17. dcfdae7 Bug #1460564: document that socket.fromfd() duplicates the given by Georg Brandl · 19 years ago
  18. 23fd3d4 add support for the sips: scheme (identical to sip: except for scheme name) by Fred Drake · 19 years ago
  19. b88e19c bug #1444104: add note about fdopen() to os.open(). by Georg Brandl · 19 years ago
  20. 338ef7d Bug #1445068: getpass.getpass() can now be given an explicit stream by Georg Brandl · 19 years ago
  21. 3bf538f Complete markup. by Georg Brandl · 19 years ago
  22. 58917a6 Bug #947906: An object oriented interface has been added to the calendar by Walter Dörwald · 19 years ago
  23. b227bea object() is a function, not a base class. by Georg Brandl · 19 years ago
  24. 1320cf8 Bug #1461610: xmlrpclib has no function "binary". by Georg Brandl · 19 years ago
  25. a35b05e Clarify what the final argument does in IncrementalDecoder.decode(). by Walter Dörwald · 19 years ago
  26. 842ab70 fix sectioning: cannot skip section levels by Fred Drake · 19 years ago
  27. 275935d document sys.maxint in std objects by Georg Brandl · 19 years ago
  28. 7fd548f Bug #1459103: add inter-section links for strftime section. by Georg Brandl · 19 years ago
  29. d03b073 Add version added info for with statement and context managers by Neal Norwitz · 19 years ago
  30. 168e99f Document objects that can be used with the ``with`` statement. by Phillip J. Eby · 19 years ago
  31. bdfd693 Fix some missing imports by Phillip J. Eby · 19 years ago
  32. d207b4f Document the contextlib module. by Phillip J. Eby · 19 years ago
  33. a531e5b Guarantee evaluation order for izip(). Document its creative uses and its limitations. by Raymond Hettinger · 19 years ago
  34. 4d65af0 Add section headers and examples. by Raymond Hettinger · 19 years ago
  35. 6a91e94 SF bug # 1457358 and patch # 1458419, floor division not documented. Patch by Andy. by Neal Norwitz · 19 years ago
  36. fd3fcf0 SF Patch #1455676: Simplify using Queues with daemon consumer threads by Raymond Hettinger · 19 years ago
  37. 98bcb70 Add documentation for PEP 338 by Nick Coghlan · 19 years ago
  38. bb03ac0 Correct API design mistake from rev. 43126: make socket attributes readonly properties. by Georg Brandl · 19 years ago
  39. 48b4bf7 Add a note about pow(x,y) equalling x**y (the "**" operator by Georg Brandl · 19 years ago
  40. 05a4559 Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Schroeder. by Neal Norwitz · 19 years ago
  41. fa86907 SF [ 1231053 ] audioop - alaw encoding/decoding added, code updated by Anthony Baxter · 19 years ago
  42. 40ef006 Merge email package 4.0 from the sandbox, including documentation, test cases, by Barry Warsaw · 19 years ago
  43. bc45a3f RFE #567972: Socket objects' family, type and proto properties are by Georg Brandl · 19 years ago
  44. a5a0704 Remove the lib-old modules from Doc/lib/libundoc.tex. by Georg Brandl · 19 years ago
  45. db815ab More \exception fixes. by Georg Brandl · 19 years ago
  46. a062270 Markup fix by Andrew M. Kuchling · 19 years ago
  47. 6bed1c1 Add some versionadded info to new incremental codec docs and fix doco nits. by Neal Norwitz · 19 years ago
  48. 10be10c Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. by Neal Norwitz · 19 years ago
  49. abb02e5 Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass by Walter Dörwald · 19 years ago
  50. 5bd7c02 Avoid forward-declaring the methods array. by Martin v. Löwis · 19 years ago
  51. 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 19 years ago
  52. 8f4b4db typo by Georg Brandl · 19 years ago
  53. ddb73fe Bug #1445901: os.path.realpath() is available on Win/Mac too. by Georg Brandl · 19 years ago
  54. 533ff6f Patch #1434038: property() now uses the getter's docstring if there is by Georg Brandl · 19 years ago
  55. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 19 years ago
  56. 58780d2 Bug #1440831: fix csv UnicodeWriter example by Georg Brandl · 19 years ago
  57. d3c38ff SF patch #1443865; gc.get_count() added and optional argument 'generation' by Barry Warsaw · 19 years ago
  58. 7356dcb SF #1442767, docs for os.statvfs miss f_bsize parameter. Will backport. by Neal Norwitz · 19 years ago
  59. 3096c53 Fix latex typos as spotted by George Yoshida. by Brett Cannon · 19 years ago
  60. 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 19 years ago
  61. 54ac294 Document PEP 352 changes. Also added GeneratorExit. by Brett Cannon · 19 years ago
  62. 77e42ff George Yoshida points out that the special characters by Neal Norwitz · 19 years ago
  63. d318863 markup glitch (spotted by George Yoshida) by Fredrik Lundh · 19 years ago
  64. 40d8459 Add generation of the version. by Martin v. Löwis · 19 years ago
  65. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 19 years ago
  66. 577b5b9 Create _ast module. Cleanup Python-ast.c generation. by Martin v. Löwis · 19 years ago
  67. 1968ad3 - Patch 1433928: by Guido van Rossum · 19 years ago
  68. e51fc53 George Yoshida's fix. by Neal Norwitz · 19 years ago
  69. 868e704 Document "multifile" as deprecated. by Georg Brandl · 19 years ago
  70. d34350e At Brian Wichmann's request, added words warning against by Tim Peters · 19 years ago
  71. b075fce Fix table header. by Walter Dörwald · 19 years ago
  72. 4d0bd0b Trimmed trailing whitespace. by Tim Peters · 19 years ago
  73. 124a4e5 Bug #947571: By default, urllib.urlopen() does not raise IOErrors by Georg Brandl · 19 years ago
  74. 69774c2 Bug #1102649: add a note to pickle docs that pickle files should be by Georg Brandl · 19 years ago
  75. 7132212 Bug #1323369: document possible values of sys.getwindowsversion() platform field by Georg Brandl · 19 years ago
  76. 8f7c54e Bug #1413790: zipfile now sanitizes absolute archive names that are by Georg Brandl · 19 years ago
  77. 6302a5a Fix typpo. by Thomas Wouters · 19 years ago
  78. 87f2875 Minor tweaks by Neal Norwitz · 19 years ago
  79. c3e950c Clarify how hook_compressed determines how to open a file. by Georg Brandl · 19 years ago
  80. c98eeed Patch #1215184: FileInput now can be given an opening hook which can by Georg Brandl · 19 years ago
  81. c029f87 Patch #1212287: fileinput.input() now has a mode parameter for by Georg Brandl · 19 years ago
  82. 67e9fb9 Patch #1215184: fileinput now has a fileno() function for getting the by Georg Brandl · 19 years ago
  83. 602b9ba Patch #1349274: gettext.install() now optionally installs additional by Georg Brandl · 19 years ago
  84. 1dc5a84 Bug #801349: document that start/stop/step slice arguments can be None by Georg Brandl · 19 years ago
  85. f4f4415 Patch #1393157: os.startfile() now has an optional argument to specify by Georg Brandl · 19 years ago
  86. 6aab16e Move "httpresponses" dict from urllib2 to httplib where it belongs. by Georg Brandl · 19 years ago
  87. 5d07696 Patch #1417555: SimpleHTTPServer now returns Last-Modified headers. by Georg Brandl · 19 years ago
  88. bcd548b Update "undocumented modules" section. by Georg Brandl · 19 years ago
  89. b56230b Add deprecation notices to modules deprecated since 2000. by Georg Brandl · 19 years ago
  90. bbdf607 Fix broken example of csv.reader use (it returns an iterator, which isn't by Thomas Wouters · 19 years ago
  91. 55aafab Added some more versionchanged markup. by Vinay Sajip · 19 years ago
  92. c16dd48 Doc some user visible changes by Neal Norwitz · 20 years ago
  93. b4549c4 Added information on function name added to LogRecord, and the 'extra' keyword parameter. by Vinay Sajip · 20 years ago
  94. a871ef2 Added the cProfile module. by Armin Rigo · 20 years ago
  95. 05110aa Add versionadded note for new methods by Neal Norwitz · 20 years ago
  96. 0e6bc8c Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the same by Neal Norwitz · 20 years ago
  97. b7b54f7 SF bug 1415455, fix typo in module name by Neal Norwitz · 20 years ago
  98. 57a34e8 Patch #1422385: Changes to nis module to support multiple NIS domains by Martin v. Löwis · 20 years ago
  99. caa94bd Correct misspellings. by Georg Brandl · 20 years ago
  100. 131e4f7 Add markup to new section in codecs docs by Georg Brandl · 20 years ago