1. 2e1285b #6481: fix typo in os.system() replacement. by Georg Brandl · 16 years ago
  2. da33424 #6486: start with built in functions rather than "built in objects". by Georg Brandl · 16 years ago
  3. 573025f update year by Benjamin Peterson · 16 years ago
  4. 78c06bd Document the newly added codec by Amaury Forgeot d'Arc · 16 years ago
  5. 72f94f7 add versionadded by Benjamin Peterson · 16 years ago
  6. c91cbb9 array.array is actually a class. by Georg Brandl · 16 years ago
  7. b7e14ed #6456: clarify the meaning of constants used as arguments to nl_langinfo(). by Georg Brandl · 16 years ago
  8. 7750505 #6430: add note about size of "u" type. by Georg Brandl · 16 years ago
  9. 7c150bf #6448: clarify docs for find_module(). by Georg Brandl · 16 years ago
  10. 0294de0 #6446: fix import_spam() function to use correct error and reference handling. by Georg Brandl · 16 years ago
  11. 3405cbc Fix style. by Georg Brandl · 16 years ago
  12. ce32eb7 #6416: Fix compilation of the select module on Windows, as well as test_subprocess: by Amaury Forgeot d'Arc · 16 years ago
  13. 9d36fd2 Adds the select.PIPE_BUF attribute to expose the system constant. by Gregory P. Smith · 16 years ago
  14. 1e13960 another cStringIO restriction by Benjamin Peterson · 16 years ago
  15. fbba7cd Issue 6389: add documentation for the 'mode' flags defined in the stat module. by R. David Murray · 16 years ago
  16. 321afa8 Make punctuation prettier and break up run-on sentence. by R. David Murray · 16 years ago
  17. be96cf6 Fixed a backslash that was not supposed to be there by Ezio Melotti · 16 years ago
  18. c2f5a59 Fixed defaultTestCase -> defaultTestResult by Ezio Melotti · 16 years ago
  19. 1b90efb Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes in processes by Jesse Noller · 16 years ago
  20. 0c9eb43 #6371: fix link targets. by Georg Brandl · 16 years ago
  21. 3cd0bed #6384: Add a heading for the exception hierarchy. by Georg Brandl · 16 years ago
  22. 0d8649a #6374: add a bit of explanation about shell=True on Windows. by Georg Brandl · 16 years ago
  23. 3d5c87a #6376: fix copy-n-paste oversight. by Georg Brandl · 16 years ago
  24. 3411692 Issue 5740: multiprocessing.connection.* authkey fixes by Jesse Noller · 16 years ago
  25. d4792cd Bug 5906: add a documentation note for unix daemons vs. multiprocessing daemons by Jesse Noller · 16 years ago
  26. 8e7b476 update to sphinx 0.6.2 by Benjamin Peterson · 16 years ago
  27. 11c4941 More Decimal quote fixing; backport of r73642 by Mark Dickinson · 16 years ago
  28. e007860 http://bugs.python.org/issue6267 Cumulative patch to http and xmlrpc by Kristján Valur Jónsson · 16 years ago
  29. b4ad395 Fixed a wrong apostrophe by Ezio Melotti · 16 years ago
  30. 1dfd5d9 stmt and setup can contain multiple statements, see #5896 by Ezio Melotti · 16 years ago
  31. 00a58c3 link to extensive generator docs in the reference manual by Benjamin Peterson · 16 years ago
  32. f36bebd document is_declared_global() by Benjamin Peterson · 16 years ago
  33. f511fcc mark 3.1 as stable docs by Benjamin Peterson · 16 years ago
  34. 5c3d40e Add a couple of missing function alias declarations to the turtle docs. by R. David Murray · 16 years ago
  35. f1d11ef http://bugs.python.org/issue6192 by Kristján Valur Jónsson · 16 years ago
  36. 5a85d5c #6332: fix word dupes throughout the source. by Georg Brandl · 16 years ago
  37. 388637d Remove last remnants of the ipaddr package. by Amaury Forgeot d'Arc · 16 years ago
  38. 14fc673 Remove the ipaddr module per discussion on python-dev by Amaury Forgeot d'Arc · 16 years ago
  39. 4ee6d25 Improve English phrasing. by R. David Murray · 16 years ago
  40. 7c2bc83 Issue 6288: update the contextlib.nested() docs to explain why it has been deprecated and should generally be avoided by Nick Coghlan · 16 years ago
  41. 476849c #6255: document PyInt_FromSize_t. by Georg Brandl · 16 years ago
  42. 2fcf389 #6295: clarify blocking behavior of getch(). by Georg Brandl · 16 years ago
  43. 3a02624 Add usage note. by Raymond Hettinger · 16 years ago
  44. f5af720 Add tabularcolumns directive for tables with bullet lists in them. by Georg Brandl · 16 years ago
  45. fdefc0a Fixed #6287: documentation for the license field in distutils by Tarek Ziadé · 16 years ago
  46. 248886a use 'rc' for release candidates for consistency by Benjamin Peterson · 16 years ago
  47. 1969059 Issue #6215: backport the 3.1 io lib by Antoine Pitrou · 16 years ago
  48. 2c0cdca Issue 6261: Clarify behavior of random.uniform(). by Raymond Hettinger · 16 years ago
  49. 2742e7e Move comment to correct line. by Raymond Hettinger · 16 years ago
  50. 87be88c Add example of how to do key lookups with bisect(). by Raymond Hettinger · 16 years ago
  51. d81333c Fix a typo spotted by Nick Coghlan. by Amaury Forgeot d'Arc · 16 years ago
  52. d708c87 Both kind of types are concerned. by Amaury Forgeot d'Arc · 16 years ago
  53. 901f200 #6201: Fix test_winreg on Windows: by Amaury Forgeot d'Arc · 16 years ago
  54. ccb9d4b Issue 2947: document how return code handling translates from by R. David Murray · 16 years ago
  55. 2cc39ad #6238: add fillchar to string.just function family. by Georg Brandl · 16 years ago
  56. e590d57 #6194: O_SHLOCK/O_EXLOCK are not really more platform independent than lockf(). by Georg Brandl · 16 years ago
  57. 42a8264 Remove period from end of headings. by Georg Brandl · 16 years ago
  58. afefcfd http://bugs.python.org/issue6192 by Kristján Valur Jónsson · 16 years ago
  59. 18187e2 #6224: s/JPython/Jython/, and remove one link to a module nine years old. by Georg Brandl · 16 years ago
  60. e3b9b5e #6204: use a real reference instead of "see later". by Georg Brandl · 16 years ago
  61. 4c324b9 #6211: elaborate a bit on ways to call the function. by Georg Brandl · 16 years ago
  62. e7dbebb Minor documentation fixes for logging. by Eric Smith · 16 years ago
  63. 5000b3b #6175: document that inet_aton supports alternate input formats with less than three dots. by Georg Brandl · 16 years ago
  64. 4a20b1a #6176: fix man page section for flock(2). by Georg Brandl · 16 years ago
  65. 3a5971c #5967: note that the C slicing APIs do not support negative indices. by Georg Brandl · 16 years ago
  66. 0eca77c #6174: fix indentation in code example. by Georg Brandl · 16 years ago
  67. c1edec3 Use the preferred form of raise statements in the docs. by Georg Brandl · 16 years ago
  68. 764fbcb The class for regexes isn't called RegexObject any more; correct the text by Andrew M. Kuchling · 16 years ago
  69. 8fcaebb Issue 3848: document the fact that epoll register raises an IOError if by R. David Murray · 16 years ago
  70. 4698d99 Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running by Antoine Pitrou · 16 years ago
  71. d198b76 Fix markup. by Georg Brandl · 16 years ago
  72. d7ead0c fix signature by Benjamin Peterson · 16 years ago
  73. 2152ca3 Add more examples to the ipaddr documentation. by Gregory P. Smith · 16 years ago
  74. 2fcd173 Rewrap a few long lines. by Georg Brandl · 16 years ago
  75. 6da0e6a Fix markup problem. by Georg Brandl · 16 years ago
  76. 6a46898 Fix some more small markup problems. by Georg Brandl · 16 years ago
  77. 7be493a Use preferred form of raising exceptions. by Georg Brandl · 16 years ago
  78. ccbb47b #6146: fix markup bug. by Georg Brandl · 16 years ago
  79. ecf3c62 no fdatasync on macos by Benjamin Peterson · 16 years ago
  80. b09f198 Move the basic examples section back to the beginning. by Raymond Hettinger · 16 years ago
  81. b4a81c8 Add test discovery to unittest. Issue 6001. by Michael Foord · 16 years ago
  82. fe6e784 Issue 6141: document that the first item of args is still the by R. David Murray · 16 years ago
  83. 822b87f Deprecate contextlib.nested(). The with-statement now provides this functionality directly. by Raymond Hettinger · 16 years ago
  84. 1075c9b switch library reference and language reference by Benjamin Peterson · 16 years ago
  85. a68cad1 Fix field name conflicts for named tuples. by Raymond Hettinger · 16 years ago
  86. 4ee8282 #6112: list.remove raises ValueError, not RuntimeError. by Georg Brandl · 16 years ago
  87. 944f684 Allow multiple context managers in one with statement, as proposed by Georg Brandl · 16 years ago
  88. 1880d8b add a SETUP_WITH opcode by Benjamin Peterson · 16 years ago
  89. 176a56c make class skipping decorators the same as skipping every test of the class by Benjamin Peterson · 16 years ago
  90. d03e1b4 add a versionadded tag for set_tunnel by Gregory P. Smith · 16 years ago
  91. e266f25 Fixed Issue1424152, urllib2 fails with HTTPS over Proxy. by Senthil Kumaran · 16 years ago
  92. 655d835 Issue #6042: by Jeffrey Yasskin · 16 years ago
  93. 91d517c remove mention of old ctypes version by Benjamin Peterson · 16 years ago
  94. bc4af35 #6086: fix spelling and use a better exception to catch. by Georg Brandl · 16 years ago
  95. 346a38d Correction in softspace behavior description. by Georg Brandl · 16 years ago
  96. e15048e s/use/call/ by Georg Brandl · 16 years ago
  97. 22396da Fix confusing wording. by Georg Brandl · 16 years ago
  98. 012408c Fix references to file-related functions and methods (os.* vs file.*). by Georg Brandl · 16 years ago
  99. fa0123b #6084: fix example. by Georg Brandl · 16 years ago
  100. 5a8d7eb Use raise X(y). by Georg Brandl · 16 years ago