1. 0b502ff Add hyperlinks to the docs of some os.path functions (issue #16552). by Chris Jerdonek · 12 years ago
  2. d27e05d Closes #16521: Improved error handling for basicConfig(), added tests for same. by Vinay Sajip · 12 years ago
  3. bf6ecf9 Issue #12848: The pure Python pickle implementation now treats object lengths as unsigned 32-bit integers, like the C implementation does. by Antoine Pitrou · 12 years ago
  4. 82e60de Remove debug print. by Ezio Melotti · 12 years ago
  5. ba4d8ed #16530: the "options" arg of os.wait3 is required. by Ezio Melotti · 12 years ago
  6. a0dd22e #16306: report only the first unknown option and add more tests. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  7. 3c76aa6 Remove unused variabile "plain" in builtin_exec. by Ezio Melotti · 12 years ago
  8. 777db2d Fix label in docs (from issue #13538). by Chris Jerdonek · 12 years ago
  9. 17fc44c Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  10. 39bdad8 Issue #1160: Fix compiling large regular expressions on UCS2 builds. by Antoine Pitrou · 12 years ago
  11. 4a1fdcf #7782: add a test for test_iter. by Ezio Melotti · 12 years ago
  12. 3813c9e The poplib module provides two classes, not one. by Antoine Pitrou · 12 years ago
  13. 7c66319 #16306: Fix multiple error messages when unknown command line parameters where passed to the interpreter. Patch by Hieu Nguyen. by Ezio Melotti · 12 years ago
  14. 6a5fc4c #14313: zipfile now raises NotImplementedError when the compression type is unknown. by Ezio Melotti · 12 years ago
  15. a69be28 #16053: document csv.Dialect.strict. Patch by Kushal Das. by Ezio Melotti · 12 years ago
  16. ec96724 Typo fix. by Mark Dickinson · 12 years ago
  17. a3f3740 Issue #12005: clarify behaviour of % and // for Decimal objects. by Mark Dickinson · 12 years ago
  18. 17babc5 Issue #16408: Fix file descriptors not being closed in error conditions in the zipfile module. by Antoine Pitrou · 12 years ago
  19. a39a22d #16420: document a way to escape metacharacters in glob/fnmatch. by Ezio Melotti · 12 years ago
  20. 52e8550 Update section about dir() in the tutorial. by Ezio Melotti · 12 years ago
  21. 89b03b0 Rephrase a sentence in the set and dict comprehensions tutorial page. by Ezio Melotti · 12 years ago
  22. e4b86398 Closes #16461: Wave library should be able to deal with 4GB wav files, and sample rate of 44100 Hz. by Jesus Cea · 12 years ago
  23. 103f17e #16478: use floor division in tabnanny and fix a ResourceWarning. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  24. b37ac8e don't gc_collect on CPython to guarantee a lack of ref cycles (thanks Antoine) by Philip Jenvey · 12 years ago
  25. f9e49ea Update the description of which package versions PyPI displays (issue #16400). by Chris Jerdonek · 12 years ago
  26. 3acc7ef add gc_collects to weakref tests by Philip Jenvey · 12 years ago
  27. cc7715f Merge heads by Antoine Pitrou · 12 years ago
  28. e11fecb Issue #16453: Fix equality testing of dead weakref objects. by Antoine Pitrou · 12 years ago
  29. e27faac Refactor test_preexec_errpipe to not create an uncollectable reference cycle. by Gregory P. Smith · 12 years ago
  30. 19e568d Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 12 years ago
  31. 12489d9 Fixes issue #16140: The subprocess module no longer double closes its by Gregory P. Smith · 12 years ago
  32. 3aee222 Remove the subprocess "bad exception data" warning (formerly a print!) by Gregory P. Smith · 12 years ago
  33. f44c9da Rename a local variable for readability and change a "this can't by Gregory P. Smith · 12 years ago
  34. 3d8e776 Fixes issue #16327: The subprocess module no longer leaks file descriptors by Gregory P. Smith · 12 years ago
  35. 6f62b58 move note to the right section by Gregory P. Smith · 12 years ago
  36. 2ec8233 Fixes issue #14396: Handle the odd rare case of waitpid returning 0 when by Gregory P. Smith · 12 years ago
  37. 9463e3a Fixes issue #9535: Fix pending signals that have been received but not by Gregory P. Smith · 12 years ago
  38. 7ee9555 Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. by Nadeem Vawda · 12 years ago
  39. ee7889d Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). by Nadeem Vawda · 12 years ago
  40. 5c89b4e Issue #16357: fix calling accept() on a SSLSocket created through SSLContext.wrap_socket(). by Antoine Pitrou · 12 years ago
  41. df3abec Link set and frozenset function docs to their class definitions (issue #16436). by Chris Jerdonek · 12 years ago
  42. 4ed4b1c Improve FAQ link in documentation (for issue #16435). by Chris Jerdonek · 12 years ago
  43. 9bf379e #13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  44. 8b6b176 #16440: fix exception type and clarify example. by Ezio Melotti · 12 years ago
  45. 5c90436 Issue #16439: Fix markup in example for stdtypes. by Andrew Svetlov · 12 years ago
  46. 0e9a065 Issue #16435: Link in tutorial now points to python3 FAQ. by Andrew Svetlov · 12 years ago
  47. 90eea97 #16433: fix docstring of assertNotEqual. by Ezio Melotti · 12 years ago
  48. 78b18d4 #11481: update copyreg docs and add example. by Ezio Melotti · 12 years ago
  49. 44dbd07 Merge heads. by Ezio Melotti · 12 years ago
  50. 402f75d #10385: use the mod role in subprocess docs. by Ezio Melotti · 12 years ago
  51. 5c6b3e2 Issue #15001: fix segfault on "del sys.module['__main__']" by Hynek Schlawack · 12 years ago
  52. 692b023 Record a known crasher from #6717 by Nick Coghlan · 12 years ago
  53. 3907994 Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF. by Nadeem Vawda · 12 years ago
  54. 6c5f521 #5057: the peepholer no longer optimizes subscription on unicode literals (e.g. u"foo"[0]) in order to produce compatible pyc files between narrow and wide builds. by Ezio Melotti · 12 years ago
  55. 8cd1c76 Issue #16402: In range slicing, fix shadowing of exceptions from __index__ method. by Mark Dickinson · 12 years ago
  56. b87f82f #16304: clarify match objects docs. Initial patch by Jan Duzinkiewicz. by Ezio Melotti · 12 years ago
  57. 6d26ade Fix compilation on Windows by Christian Heimes · 12 years ago
  58. 540da76 #16336: fix input checking in the surrogatepass error handler. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  59. 8af179e Fix a couple typos in Misc/NEWS. by Ezio Melotti · 12 years ago
  60. c64bcbe #8401: assigning an int to a bytearray slice (e.g. b[3:4] = 5) now raises an error. by Ezio Melotti · 12 years ago
  61. 11f3f17 Link to mapping glossary entry in "Mapping Types - dict" and os.environ docs. by Chris Jerdonek · 12 years ago
  62. 0941d9f #12759: sre_parse now raises a proper error when the name of the group is missing. Initial patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  63. dedfa9b #4711: break long words in the docs sidebar to avoid overflow. by Ezio Melotti · 12 years ago
  64. 2cc3b4b #16152: fix tokenize to ignore whitespace at the end of the code when no newline is found. Patch by Ned Batchelder. by Ezio Melotti · 12 years ago
  65. 4552e3f Grammar touchup. by Georg Brandl · 12 years ago
  66. d183767 Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 12 years ago
  67. 5bb4207 Reword set docs to use *proper subset/superset* terminology. by Andrew Svetlov · 12 years ago
  68. 1491cbd Issue #14893: Add function annotation example to function tutorial. by Andrew Svetlov · 12 years ago
  69. e4ad37e Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on. by Antoine Pitrou · 12 years ago
  70. 9f69e79 Issue #16228: Fix a crash in the json module where a list changes size while it is being encoded. by Antoine Pitrou · 12 years ago
  71. 42d5c41 Change docstring for xdrlib.Error to use new style exceptions. by Andrew Svetlov · 12 years ago
  72. bcac6ad Issue #16373: Prevent infinite recursion for ABC Set class operations. by Andrew Svetlov · 12 years ago
  73. eda1f4c Issue #16377: Fix bisect unittest. by Andrew Svetlov · 12 years ago
  74. 01e1e35 merge heads by Andrew Svetlov · 12 years ago
  75. 5f91ad3 Issue #14900: document added sort keys for profile stats. by Andrew Svetlov · 12 years ago
  76. 6ae568b Issue #16348: Fix incorrect documentation for Decimal.remainder_near. by Mark Dickinson · 12 years ago
  77. 9892f52 avoid a function call with redundant checks for dict size by Benjamin Peterson · 12 years ago
  78. 37d2c99 fix spelling by Benjamin Peterson · 12 years ago
  79. 275c848 merge heads by Benjamin Peterson · 12 years ago
  80. d1f2cb3 only fast-path fromkeys() when the constructor returns a empty dict (closes #16345) by Benjamin Peterson · 12 years ago
  81. 64085e3 Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT! by Jesus Cea · 12 years ago
  82. a2959ce #16371: fix up the English a bit more. by R David Murray · 12 years ago
  83. ec42255 Issue #16371: fix typo in ctypes documentation. by Andrew Svetlov · 12 years ago
  84. e1fa22a Issue #16370: Mention Py_SetProgramName in example for very high level embedding. by Andrew Svetlov · 12 years ago
  85. 4deb16d Remove already dropped function PySys_GetFile from documentation. by Andrew Svetlov · 12 years ago
  86. 6a5c7c3 Fix docstring for deque ctor to mark iterable parameter optional by Andrew Svetlov · 12 years ago
  87. c431128 initialize more global type objects (closes #16369) by Benjamin Peterson · 12 years ago
  88. e9aeca7 Fix #16197. Update docstrings and documentation to match winreg code. by Brian Curtin · 12 years ago
  89. 92c28ca #14897: Enhance error messages of struct.pack and struct.pack_into by Petri Lehtinen · 12 years ago
  90. 1b863eb Fix regression from issue #16262 by Ross Lagerwall · 12 years ago
  91. 8b7f9f5 Remove unneeded "Release" and "Date" markers from doc index pages. by Chris Jerdonek · 12 years ago
  92. a1952d4 Add test for BZ2Decompressor.decompress("") after end of stream. by Nadeem Vawda · 12 years ago
  93. 6a935d9 merge heads by Georg Brandl · 12 years ago
  94. 75f0020 Remove confusing "Release" and "Date" markers from whatsnews. by Georg Brandl · 12 years ago
  95. 21b1024 merge heads by Andrew Svetlov · 12 years ago
  96. 2ec53be Issue #14570: Document json sort_keys parameter properly. by Andrew Svetlov · 12 years ago
  97. fb90c09 Issue #14700: Fix buggy overflow checks for large precision and width in new-style and old-style formatting. by Mark Dickinson · 12 years ago
  98. 579d5cd changeset: 80007:49e4541f2aef by Georg Brandl · 12 years ago
  99. fffc25d #8040: fix jQuery incompatibility by Georg Brandl · 12 years ago
  100. c3bf78a #15889: make regrtest --start succeed in more cases. by R David Murray · 12 years ago