1. 709aa35 Issue #8184: Fix a potential file descriptor leak when a by Charles-François Natali · 12 years ago
  2. 4c79aec put returns on their own lines by Benjamin Peterson · 12 years ago
  3. 0013783 remove unused import by Benjamin Peterson · 12 years ago
  4. 22d2711 Issue #13861: Prevent test_apropos* test case failures in test_pydoc. by Ned Deily · 12 years ago
  5. fbc56fd Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. by Ned Deily · 12 years ago
  6. 6dce7d6 Merge. by Charles-François Natali · 12 years ago
  7. fe6f9d0 Document absoluteness of sys.executable by Petri Lehtinen · 12 years ago
  8. e0e88b0 Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix by Charles-François Natali · 12 years ago
  9. da6db4f Issue #1813: backport changeset that reverts a glibc workaround for the by Stefan Krah · 12 years ago
  10. 65de77e Clean-up docs for input() by Raymond Hettinger · 12 years ago
  11. 6d837a3 Add pure python equivalent code for reduce(). by Raymond Hettinger · 12 years ago
  12. c5f310c Clarify the note for UserList by Raymond Hettinger · 12 years ago
  13. 1d23199 Use validate SQL in the example (this was confusing to readers) by Raymond Hettinger · 12 years ago
  14. 81a55c0 Show the import in the sqlite3 example by Raymond Hettinger · 12 years ago
  15. 3c8807b merge. by Brian Curtin · 12 years ago
  16. b4bef30 merge from fb225c289bf0 by Brian Curtin · 12 years ago
  17. 0518f47 sqlite3: Handle strings with embedded zeros correctly by Petri Lehtinen · 12 years ago
  18. 6ab9813 Use xrange in the example by Raymond Hettinger · 12 years ago
  19. 9f55b63 fix whitespace by Raymond Hettinger · 12 years ago
  20. bdb7fe4 Add a usage note by Raymond Hettinger · 12 years ago
  21. 1d4ae48 whitespace3 by Terry Jan Reedy · 12 years ago
  22. b98000a #13506 Add '' to path for interactive interpreter by adding with_cwd parameter by Terry Jan Reedy · 12 years ago
  23. 1d8e6fd Fix #13900: resolve self-referential description of a parameter. by Georg Brandl · 13 years ago
  24. caa0f61 remove tests from really old regex module by Benjamin Peterson · 13 years ago
  25. 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
  26. 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
  27. 7a55684 Fix intermittent test_ssl failure. by Antoine Pitrou · 13 years ago
  28. 78028b0 note that get() is not affected by default_factory (closes #13887) by Benjamin Peterson · 13 years ago
  29. 374b4ea Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 13 years ago
  30. d358e05 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 13 years ago
  31. 64b2b6a Issue #13883: Document all platforms PYTHONCASEOK works on. by Brett Cannon · 13 years ago
  32. 0a15103 merge heads by Benjamin Peterson · 13 years ago
  33. dcd37e8 forgot to resolve this conflict... by Benjamin Peterson · 13 years ago
  34. e9401a0 #13852: some small doc fixes. by Georg Brandl · 13 years ago
  35. af90a40 kill extra word by Benjamin Peterson · 13 years ago
  36. bcd6f39 say bitwise (because I have no idea what a bit-string is) by Benjamin Peterson · 13 years ago
  37. 6f25d75 Remove debug output, fix assert (hopefully) and exercise signedness issues a bit more. by Antoine Pitrou · 13 years ago
  38. b744cef Fix temporary debug output (so, time_t is 8 bytes on some Windows builds) by Antoine Pitrou · 13 years ago
  39. 11cc480 Temporary debug for Windows buildbots. by Antoine Pitrou · 13 years ago
  40. 0e5fd59 Make guard more dynamic (apparently the size of a filesystem timestamp may vary under Windows). by Antoine Pitrou · 13 years ago
  41. 6e16f53 Skip test failure under OpenIndiana by Antoine Pitrou · 13 years ago
  42. e3668e9 Make test work under 32-bit systems, and when invoked through Lib/test/regrtest.py by Antoine Pitrou · 13 years ago
  43. a1f948b Issue #12501: merge the discordant NEWS entries. by Florent Xicluna · 13 years ago
  44. 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
  45. dfdc46f #13816: fix two minor style issues. Thanks to Justin Wehnes for the patch. by Georg Brandl · 13 years ago
  46. 30b13ee Fixes #4686. Reverts redundant picklability code from r74544. by Łukasz Langa · 13 years ago
  47. 8fc732f Issue #12922: fix the TextIOBase documentation to include a description of seek() and tell() methods. by Antoine Pitrou · 13 years ago
  48. 51ab351 Move a space. by Ezio Melotti · 13 years ago
  49. 2d71e5c fix typo; thanks to Justin Watt from docs@ by Sandro Tosi · 13 years ago
  50. 27a4918 Fix conf.py for Sphinx 1.0. by Georg Brandl · 13 years ago
  51. 0bb1251 whitespace by Terry Jan Reedy · 13 years ago
  52. 96a0a46 Issue13820 as and with really became keywords in 2.6. by Terry Jan Reedy · 13 years ago
  53. b05f91d NEWS entry for Issue6631 by Senthil Kumaran · 13 years ago
  54. 58c6062 Fix Issue6631 - Disallow relative files paths in urllib*.open() by Senthil Kumaran · 13 years ago
  55. 631c258 Fixes #13760: picklability of ConfigParser exceptions by Łukasz Langa · 13 years ago
  56. 6d102f1 Closes #13807: Now checks for sys.stderr being there before writing to it. by Vinay Sajip · 13 years ago
  57. cb21227 Issue #13605: more meaningful example + fixes by Sandro Tosi · 13 years ago
  58. 10f047d Issue #13605: add documentation for nargs=argparse.REMAINDER by Sandro Tosi · 13 years ago
  59. d53abd3 Issue #11948: clarify modules search path by Sandro Tosi · 13 years ago
  60. da747c3 Issue #2134: Clarify token.OP handling rationale in tokenize documentation. by Meador Inge · 13 years ago
  61. d7664de Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. by Nadeem Vawda · 13 years ago
  62. e09bc1e Revert part of 13f56cd8dec1 (issue #1785) to avoid breaking getmembers() with unbound methods. by Antoine Pitrou · 13 years ago
  63. 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
  64. f830aa5 Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  65. 4a8ba19 Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  66. 25e76bd file.next() doc refers to itself by Sandro Tosi · 13 years ago
  67. 03c6110 revert part of cefe4f38fa0e, as agreed with Éric by Sandro Tosi · 13 years ago
  68. 3b6a314 Issue #13589: Fix some serialization primitives in the aifc module. by Antoine Pitrou · 13 years ago
  69. 23fbd8c Berkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typo by Jesus Cea · 13 years ago
  70. 2ab4a91 Berkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typo by Jesus Cea · 13 years ago
  71. 6008a8b Issue: #12409: remove obsolete susp-entries by Sandro Tosi · 13 years ago
  72. 8eab1fd #13715: fix typo in unicodedata doc. Patch by Eli Collins. by Ezio Melotti · 13 years ago
  73. 055d70d #13695: fix a couple of typos in the doc. by Ezio Melotti · 13 years ago
  74. 465b58e explain why we need this grammar file (closes #13766) by Benjamin Peterson · 13 years ago
  75. 8ef4a70 #13039 allow proper deletion of '>>> ' in IDLE editor windows. by Terry Jan Reedy · 13 years ago
  76. bde7eac fix typo; thanks to Jan Heidbrink from docs@ by Sandro Tosi · 13 years ago
  77. 7d77c6f remove 'Documenting Python' and its references, it's now on devguide by Sandro Tosi · 13 years ago
  78. c86bb00 Fix label names. by Georg Brandl · 13 years ago
  79. 9a56068 how could I have missed :cmember: in import.rst? by Sandro Tosi · 13 years ago
  80. a76bb03 None is not a keyword, link file.next() to functions.html#next by Sandro Tosi · 13 years ago
  81. d6e87f4 update part of sphinxext by Sandro Tosi · 13 years ago
  82. 98ed08f update to new C roles and directives by Sandro Tosi · 13 years ago
  83. bbd41d0 update Sphinx reference from 0.6.7 to 1.0.7 by Sandro Tosi · 13 years ago
  84. 150122a #11633 about buffering of print by Terry Jan Reedy · 13 years ago
  85. 4ba76b6 closes #13730 by Terry Jan Reedy · 13 years ago
  86. dee76e6 Issue #13774: json: Fix a SystemError when a bogus encoding is passed to by Amaury Forgeot d'Arc · 13 years ago
  87. 44765e5 Issue #13764: remove outdated script Misc/build.sh by Antoine Pitrou · 13 years ago
  88. 2d047e8 Merge by Antoine Pitrou · 13 years ago
  89. d716c73 Issue #13724: improve documentation for socket.create_connection. by Antoine Pitrou · 13 years ago
  90. 477a06c Minor correction. Closes #11418 by Terry Jan Reedy · 13 years ago
  91. 1d79eb6 Closes #13754 String returned if less than *or equal to* x 3 by Terry Jan Reedy · 13 years ago
  92. 9e08390 Remove unused certificate from the test directory. by Antoine Pitrou · 13 years ago
  93. 8070ddc port to 2.7 - Issue9637 - Details that case of Proxy env var does not matter. by Senthil Kumaran · 13 years ago
  94. bcd833f - Issue #13642: Unquote before b64encoding user:password during Basic by Senthil Kumaran · 13 years ago
  95. a0ff91c Fix stock symbol for Microsoft by Raymond Hettinger · 13 years ago
  96. c766b31 Update the sorting howto to reflect the PEP 8 advisory to define all six rich comparisons. by Raymond Hettinger · 13 years ago
  97. cfe6deb #11906 Make test_argparse work interactively by removing extra space by Terry Jan Reedy · 13 years ago
  98. df4c986 Issue #13747: fix SSL compatibility table. by Antoine Pitrou · 13 years ago
  99. 4a7e0c89 Issue #13747: fix documentation error about the default SSL version. by Antoine Pitrou · 13 years ago
  100. e5f93ef Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith from docs@ by Sandro Tosi · 13 years ago