1. 58f23ff Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 13 years ago
  2. 51d04d1 Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes by Petri Lehtinen · 13 years ago
  3. 54411c1 Issue #10287: nntplib now queries the server's CAPABILITIES again after authenticating (since the result may change, according to RFC 4643). by Antoine Pitrou · 13 years ago
  4. 9ce366a Fix distutils.filelist.FileList under Windows (#13193). by Éric Araujo · 13 years ago
  5. 01a2215 Update mention of Subversion in the FAQ. by Éric Araujo · 13 years ago
  6. 30d94b7 Issue #13989: Document that GzipFile does not support text mode. by Nadeem Vawda · 13 years ago
  7. efe7c9d this is only a borrowed ref in Brett's branch by Benjamin Peterson · 13 years ago
  8. 9937748 Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building by Ned Deily · 13 years ago
  9. fa3702d #13960: HTMLParser is now able to handle broken comments when strict=False. by Ezio Melotti · 13 years ago
  10. 5b14d73 Issue #9021 - Introduce copy module better. Doc changes suggested by Terry by Senthil Kumaran · 13 years ago
  11. 6e13f13 Fix Issue #6005: Examples in the socket library documentation use sendall, by Senthil Kumaran · 13 years ago
  12. b2c9e9a Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() by Charles-François Natali · 13 years ago
  13. 73d1da3 Null merge for reverted fix for #13807. by Vinay Sajip · 13 years ago
  14. 4a84f58 Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. by Petri Lehtinen · 13 years ago
  15. 1f30575 merge heads by Benjamin Peterson · 13 years ago
  16. 2f9c71b bltinmod is borrowed, so it shouldn't be decrefed by Benjamin Peterson · 13 years ago
  17. d531b29 Issue #10881: Fix test_site failure with OS X framework builds. by Ned Deily · 13 years ago
  18. e91e763 Issue 964437 Make IDLE help window non-modal. by Terry Jan Reedy · 13 years ago
  19. a77aa69 #13933 refine patch using 'new' builtin by Terry Jan Reedy · 13 years ago
  20. cd2a603 Branch merge by Éric Araujo · 13 years ago
  21. 89dfd5c Really make bztar support in shutil conditional. by Éric Araujo · 13 years ago
  22. bd249c1 Clarify note in BZ2File docs about lack of multi-stream support (issue #1625). by Nadeem Vawda · 13 years ago
  23. 9701eb6 Closes #13944: fix capitalization of class name. by Georg Brandl · 13 years ago
  24. 8582bb1 Issue #12142: Fixed reference cycle when importing ctypes by Meador Inge · 13 years ago
  25. 8f50912 Issue #1625: Document BZ2File's lack of support for multi-stream inputs. by Nadeem Vawda · 13 years ago
  26. ed3b867 Issue #13933: IDLE auto-complete did not work with some imported by Ned Deily · 13 years ago
  27. f99f333 Fix failing test on big-endian machines (issue #13806). by Antoine Pitrou · 13 years ago
  28. f51ebf9 threading primitives now have timeouts by Benjamin Peterson · 13 years ago
  29. 992ca52 Issue #8184: Fix a potential file descriptor leak when a by Charles-François Natali · 13 years ago
  30. 90b1358 put returns on their own lines by Benjamin Peterson · 13 years ago
  31. 050a05a remove unused import by Benjamin Peterson · 13 years ago
  32. 3429491 Issue #13861: Prevent test_apropos* test case failures in test_pydoc. by Ned Deily · 13 years ago
  33. 2f7b286 Revert fix for #13807 mistakenly applied in this branch. by Vinay Sajip · 13 years ago
  34. cf550dc Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. by Ned Deily · 13 years ago
  35. 227e377 Merge. by Charles-François Natali · 13 years ago
  36. 6d0d24e Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix by Charles-François Natali · 13 years ago
  37. 9713321 Document absoluteness of sys.executable by Petri Lehtinen · 13 years ago
  38. 03c29f9 Issue #1813: Revert workaround for a glibc bug on the Fedora buildbot. by Stefan Krah · 13 years ago
  39. 090ec3c merge. again. by Brian Curtin · 13 years ago
  40. 10dda6e Add a hint that CSD == Service Pack. by Brian Curtin · 13 years ago
  41. 023fe33 sqlite3: Handle strings with embedded zeros correctly by Petri Lehtinen · 13 years ago
  42. fc3ba6b Add usage note by Raymond Hettinger · 13 years ago
  43. 4d82ade whitespace by Terry Jan Reedy · 13 years ago
  44. da4c467 #13506 Add '' to path for interactive interpreter by adding with_cwd parameter by Terry Jan Reedy · 13 years ago
  45. ab32066 Fix zip_import.c's read_directory() to use appropriate types for the values by Gregory P. Smith · 13 years ago
  46. 2652d25 ready types returned from PyType_FromSpec by Benjamin Peterson · 13 years ago
  47. e28108c adjust declaration by Benjamin Peterson · 13 years ago
  48. 1334884 Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. by Antoine Pitrou · 13 years ago
  49. c875d20 Fix #13900: resolve self-referential description of a parameter. by Georg Brandl · 13 years ago
  50. 3cd4607 remove tests from really old regex module by Benjamin Peterson · 13 years ago
  51. 75ff65e Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data. by Antoine Pitrou · 13 years ago
  52. eba63c4 Issue #13895: fix test_ssl hanging under Ubuntu by Antoine Pitrou · 13 years ago
  53. 6b671b2 Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch by Charles-François Natali · 13 years ago
  54. 261896b Issue #13889: Add missing _Py_SET_53BIT_PRECISION_* calls around uses of dtoa.c functions in float round. by Mark Dickinson · 13 years ago
  55. eced82e Fix intermittent test_ssl failure. by Antoine Pitrou · 13 years ago
  56. 871b9d1 note that get() is not affected by default_factory (closes #13887) by Benjamin Peterson · 13 years ago
  57. 04707c0 Fix error handling in examples of C API use. by Antoine Pitrou · 13 years ago
  58. 84a0fbf Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. by Antoine Pitrou · 13 years ago
  59. 9f6b02e Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL. by Antoine Pitrou · 13 years ago
  60. 3f36631 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 13 years ago
  61. f2bf8a6 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 13 years ago
  62. 722db7b merge by Brett Cannon · 13 years ago
  63. 1740afd Issue #13883: Document all platforms PYTHONCASEOK works on. by Brett Cannon · 13 years ago
  64. 65992c1 - Issue #13840: Fix ctypes.create_string_buffer exception message and docs. by Meador Inge · 13 years ago
  65. eaac4f0 Issue 13870: Fix out of date comment. by Raymond Hettinger · 13 years ago
  66. 6c89a79 #13852: some small doc fixes. by Georg Brandl · 13 years ago
  67. b4b0b35 kill extra word by Benjamin Peterson · 13 years ago
  68. e9fca25 say bitwise (because I have no idea what a bit-string is) by Benjamin Peterson · 13 years ago
  69. a50c284 Closes #13859: Replaced reference to StandardError with reference to Exception. Thanks to Matt Joiner for spotting this and submitting a patch. by Vinay Sajip · 13 years ago
  70. 33d15f7 Port import fixes from 2.7. by Antoine Pitrou · 13 years ago
  71. dd21f68 Port remaining test fixes, and fix test_importlib too. by Antoine Pitrou · 13 years ago
  72. 05f29b7 Make test work under 32-bit systems, and when invoked through Lib/test/regrtest.py by Antoine Pitrou · 13 years ago
  73. 2be60af 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. 7fa5a99 merge heads by Benjamin Peterson · 13 years ago
  75. 5311c1d Issue #13772: In os.symlink() under Windows, do not try to guess the link by Antoine Pitrou · 13 years ago
  76. 3b65fd7 #13816: fix two minor style issues. Thanks to Justin Wehnes for the patch. by Georg Brandl · 13 years ago
  77. 91eef98 fix declaration style by Benjamin Peterson · 13 years ago
  78. beca27a Fix #13834: strip() strips leading and trailing whitespace. by Georg Brandl · 13 years ago
  79. 886455c Fix a unittest error seen on NetBSD 5. by Gregory P. Smith · 13 years ago
  80. 4842efc Fix FreeBSD, NetBSD and OpenBSD behavior of the issue #8052 fix. by Gregory P. Smith · 13 years ago
  81. df300d5 Improve the test for dirfd(), some systems #define it rather than have by Gregory P. Smith · 13 years ago
  82. e9b7cab Another issue #8052 bugfix (related to previous commit). by Gregory P. Smith · 13 years ago
  83. e3f7848 Bugfix for issue #8052 fix on *BSD variants. by Gregory P. Smith · 13 years ago
  84. 9564e4c Add a Misc/NEWS entry for issue 8052. by Gregory P. Smith · 13 years ago
  85. 8facece Fixes issue #8052: The posix subprocess module's close_fds behavior was by Gregory P. Smith · 13 years ago
  86. 12fdca5 Avoid the compiler warning about the unused return value. by Gregory P. Smith · 13 years ago
  87. f49d152 Issue #12922: fix the TextIOBase documentation to include a description of seek() and tell() methods. by Antoine Pitrou · 13 years ago
  88. 41b2404 fix typo; thanks to Justin Watt from docs@ by Sandro Tosi · 13 years ago
  89. 3800ea9 Fix Issue6631 - Disallow relative file paths in urllib urlopen by Senthil Kumaran · 13 years ago
  90. 0028908 #13760: picklability tests for configparser exceptions by Łukasz Langa · 13 years ago
  91. 315a62b Closes #13807: Merged fix from 3.1. by Vinay Sajip · 13 years ago
  92. 889bb29 Closes #13807: Now checks for sys.stderr being there before writing to it. by Vinay Sajip · 13 years ago
  93. a3443d9 Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. by Meador Inge · 13 years ago
  94. da8e11a Issue #13605: more meaningful example + fixes by Sandro Tosi · 13 years ago
  95. 16bd0b4 Issue #13605: add documentation for nargs=argparse.REMAINDER by Sandro Tosi · 13 years ago
  96. f0229aa Issue #11948: clarify modules search path by Sandro Tosi · 13 years ago
  97. 972cfb9 Issue #2134: Clarify token.OP handling rationale in tokenize documentation. by Meador Inge · 13 years ago
  98. 1b468af Issue #13722: Avoid silencing ImportErrors when initializing the codecs registry. by Antoine Pitrou · 13 years ago
  99. 55f217f Fix refleaks in test_capi (this was easier than I thought!) by Antoine Pitrou · 13 years ago
  100. 6c40eb7 Fix the builtin module initialization code to store the init function for future reinitialization. by Antoine Pitrou · 13 years ago