1. d6c393a Backed out r65069, pending fixing it in Windows. by Eric Smith · 17 years ago
  2. 454816d Issue 3382: Make '%F' and float.__format__('F') convert results to upper case. by Eric Smith · 17 years ago
  3. a66bb0a #3388: add a paragraph about using "with" for file objects. by Georg Brandl · 17 years ago
  4. a5fa5a2 Complete issue 3083: add alternate (#) formatting to bin, oct, hex in str.format(). by Eric Smith · 17 years ago
  5. e2efba4 Move label to correct heading. by Georg Brandl · 17 years ago
  6. 7103aa4 Issue #3008: add instance method float.hex and class method float.fromhex by Mark Dickinson · 17 years ago
  7. 4ec0c27 Expand the multiprocessing section by Andrew M. Kuchling · 17 years ago
  8. 8ea605c Typo fix by Andrew M. Kuchling · 17 years ago
  9. a2478d9 Typo fix by Andrew M. Kuchling · 17 years ago
  10. ded01d1 Typo fixes by Andrew M. Kuchling · 17 years ago
  11. b93dc5f Add various items; move ctypes items into a subsection of their own by Andrew M. Kuchling · 17 years ago
  12. 00f34c6 Re-word by Andrew M. Kuchling · 17 years ago
  13. 060cd1e Add turtle into the module index. by Martin v. Löwis · 17 years ago
  14. 12c8660 Correct a couple of errors in the updated catch_warning documentation (the Py3k version was fixed before being checked in) by Nick Coghlan · 17 years ago
  15. 38469e2 Make test.test_support.catch_warnings more robust as discussed on python-dev. Also add explicit tests for itto test_warnings. by Nick Coghlan · 17 years ago
  16. 2412259 Fixed typo. by Alexandre Vassalotti · 17 years ago
  17. 90f3673 fix various doc typos #3320 by Benjamin Peterson · 17 years ago
  18. 8dbbb96 Add cautionary note on the use of PySequence_Fast_ITEMS. by Raymond Hettinger · 17 years ago
  19. 963ffdb Doc that robotparse has been renamed urllib.robotparser in Python 3.0. by Brett Cannon · 17 years ago
  20. f6afa33 Doc that urlparse is named urllib.parse in Python 3.0. by Brett Cannon · 17 years ago
  21. 97aa1ae Document the fact that urllib2 spans multiple modules with new names in Python by Brett Cannon · 17 years ago
  22. 4762902 Added garbage collector overhead and optional default return value to by Robert Schuppenies · 17 years ago
  23. dbc5987 Add missing ABCs to list. by Georg Brandl · 17 years ago
  24. 10cf7d9 Fix example to match text by Andrew M. Kuchling · 17 years ago
  25. aaca978 Add two items; rewrap paragraph by Andrew M. Kuchling · 17 years ago
  26. c406084 Wording fix by Andrew M. Kuchling · 17 years ago
  27. de2939b Fix opensearch template. by Georg Brandl · 17 years ago
  28. 2fe7706 - Issue #2862: Make int and float freelist management consistent with other by Gregory P. Smith · 17 years ago
  29. e78fbcc #2663: support an *ignore* argument to shutil.copytree(). Patch by Tarek Ziade. by Georg Brandl · 17 years ago
  30. 66ef83b Give the pickle special methods a signature. by Georg Brandl · 17 years ago
  31. 4e47680 let the term be linked by Benjamin Peterson · 17 years ago
  32. 9385b9d lowercase glossary term by Benjamin Peterson · 17 years ago
  33. 8c43641 Patch #1622: Correct interpretation of various ZIP header fields. by Martin v. Löwis · 17 years ago
  34. f5d2b4c Tweak wording by Andrew M. Kuchling · 17 years ago
  35. 66c5277 Issue #449227: Now with the rlcompleter module, callable objects are by Facundo Batista · 17 years ago
  36. 8bb8fa5 Handle urllib's renaming for Python 3.0: by Brett Cannon · 17 years ago
  37. aac51b8 add ABC to the glossary by Benjamin Peterson · 17 years ago
  38. 3214a01 #1410739: add a footnote about "is" and "unusual" behavior. by Georg Brandl · 17 years ago
  39. 1e0eefc #1523853: add note about fread(). by Georg Brandl · 17 years ago
  40. dbd0ae3 #3216: fix Execute's parameter description. by Georg Brandl · 17 years ago
  41. 68b4e74 Add a link to PEP 324. by Georg Brandl · 17 years ago
  42. a6a7292 write a short little section for multiprocessing; it still needs help by Benjamin Peterson · 17 years ago
  43. b7b8bff reinstate the ending backtick. thanks Nick :) by Benjamin Peterson · 17 years ago
  44. 6e4856a rewrap by Benjamin Peterson · 17 years ago
  45. 934b16d various SSL fixes; issues 1251, 3162, 3212 by Bill Janssen · 17 years ago
  46. 77cec6e fix typo by Benjamin Peterson · 17 years ago
  47. 910c2ab edit multiprocessing docs by Benjamin Peterson · 17 years ago
  48. ee51cff Fix whitespace in example code. by Raymond Hettinger · 17 years ago
  49. df90ee6 Issue #3197: rework documentation for fractions module. by Mark Dickinson · 17 years ago
  50. b279b8a add a htmlview directive by Benjamin Peterson · 17 years ago
  51. aa7c8bd Use newer versions of externals. by Georg Brandl · 17 years ago
  52. 910df2f Add a version tag for shutdown(). by Georg Brandl · 17 years ago
  53. cab7e56 Remove references to Py3k in __floor__, __ceil__ and __round__ documentation. by Mark Dickinson · 17 years ago
  54. c72b787 Change description of float('nan') feature; NaNs don't care much about by Mark Dickinson · 17 years ago
  55. 2b917c9 minor fix by Benjamin Peterson · 17 years ago
  56. 3e8bb4e Write out "phi" consistently. by Georg Brandl · 17 years ago
  57. 8bd0519 #3085: Fix syntax error. by Georg Brandl · 17 years ago
  58. 0ba92b2 Turn section references into proper cross-references. by Georg Brandl · 17 years ago
  59. 74a6ba8 In the deprecated functions I added an alert to review by Facundo Batista · 17 years ago
  60. a6a4d50 Now a from submitted via POST that also has a query string by Facundo Batista · 17 years ago
  61. 2da91c3 Fixed issue #2888. Now the behaviour of pprint when working with nested by Facundo Batista · 17 years ago
  62. 8e1c52a Reviewed and updated the documentation. Fixes #3017. by Facundo Batista · 17 years ago
  63. 924b823 Documentation fix. by Georg Brandl · 17 years ago
  64. db53c1e Correct two versionchanged directives, to improve the 'changes' output by Andrew M. Kuchling · 17 years ago
  65. 6ba873c Various items by Andrew M. Kuchling · 17 years ago
  66. f839b66 Grammar fixes by Andrew M. Kuchling · 17 years ago
  67. c2e3270 Remove request for e-mail; it's unlikely these classes will be saved by Andrew M. Kuchling · 17 years ago
  68. fc7f493 rephrase by Benjamin Peterson · 17 years ago
  69. f91c70a Change references to the new math functions to generate proper x-refs. by Georg Brandl · 17 years ago
  70. d303578 Fix outdated count of the number of new math module functions. by Mark Dickinson · 17 years ago
  71. 7b2e2df Various items by Andrew M. Kuchling · 17 years ago
  72. d6b1eaf Various items by Andrew M. Kuchling · 17 years ago
  73. 8e5cd75 Put threading in front of thread by Andrew M. Kuchling · 17 years ago
  74. be504f1 Remove some standalone material from the introduction; various markup and typo fixes by Andrew M. Kuchling · 17 years ago
  75. 5da652e Add versionadded tags to new math functions. by Georg Brandl · 17 years ago
  76. f88f739 Typo fix by Mark Dickinson · 17 years ago
  77. 5c15aba Split the HTML index. by Georg Brandl · 17 years ago
  78. 3730453 Typo fixes by Andrew M. Kuchling · 17 years ago
  79. 60c0be3 Clarification. by Georg Brandl · 17 years ago
  80. 26305a0 add py3k warnings to rfc822 by Benjamin Peterson · 17 years ago
  81. a03722f deprecated mimetools by Benjamin Peterson · 17 years ago
  82. 41a9e15 Markup fixes, thanks Georg for the help. by Thomas Heller · 17 years ago
  83. c0a296f Add versionadded marker to ctypes.c_longdouble. by Thomas Heller · 17 years ago
  84. 89f4887 Add future_builtins.ascii(). by Georg Brandl · 17 years ago
  85. 35b9020 Smaller doc fixes. by Thomas Heller · 17 years ago
  86. 2e9675a More doc fixes. by Thomas Heller · 17 years ago
  87. 81567d2 Markup fixes, spelling corrections, and better wordings. Hopefully. by Thomas Heller · 17 years ago
  88. d987545 Clarify what ":errorhandler" refers to. by Georg Brandl · 17 years ago
  89. 9cf1934 Fix typos. by Georg Brandl · 17 years ago
  90. f439560 add aliases to threading module by Benjamin Peterson · 17 years ago
  91. 0fbcf69 give the threading API PEP 8 names by Benjamin Peterson · 17 years ago
  92. a809c98 Note PEP 371 section by Andrew M. Kuchling · 17 years ago
  93. 4267be6 Multi-arg form for set.difference() and set.difference_update(). by Raymond Hettinger · 17 years ago
  94. 73baefd Fix markup. Document the new 'offset' parameter for the 'ctypes.byref' function. by Thomas Heller · 17 years ago
  95. 190d56e add the multiprocessing package to fulfill PEP 371 by Benjamin Peterson · 17 years ago
  96. 363070a Update numbers doc for the Integral simplification. by Raymond Hettinger · 17 years ago
  97. 482f312 Documented the new AST constructor. by Armin Ronacher · 17 years ago
  98. 3079be5 Fix a formatting error in the ast documentation. by Armin Ronacher · 17 years ago
  99. 60977c7 more markup fix. by Georg Brandl · 17 years ago
  100. 0099e72 fix markup by Benjamin Peterson · 17 years ago