1. b9c3ed4 #3340: document print/get_usage and print/get_version by Ezio Melotti · 15 years ago
  2. 8198256 fixed markup errors by Ezio Melotti · 15 years ago
  3. 722a8a9 :stmt: -> :keyword: by Ezio Melotti · 15 years ago
  4. 5129ed3 #7618: fix highlight of code blocks by Ezio Melotti · 15 years ago
  5. 9d32521 issue3972: HTTPConnection and HTTPSConnection now support a by Gregory P. Smith · 15 years ago
  6. 79a3eb1 Adds an optional source_address parameter to socket.create_connection(). by Gregory P. Smith · 15 years ago
  7. 7f8ebdb Add a few items by Andrew M. Kuchling · 15 years ago
  8. b56fb12 Correct documentation for s* z* and w*, the argument that should be passed by Gregory P. Smith · 15 years ago
  9. 5a485c1 Clarify that the rect, phase and polar functions work with radians. by Mark Dickinson · 15 years ago
  10. 9db7746 more copyright year updates by Ezio Melotti · 15 years ago
  11. f31d1a0 Add some missing command-line options to the main list. All but -V were already by Brett Cannon · 15 years ago
  12. ae9a0a0 add another advancement by Benjamin Peterson · 15 years ago
  13. a7f5947 Add various items by Andrew M. Kuchling · 15 years ago
  14. 91e0db8 Add some items by Andrew M. Kuchling · 15 years ago
  15. 0f02d39 check if the attribute is set before deleting it with T_OBJECT_EX (fixes #7604) by Benjamin Peterson · 15 years ago
  16. b7953f0 We only support Windows NT derivatives now. by Georg Brandl · 15 years ago
  17. e5ee7e3 #7602: improve "clean" and "checkout" targets now that all tools are in externals. by Georg Brandl · 15 years ago
  18. 5a5fee8 #7487: update Pygments version. by Georg Brandl · 15 years ago
  19. 95049f2 Use new Pygments version. by Georg Brandl · 15 years ago
  20. 569e61f #5511: Added the ability to use ZipFile as a context manager. Patch by Brian Curtin. by Ezio Melotti · 15 years ago
  21. 3c8a24e Add various items by Andrew M. Kuchling · 15 years ago
  22. fa1ffb6 #7595: fix typo in argument default constant. by Georg Brandl · 15 years ago
  23. b4a4f51 Various additions by Andrew M. Kuchling · 15 years ago
  24. c2aad8a Fix wrong markup. by Georg Brandl · 15 years ago
  25. a25658b Improve markup of ctypes docs. by Georg Brandl · 15 years ago
  26. d2ff486 #7569: clarification about c_char_p. by Georg Brandl · 15 years ago
  27. 0d19eaf document new fix_callable behavior by Benjamin Peterson · 15 years ago
  28. 66d8d69 #7404: remove reference to non-existing example files. by Georg Brandl · 15 years ago
  29. 740cdc3 #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new exceptions a docstring. by Georg Brandl · 15 years ago
  30. fe8df4f #7586: fix typo. by Georg Brandl · 15 years ago
  31. 1686f34 #7577: fix signature of PyBuffer_FillInfo(). by Georg Brandl · 15 years ago
  32. 1ac1c39 Updated sys.flags table in Doc by Ezio Melotti · 15 years ago
  33. 9c236bf Added markup and default arg, fixed example by Ezio Melotti · 15 years ago
  34. f9a21f4 Fix for Issue7570: Error in urllib2 example. by Senthil Kumaran · 15 years ago
  35. ca2dc47 Make a word plural. by Brett Cannon · 15 years ago
  36. e31d300 Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk. by Mark Dickinson · 15 years ago
  37. 1c2353b builtin-ins -> builtins by Benjamin Peterson · 15 years ago
  38. 6ab5d08 #7381: subprocess documentation and library docstring consistency fixes. by Georg Brandl · 15 years ago
  39. 819a8fa Small indentation fix. by Georg Brandl · 15 years ago
  40. 0cedb4b #7495: backport Programming FAQ review to trunk. by Georg Brandl · 15 years ago
  41. 0732fd9 Document the headers parameter for set_tunnel. by Senthil Kumaran · 15 years ago
  42. 062d2b5 #7388: "python".capitalize() in the Doc by Ezio Melotti · 15 years ago
  43. e812d29 Issue #7545: improve documentation of the `buffering` argument in io.open(). by Antoine Pitrou · 15 years ago
  44. d86e9d7 #7480: remove tautology. by Georg Brandl · 15 years ago
  45. c51d1f0 #7479: add note about function availability on Unices. by Georg Brandl · 15 years ago
  46. 27d1903 #7493: review of Design FAQ by Florent Xicluna. by Georg Brandl · 15 years ago
  47. 670e596 #7521: remove Py_GetBuildNumber(), which was removed in favor of Py_GetBuildInfo(). by Georg Brandl · 15 years ago
  48. 8b10f13 #7527: use standard versionadded tags. by Georg Brandl · 15 years ago
  49. 5ff37ae Issue #3366: Add error function and complementary error function to math module. by Mark Dickinson · 15 years ago
  50. 0c6a0e3 Issue #7529: logging: Minor correction to documentation. by Vinay Sajip · 15 years ago
  51. 9cae178 Issue #3366: Add expm1 function to math module. Thanks Eric Smith for by Mark Dickinson · 15 years ago
  52. bf306ca adverb by Benjamin Peterson · 15 years ago
  53. 9622873 Clarify phrasing that explains that there are currently two branches. by R. David Murray · 15 years ago
  54. 4f786b2 reorganized the distutils doc a bit : the MANIFEST.in template system has its own section now. This is easier to find and follow by Tarek Ziadé · 15 years ago
  55. db9352f avoid having to update this statement all the time by Benjamin Peterson · 15 years ago
  56. 3e6eb59 add 2.6.x point releases by Benjamin Peterson · 15 years ago
  57. 9be87bc Issue #3366: Add lgamma function to math module. by Mark Dickinson · 15 years ago
  58. a5fd24e Add a reverse() method to collections.deque(). by Raymond Hettinger · 15 years ago
  59. a939ecd Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetadata so we can read back PKG-INFO files by Tarek Ziadé · 15 years ago
  60. 8f254e7 Typo fix; grammar fix by Andrew M. Kuchling · 15 years ago
  61. 2627553 #7177: clarify the potential PIPE deadlock warnings by Philip Jenvey · 15 years ago
  62. 30b3b35 Issue #7333: The `posix` module gains an `initgroups()` function providing by Antoine Pitrou · 15 years ago
  63. 5a73ff8 Markup fixes by Andrew M. Kuchling · 15 years ago
  64. 8d8f874 Fix versions and spacing. by Georg Brandl · 15 years ago
  65. 761ae0b fix typo by Gregory P. Smith · 15 years ago
  66. 50ea456 Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}. by Martin v. Löwis · 15 years ago
  67. acbe3bd Issue #6845: Add restart support for binary upload in ftplib. The by Antoine Pitrou · 15 years ago
  68. 2600a33 #7400: typo. by Georg Brandl · 15 years ago
  69. e236c3c Forgot to add a `versionadded` tag by Antoine Pitrou · 15 years ago
  70. bcfaf80 Issue #5788: `datetime.timedelta` objects get a new `total_seconds()` method returning by Antoine Pitrou · 15 years ago
  71. 6b87f11 Fix some documentation examples involving the repr of a float. by Mark Dickinson · 15 years ago
  72. 9dd5e16 Issue #7117, continued: Remove substitution of %g-style formatting for by Mark Dickinson · 15 years ago
  73. faa2599 #7345: fix arguments of formatyear(). by Georg Brandl · 15 years ago
  74. f058d2d Issue #7369: Fibonacci series should start at 0 in tutorial example. by Mark Dickinson · 15 years ago
  75. 6c37674 issue5738: The distribution example was confusing, and out of date. It's too large to include inline in the docs as well. It belongs in an addons module outside the stdlib. Removing. by Jesse Noller · 15 years ago
  76. 4823961 Issue 7363: fix indentation in socketserver udpserver example. by R. David Murray · 15 years ago
  77. 9eac119 Fix docstrings for itertools combinatoric functions. by Raymond Hettinger · 15 years ago
  78. c029942 Mention Giampolo R's new FTP TLS support in the what's new file by Antoine Pitrou · 15 years ago
  79. 1136ff5 Fix markup. by Georg Brandl · 15 years ago
  80. 8c18a47 upcase Python by Georg Brandl · 15 years ago
  81. 0516f81 Make separate section for deprecations in 2.7 whatsnew. by Georg Brandl · 15 years ago
  82. a17f602 Make separate section for deprecations in 2.6 whatsnew. by Georg Brandl · 15 years ago
  83. d3571c8 #7302: fix link. by Georg Brandl · 15 years ago
  84. ccd5e02 Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP using by Antoine Pitrou · 15 years ago
  85. 82864d1 Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString, by Mark Dickinson · 15 years ago
  86. d5b34d4 Issue #4969: The mimetypes module now reads the MIME database from by Antoine Pitrou · 15 years ago
  87. 49868cb Issue #6816: expose the zipfile and directory execution mechanism to Python code via the runpy module. Also consolidated some script execution functionality in the test harness into a helper module and removed some implementation details from the runpy module documentation. by Nick Coghlan · 15 years ago
  88. b6fb8dc Fix terminology. by Georg Brandl · 15 years ago
  89. cde5115 use Sphinx 0.6.3 by Benjamin Peterson · 15 years ago
  90. 2fb77bd revert r76243; I was right, actually :) by Benjamin Peterson · 15 years ago
  91. c4a346c never mind about eval mode in this case by Benjamin Peterson · 15 years ago
  92. e36199b fix several compile() issues by translating newlines in the tokenizer by Benjamin Peterson · 15 years ago
  93. c4cd6d3 fix highlight in the datetime example by Ezio Melotti · 15 years ago
  94. 7232d41 Give the profile module a module directive. by Georg Brandl · 15 years ago
  95. 610326d Show example of how to make a sorted dictionary by Raymond Hettinger · 15 years ago
  96. 8906438 Update the FAQ entry that explains that assignments in the local scope by R. David Murray · 15 years ago
  97. a5dcf21 Remove redundant sentence. by R. David Murray · 15 years ago
  98. 0ac6942 discuss how to use -p by Benjamin Peterson · 15 years ago
  99. 1a22e87 #7271: fix typo. by Georg Brandl · 15 years ago
  100. efc2858 #7259: show correct equivalent for operator.i* operations in docstring; fix minor issues in operator docs. by Georg Brandl · 15 years ago