1. 369cbd7 Fix an index, add more tests, avoid raising errors for unknown declarations, and clean up comments. by Ezio Melotti · 12 years ago
  2. ef18737 shutil copy module reference doc fix. by Senthil Kumaran · 12 years ago
  3. f117443 #13993: HTMLParser is now able to handle broken end tags. by Ezio Melotti · 12 years ago
  4. 4b92cc3 #13960: HTMLParser is now able to handle broken comments. by Ezio Melotti · 12 years ago
  5. 32b6371 fix whitespace normalization before pushing. by Gregory P. Smith · 12 years ago
  6. 1242699 Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 12 years ago
  7. 3c990e0 Add myself to Misc/ACKS by Petri Lehtinen · 12 years ago
  8. 587209f Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes by Petri Lehtinen · 12 years ago
  9. c227965 Typo in Misc/NEWS. by Florent Xicluna · 12 years ago
  10. 4665232 Update mention of Subversion repo in the FAQ by Éric Araujo · 12 years ago
  11. 6faad8d Fix distutils.filelist.FileList under Windows (#13193). by Éric Araujo · 12 years ago
  12. c47a459 Issue #13994: Earler partial revert of Distutils enhancements in 2.7 by Ned Deily · 12 years ago
  13. 0f7e2df this is only a borrowed ref in Brett's branch by Benjamin Peterson · 12 years ago
  14. 0d0ea48 Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building by Ned Deily · 12 years ago
  15. 4ad7f7f distutils 2.7’s Extension does not support optional (#13865). by Éric Araujo · 12 years ago
  16. 59e7c8f Issue #9021: Add an introduction to the copy module. Doc changes suggested by Terry Reedy. by Senthil Kumaran · 12 years ago
  17. 607e31e Fix Issue #6005: Examples in the socket library documentation use sendall, by Senthil Kumaran · 12 years ago
  18. ebf691d Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() by Charles-François Natali · 12 years ago
  19. c7fd523 Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. by Petri Lehtinen · 13 years ago
  20. cec6a61 bltinmod is borrowed, so it shouldn't be decrefed by Benjamin Peterson · 12 years ago
  21. 2c8bf04 Issue #10881: Fix test_site failures with OS X framework builds. by Ned Deily · 12 years ago
  22. adb87e2 Issue 964437 Make IDLE help window non-modal. by Terry Jan Reedy · 12 years ago
  23. d76c1bf #13933 refine patch using 'new' builtin by Terry Jan Reedy · 12 years ago
  24. d15c5a8 Clarify note in BZ2File docs about lack of multi-stream support (issue #1625). by Nadeem Vawda · 12 years ago
  25. 922ae2c Closes #13944: fix capitalization of class name. by Georg Brandl · 12 years ago
  26. 25e70fd Issue #12142: Fixed reference cycle when importing ctypes by Meador Inge · 12 years ago
  27. acd51f9 Issue #1625: Document BZ2File's lack of support for multi-stream inputs. by Nadeem Vawda · 12 years ago
  28. 61c9534 Issue #13933: IDLE auto-complete did not work with some imported by Ned Deily · 12 years ago
  29. 60be6f8 Fix failing test on big-endian machines (issue #13806). by Antoine Pitrou · 12 years ago
  30. 709aa35 Issue #8184: Fix a potential file descriptor leak when a by Charles-François Natali · 12 years ago
  31. 4c79aec put returns on their own lines by Benjamin Peterson · 12 years ago
  32. 0013783 remove unused import by Benjamin Peterson · 12 years ago
  33. 22d2711 Issue #13861: Prevent test_apropos* test case failures in test_pydoc. by Ned Deily · 12 years ago
  34. fbc56fd Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. by Ned Deily · 12 years ago
  35. 6dce7d6 Merge. by Charles-François Natali · 12 years ago
  36. fe6f9d0 Document absoluteness of sys.executable by Petri Lehtinen · 12 years ago
  37. e0e88b0 Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix by Charles-François Natali · 12 years ago
  38. da6db4f Issue #1813: backport changeset that reverts a glibc workaround for the by Stefan Krah · 12 years ago
  39. 65de77e Clean-up docs for input() by Raymond Hettinger · 12 years ago
  40. 6d837a3 Add pure python equivalent code for reduce(). by Raymond Hettinger · 12 years ago
  41. c5f310c Clarify the note for UserList by Raymond Hettinger · 12 years ago
  42. 1d23199 Use validate SQL in the example (this was confusing to readers) by Raymond Hettinger · 12 years ago
  43. 81a55c0 Show the import in the sqlite3 example by Raymond Hettinger · 12 years ago
  44. 3c8807b merge. by Brian Curtin · 12 years ago
  45. b4bef30 merge from fb225c289bf0 by Brian Curtin · 12 years ago
  46. 0518f47 sqlite3: Handle strings with embedded zeros correctly by Petri Lehtinen · 12 years ago
  47. 6ab9813 Use xrange in the example by Raymond Hettinger · 12 years ago
  48. 9f55b63 fix whitespace by Raymond Hettinger · 12 years ago
  49. bdb7fe4 Add a usage note by Raymond Hettinger · 12 years ago
  50. 1d4ae48 whitespace3 by Terry Jan Reedy · 12 years ago
  51. b98000a #13506 Add '' to path for interactive interpreter by adding with_cwd parameter by Terry Jan Reedy · 12 years ago
  52. 1d8e6fd Fix #13900: resolve self-referential description of a parameter. by Georg Brandl · 13 years ago
  53. caa0f61 remove tests from really old regex module by Benjamin Peterson · 13 years ago
  54. 88c51e8 Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data. by Antoine Pitrou · 13 years ago
  55. 1abe6cd Issue #13889: Add missing _Py_SET_53BIT_PRECISION_* calls around uses of dtoa.c functions in float round. by Mark Dickinson · 13 years ago
  56. 7a55684 Fix intermittent test_ssl failure. by Antoine Pitrou · 13 years ago
  57. 78028b0 note that get() is not affected by default_factory (closes #13887) by Benjamin Peterson · 13 years ago
  58. 374b4ea Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 13 years ago
  59. d358e05 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 13 years ago
  60. 64b2b6a Issue #13883: Document all platforms PYTHONCASEOK works on. by Brett Cannon · 13 years ago
  61. 0a15103 merge heads by Benjamin Peterson · 13 years ago
  62. dcd37e8 forgot to resolve this conflict... by Benjamin Peterson · 13 years ago
  63. e9401a0 #13852: some small doc fixes. by Georg Brandl · 13 years ago
  64. af90a40 kill extra word by Benjamin Peterson · 13 years ago
  65. bcd6f39 say bitwise (because I have no idea what a bit-string is) by Benjamin Peterson · 13 years ago
  66. 6f25d75 Remove debug output, fix assert (hopefully) and exercise signedness issues a bit more. by Antoine Pitrou · 13 years ago
  67. b744cef Fix temporary debug output (so, time_t is 8 bytes on some Windows builds) by Antoine Pitrou · 13 years ago
  68. 11cc480 Temporary debug for Windows buildbots. by Antoine Pitrou · 13 years ago
  69. 0e5fd59 Make guard more dynamic (apparently the size of a filesystem timestamp may vary under Windows). by Antoine Pitrou · 13 years ago
  70. 6e16f53 Skip test failure under OpenIndiana by Antoine Pitrou · 13 years ago
  71. e3668e9 Make test work under 32-bit systems, and when invoked through Lib/test/regrtest.py by Antoine Pitrou · 13 years ago
  72. a1f948b Issue #12501: merge the discordant NEWS entries. by Florent Xicluna · 13 years ago
  73. d1c818a Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp. by Antoine Pitrou · 13 years ago
  74. dfdc46f #13816: fix two minor style issues. Thanks to Justin Wehnes for the patch. by Georg Brandl · 13 years ago
  75. 30b13ee Fixes #4686. Reverts redundant picklability code from r74544. by Łukasz Langa · 13 years ago
  76. 8fc732f Issue #12922: fix the TextIOBase documentation to include a description of seek() and tell() methods. by Antoine Pitrou · 13 years ago
  77. 51ab351 Move a space. by Ezio Melotti · 13 years ago
  78. 2d71e5c fix typo; thanks to Justin Watt from docs@ by Sandro Tosi · 13 years ago
  79. 27a4918 Fix conf.py for Sphinx 1.0. by Georg Brandl · 13 years ago
  80. 0bb1251 whitespace by Terry Jan Reedy · 13 years ago
  81. 96a0a46 Issue13820 as and with really became keywords in 2.6. by Terry Jan Reedy · 13 years ago
  82. b05f91d NEWS entry for Issue6631 by Senthil Kumaran · 13 years ago
  83. 58c6062 Fix Issue6631 - Disallow relative files paths in urllib*.open() by Senthil Kumaran · 13 years ago
  84. 631c258 Fixes #13760: picklability of ConfigParser exceptions by Łukasz Langa · 13 years ago
  85. 6d102f1 Closes #13807: Now checks for sys.stderr being there before writing to it. by Vinay Sajip · 13 years ago
  86. cb21227 Issue #13605: more meaningful example + fixes by Sandro Tosi · 13 years ago
  87. 10f047d Issue #13605: add documentation for nargs=argparse.REMAINDER by Sandro Tosi · 13 years ago
  88. d53abd3 Issue #11948: clarify modules search path by Sandro Tosi · 13 years ago
  89. da747c3 Issue #2134: Clarify token.OP handling rationale in tokenize documentation. by Meador Inge · 13 years ago
  90. d7664de Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. by Nadeem Vawda · 13 years ago
  91. e09bc1e Revert part of 13f56cd8dec1 (issue #1785) to avoid breaking getmembers() with unbound methods. by Antoine Pitrou · 13 years ago
  92. a8f75da Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  93. f830aa5 Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  94. 4a8ba19 Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  95. 25e76bd file.next() doc refers to itself by Sandro Tosi · 13 years ago
  96. 03c6110 revert part of cefe4f38fa0e, as agreed with Éric by Sandro Tosi · 13 years ago
  97. 3b6a314 Issue #13589: Fix some serialization primitives in the aifc module. by Antoine Pitrou · 13 years ago
  98. 23fbd8c Berkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typo by Jesus Cea · 13 years ago
  99. 2ab4a91 Berkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typo by Jesus Cea · 13 years ago
  100. 6008a8b Issue: #12409: remove obsolete susp-entries by Sandro Tosi · 13 years ago