1. 9f20d9d Issue 6877: this patch makes it possible to link the readline extension by Ronald Oussoren · 15 years ago
  2. 4b017bb #6881 - fixed wrong return type; improved the formatting by Ezio Melotti · 15 years ago
  3. f4da666 Fix references to threading.enumerate(). by Georg Brandl · 15 years ago
  4. 592c58d #6946: fix duplicate index entries for datetime classes. by Georg Brandl · 15 years ago
  5. 579a358 #6930: clarify description about byteorder handling in UTF decoder routines. by Georg Brandl · 15 years ago
  6. 54967d9 #6925: rewrite docs for locals() and vars() a bit. by Georg Brandl · 15 years ago
  7. 332d721 add keyword arguments support to str/unicode encode and decode #6300 by Benjamin Peterson · 15 years ago
  8. 4d94d31 #6936: for interactive use, quit() is just fine. by Georg Brandl · 15 years ago
  9. b926ebb Make the optparse doc style a bit more standard: use standard description units for attrs/methods/etc., and use the correct referencing roles. by Georg Brandl · 15 years ago
  10. 7842a41 Remove duplicate doc of enable/disable_interspersed_args. by Georg Brandl · 15 years ago
  11. 304d396 #6932: remove paragraph that advises relying on __del__ being called. by Georg Brandl · 15 years ago
  12. bc3777d String values should be shown with quotes, to avoid confusion with constants. by Georg Brandl · 15 years ago
  13. 6fedc52 rationalize a bit by Benjamin Peterson · 15 years ago
  14. 2348eda Note in the intro to Extending... that ctypes can be a simpler, more portable solution than custom C code. by Brett Cannon · 15 years ago
  15. fd1fcff pep 8 defaults by Benjamin Peterson · 15 years ago
  16. c4dcb38 Fix issue #1590864, multiple threads and fork() can cause deadlocks, by by Thomas Wouters · 15 years ago
  17. a50d20a Rewrap long lines. by Georg Brandl · 15 years ago
  18. 2e85f50 #6879 - fix misstatement about exceptions by Ezio Melotti · 15 years ago
  19. 718b221 #6892: fix optparse example involving help option. by Georg Brandl · 15 years ago
  20. d7226ff Remove strange trailing commas. by Georg Brandl · 15 years ago
  21. f4e6b98 #5621: refactor description of how class/instance attributes interact on a.x=a.x+1 or augassign. by Georg Brandl · 15 years ago
  22. 83130c3 #6891: comment out dead link to Unicode article. by Georg Brandl · 15 years ago
  23. b29709a #6876: fix base class constructor invocation in example. by Georg Brandl · 15 years ago
  24. 49bb9b7 #6880: add reference to classes section in exceptions section, which comes earlier. by Georg Brandl · 15 years ago
  25. 076ca5a Make deprecation notices as visible as warnings are right now. by Georg Brandl · 15 years ago
  26. 5d90029 Finish support for --with-universal-archs=intel by Ronald Oussoren · 15 years ago
  27. 038f38d #6917 - typo in method name by Ezio Melotti · 15 years ago
  28. ea7120c Py_SetPythonHome uses static storage #6913 by Benjamin Peterson · 15 years ago
  29. 58d23fb #6908: fix association of hashlib hash attributes. by Georg Brandl · 15 years ago
  30. 7eb43b7 #6574: list the future features in a table. by Georg Brandl · 15 years ago
  31. 2c7b493 #6904 - fix broken link by Ezio Melotti · 15 years ago
  32. dc0460a Remove an extraneous space in unittest documentation. by Michael Foord · 15 years ago
  33. e91ea56 Test discovery in unittest will only attempt to import modules that are importable; i.e. their names are valid Python identifiers. If an import fails during discovery this will be recorded as an error and test discovery will continue. Issue 6568. by Michael Foord · 15 years ago
  34. 6848d82 Typo fix. by Georg Brandl · 15 years ago
  35. 5a9719d unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute. Issue 6866. by Michael Foord · 15 years ago
  36. ee2df03 Tutorial tweaks. Issue 6849. by Michael Foord · 15 years ago
  37. 668be58 Note that sys._getframe is not guaranteed to exist in all implementations of Python, and a corresponding note in inspect.currentframe. Issue 6712. by Michael Foord · 15 years ago
  38. c3f7937 Objects that compare equal automatically pass or fail assertAlmostEqual and assertNotAlmostEqual tests on unittest.TestCase. Issue 6567. by Michael Foord · 15 years ago
  39. 60931a5 Change to tutorial wording for reading text / binary files on Windows. Issue #6301. by Michael Foord · 15 years ago
  40. 21121e6 Issue #6856: Add a filter keyword argument to TarFile.add(). by Lars Gustäbel · 15 years ago
  41. d4c7eb1 Move function back to its section. by Georg Brandl · 15 years ago
  42. ffdde9e Properly document copy and deepcopy as functions. by Georg Brandl · 15 years ago
  43. f016970 #6843: add link from filterwarnings to where the meaning of the arguments is covered. by Georg Brandl · 15 years ago
  44. 609910c #6841: remove duplicated word. by Georg Brandl · 15 years ago
  45. 7d4f8fd #6777: dont discourage usage of Exception.args or promote usage of Exception.message. by Georg Brandl · 15 years ago
  46. 601ee7f #6756: add some info about the "acct" parameter. by Georg Brandl · 15 years ago
  47. af795e5 #6757: complete the list of types that marshal can serialize. by Georg Brandl · 15 years ago
  48. bf58d80 #6828: fix wrongly highlighted blocks. by Georg Brandl · 15 years ago
  49. eb4781c #6821: fix signature of PyBuffer_Release(). by Georg Brandl · 15 years ago
  50. 8514b85 #6638: fix wrong parameter name and markup a class. by Georg Brandl · 15 years ago
  51. 86158fc #6810: add a link to the section about frame objects instead of just a description where to find it. by Georg Brandl · 15 years ago
  52. 018ad1c #6765: hint that log(x, base) is not very sophisticated. by Georg Brandl · 15 years ago
  53. a88fd76 #6808: clarification. by Georg Brandl · 15 years ago
  54. 254c17c #6813: better documentation for numberless string formats. by Georg Brandl · 15 years ago
  55. 9016137 Doc fix for the issue2637. by Senthil Kumaran · 15 years ago
  56. 4ea46a6 other -> others where multiple arguments are accepted. by Georg Brandl · 15 years ago
  57. 7d65fbf #6801: fix copy-paste oversight. by Georg Brandl · 15 years ago
  58. 6f8b99e #6803: fix old name. by Georg Brandl · 15 years ago
  59. 3092ed9 fixed #6801: symmetric_difference_update also accepts pipe by Tarek Ziadé · 15 years ago
  60. e2a7798 issue 6275 by Kristján Valur Jónsson · 15 years ago
  61. e746daa #6787: reference fix. by Georg Brandl · 15 years ago
  62. 185bd22 Typo fix. by Georg Brandl · 15 years ago
  63. e7ba742 Remove leftover text from end of sentence. by R. David Murray · 15 years ago
  64. 1b2695a #6677: note that rmdir only removes empty directories. by Georg Brandl · 15 years ago
  65. 626c0aa fix pdf building by teaching latex the right encoding package by Benjamin Peterson · 15 years ago
  66. 7543997 #6677: mention "deleting" as an alias for removing files. by Georg Brandl · 15 years ago
  67. e8ddbec #6718: fix example. by Georg Brandl · 15 years ago
  68. 0cfbd65 #6725: spell "namespace" consistently. by Georg Brandl · 15 years ago
  69. 8729662 #6772: mention utf-8 as utf8 alias. by Georg Brandl · 15 years ago
  70. f721666 Fixed #6556: Corrected doc on how Distutils looks for its user configuration file under Windows by Tarek Ziadé · 15 years ago
  71. 333c6e7 Added section on exceptions raised during logging. by Vinay Sajip · 15 years ago
  72. 764fc23 #6693: New functions in site.py to get user/global site packages paths. by Tarek Ziadé · 15 years ago
  73. 4e63d54 Add weakref support to the thread.lock type. by Gregory P. Smith · 15 years ago
  74. 56366cc missing module ref (issue6723) by Skip Montanaro · 15 years ago
  75. 2c9e33f Issue 6685: 'toupper' -> 'upper' in cgi doc example explanation. by R. David Murray · 15 years ago
  76. 5e7f645 Further refined section on logging to one file from multiple processes. by Vinay Sajip · 15 years ago
  77. 1c0b24f Refined section on logging to one file from multiple processes. by Vinay Sajip · 15 years ago
  78. 3a0dc30 Added section on logging to one file from multiple processes. by Vinay Sajip · 15 years ago
  79. 59584c4 Added versionchanged notices for optional 'delay' parameter to file handler classes. by Vinay Sajip · 15 years ago
  80. aa66a96 Remove potentially confusing sentence in __mangling description. by Georg Brandl · 15 years ago
  81. fb69631 Use locale.format_string() for more than one specifier. by Georg Brandl · 15 years ago
  82. 04fd324 #6679: Remove mention that sub supports no flags. by Georg Brandl · 15 years ago
  83. 4a46e1c #6658: fix two typos. by Georg Brandl · 15 years ago
  84. 43161a5 Fix punctuation and one copy-paste error. by Georg Brandl · 15 years ago
  85. 29bc2cd Fix base keyword arg name for int() and long(). by Georg Brandl · 15 years ago
  86. 8497efe Fix issue 4660: spurious task_done errors in multiprocessing, remove doc note for from_address by Jesse Noller · 15 years ago
  87. 4809c73 Add donation link to docs footer. by Georg Brandl · 15 years ago
  88. 4326ad8 Issue #6595: Allow Decimal constructor to accept non-European decimal by Mark Dickinson · 15 years ago
  89. 9ad0b36 Documentation fix for change introduced in r71832 by Mark Dickinson · 15 years ago
  90. 4938fef Rewrite the section about classes a bit; mostly tidbits, and a larger update to the section about "private" variables to reflect the Pythonic consensus better. by Georg Brandl · 15 years ago
  91. 14bb28a Fix a few markup glitches. by Georg Brandl · 15 years ago
  92. ffefd5a Fix some markup and small factual glitches found by M. Markert. by Georg Brandl · 15 years ago
  93. 07e20f8 Add a link to readline, and mention IPython and bpython. by Georg Brandl · 15 years ago
  94. 019e8dd #6336: Add nb_divide. by Georg Brandl · 15 years ago
  95. f3d520c #6591: add reference to ioctl in fcntl module for platforms other than Windows. by Georg Brandl · 15 years ago
  96. 5b3e7e9 #6593: fix link targets. by Georg Brandl · 15 years ago
  97. fe67bd9 Issue #6561: '\d' regular expression should not match characters of by Mark Dickinson · 15 years ago
  98. 8d31f54 Clarify quote_plus() usage. by Georg Brandl · 15 years ago
  99. 8ab590e Remove leading blank line from cmath.rst by Mark Dickinson · 15 years ago
  100. 44ec7ac Issue #6458: Reorganize cmath documentation into sections (similar to by Mark Dickinson · 15 years ago