1. c5011fe When building sqlite3, the directory where sqlite.h was found was by Brett Cannon · 13 years ago
  2. 176f07d Issue #12040: Expose a new attribute `sentinel` on instances of by Antoine Pitrou · 13 years ago
  3. f068ab8 Issue #11893: Remove obsolete internal wrapper class `SSLFakeFile` in the smtplib module. by Antoine Pitrou · 13 years ago
  4. b204a42 greatly improve argument parsing error messages (closes #12265) by Benjamin Peterson · 13 years ago
  5. d64b2ba merge heads. by Gregory P. Smith · 13 years ago
  6. 7ce0fa8 Issue #12080: Fix a performance issue in Decimal._power_exact that causes some corner-case Decimal.__pow__ calls to take an unreasonably long time. by Mark Dickinson · 13 years ago
  7. 765e94f Add NEWS and whatsnew entries for the packaging module by Éric Araujo · 13 years ago
  8. 22cc118 merge by Raymond Hettinger · 13 years ago
  9. 3d89057 Fix named tuples to work with vars(). by Raymond Hettinger · 13 years ago
  10. c072516 Remove duplicate entry for Josip by Éric Araujo · 13 years ago
  11. 8c6f88e remove __version__s dependent on subversion keyword expansion (closes #12221) by Benjamin Peterson · 13 years ago
  12. 9e3e1c6 merge 3.2 (#12221) by Benjamin Peterson · 13 years ago
  13. 0aa71f7 merge 3.1 (#12221) by Benjamin Peterson · 13 years ago
  14. a22c98d simply use the Python version for pyexpat.__version__ #12221 by Benjamin Peterson · 13 years ago
  15. 1b5b9d7 (Merge 3.2) Close #12085: Fix an attribute error in subprocess.Popen destructor by Victor Stinner · 13 years ago
  16. 87b9bc3 Close #12085: Fix an attribute error in subprocess.Popen destructor if the by Victor Stinner · 13 years ago
  17. 0bb2991 add news note by Benjamin Peterson · 13 years ago
  18. 62ecb6a Tidy up the additional string module tests added at the Pycon sprints (closes #11505) by Nick Coghlan · 13 years ago
  19. 1eb6d27 (Merge 3.2) Issue #12057: Add tests for ISO 2022 codecs by Victor Stinner · 13 years ago
  20. ee49797 Issue #12057: Add tests for ISO 2022 codecs by Victor Stinner · 13 years ago
  21. 4f1252d (Merge 3.2) Issue #1195: fix the issue number of the NEWS entry by Victor Stinner · 13 years ago
  22. 19c5233 Issue #1195: fix the issue number of the NEWS entry by Victor Stinner · 13 years ago
  23. 0c9f31b (Merge 3.2) Issue #12016: my_fgets() now always clears errors before calling by Victor Stinner · 13 years ago
  24. 4f71101 Issue #12016: my_fgets() now always clears errors before calling fgets(). Fix by Victor Stinner · 13 years ago
  25. 58ab766 Issue #12028: fix NEWS entry by Victor Stinner · 13 years ago
  26. 2a12974 Close #12028: Make threading._get_ident() public, rename it to by Victor Stinner · 13 years ago
  27. e15dce3 Close #12171: IncrementalEncoder.reset() of CJK codecs (multibytecodec) calls by Victor Stinner · 13 years ago
  28. ebbb3b7 Update the ACKS file with the packaging contributors by Alexis Metaireau · 13 years ago
  29. 371df05 Issue 12218: Removing wsgiref.egg-info by Tarek Ziade · 13 years ago
  30. 758888d don't restrict unexpected EOF errors to the first line (closes #12216) by Benjamin Peterson · 13 years ago
  31. 65bf417 Issue #10736: Revert changeset de4d34a95603 as it causes failures with by Ned Deily · 13 years ago
  32. d8e0806 Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 by Ned Deily · 13 years ago
  33. 9a63745 bump to 3.1.4rc1 by Benjamin Peterson · 13 years ago
  34. daafdd5 Issue #12196: Add pipe2() to the os module. by Charles-François Natali · 13 years ago
  35. 43af12b unify TryExcept and TryFinally (closes #12199) by Benjamin Peterson · 13 years ago
  36. f7d08e8 Merge 3.2 by Éric Araujo · 13 years ago
  37. 4b8f665 Branch merge by Éric Araujo · 13 years ago
  38. d5a9196 Issue #12205: Fix test_subprocess failure due to uninstalled test data. by Ned Deily · 13 years ago
  39. f0ab5d6 Fix typos in Misc/NEWS by Éric Araujo · 13 years ago
  40. e4eed06 Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds, by Ned Deily · 13 years ago
  41. 6e5fd04 Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds, by Ned Deily · 13 years ago
  42. 59a3338 Issue #985064: Make plistlib more resilient to faulty input plists. by Ned Deily · 13 years ago
  43. 32b5cb0 Issue #985064: Make plistlib more resilient to faulty input plists. by Ned Deily · 13 years ago
  44. b8e59f7 Issue #985064: Make plistlib more resilient to faulty input plists. by Ned Deily · 13 years ago
  45. 61be422 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  46. 056f5b9 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  47. 9a7c524 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  48. bf1bbc1 reflect with statements with multiple items in the AST (closes #12106) by Benjamin Peterson · 13 years ago
  49. 0501070 Revert my commit 3555cf6f9c98: "Issue #8796: codecs.open() calls the builtin by Victor Stinner · 13 years ago
  50. 43b0686 try to use the same str object for all code filenames when compiling or unmarshalling (#12190) by Benjamin Peterson · 13 years ago
  51. 4e18ac8 Merge heads by Nadeem Vawda · 13 years ago
  52. 55b4338 Issue #1625: BZ2File and bz2.decompress() now support multi-stream files. by Nadeem Vawda · 13 years ago
  53. 98fe1a0 Issue #8796: codecs.open() calls the builtin open() function instead of using by Victor Stinner · 13 years ago
  54. c556e10 fix typo by Benjamin Peterson · 13 years ago
  55. 08ae8bb Move test_packaging news entries to the tests section by Éric Araujo · 13 years ago
  56. 42fc33a add ack from 2.7 by Benjamin Peterson · 13 years ago
  57. b57f108 Issue #12175: BufferedReader.read(-1) now calls raw.readall() if available. by Victor Stinner · 13 years ago
  58. e9d44ccb Issue #12175: FileIO.readall() now only reads the file position and size once. by Victor Stinner · 13 years ago
  59. 5eb5559 Issue #12180: Fixed a few remaining errors in test_packaging when no threading. by Tarek Ziade · 13 years ago
  60. d2780ae (Merge 3.2) Issue #12175: RawIOBase.readall() now returns None if read() by Victor Stinner · 13 years ago
  61. 988512c (Merge 3.1) Issue #12175: RawIOBase.readall() now returns None if read() by Victor Stinner · 13 years ago
  62. a80987f Issue #12175: RawIOBase.readall() now returns None if read() returns None. by Victor Stinner · 13 years ago
  63. af62c7d (Merge 3.2) Issue #12175: FileIO.readall() now raises a ValueError instead of by Victor Stinner · 13 years ago
  64. 4767114 (Merge 3.1) Issue #12175: FileIO.readall() now raises a ValueError instead of by Victor Stinner · 13 years ago
  65. b79f28c Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if by Victor Stinner · 13 years ago
  66. 242926d merge commit. by Senthil Kumaran · 13 years ago
  67. 656ce50 News entry for issue11109. by Senthil Kumaran · 13 years ago
  68. b46004c Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname(). by Antoine Pitrou · 13 years ago
  69. 04778a8 make PyImport_ImportModuleLevel's first arg const like similiar functions (closes #12173) by Benjamin Peterson · 13 years ago
  70. 8a02100 wrap at 80 chars by Benjamin Peterson · 13 years ago
  71. 6daa33c Issue #10818: Remove deprecated pydoc.serve() function by Victor Stinner · 13 years ago
  72. 383c3fc Issue #10818: Remove the Tk GUI of the pydoc module (pydoc -g has been by Victor Stinner · 13 years ago
  73. 1f4560c Issue #1441530: In imaplib, read the data in one chunk to speed up large by Charles-François Natali · 13 years ago
  74. 17dc819 (Merge 3.2) Issue #12070: Fix the Makefile parser of the sysconfig module to by Victor Stinner · 13 years ago
  75. 1273b7c Issue #12070: Fix the Makefile parser of the sysconfig module to handle by Victor Stinner · 13 years ago
  76. eb734f7 (Merge 3.2) Issue #12100: Don't reset incremental encoders of CJK codecs at by Victor Stinner · 13 years ago
  77. d48ba0b (Merge 3.1) Issue #12100: Don't reset incremental encoders of CJK codecs at by Victor Stinner · 13 years ago
  78. 6bcbef7 Issue #12100: Don't reset incremental encoders of CJK codecs at each call to by Victor Stinner · 13 years ago
  79. 247b52b Issue #5715: In socketserver, close the server socket in the child process. by Charles-François Natali · 13 years ago
  80. cf05759 Issue #5715: In socketserver, close the server socket in the child process. by Charles-François Natali · 13 years ago
  81. 7b54e75 Issue #5715: In socketserver, close the server socket in the child process. by Charles-François Natali · 13 years ago
  82. 82b00c1 move specialized dir implementations into __dir__ methods (closes #12166) by Benjamin Peterson · 13 years ago
  83. 99c8b16 Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl by Victor Stinner · 13 years ago
  84. 5cc10b0 merge 3.2 by Benjamin Peterson · 13 years ago
  85. f5fcd33 merge 3.1 by Benjamin Peterson · 13 years ago
  86. 7963a35 correctly lookup __dir__ by Benjamin Peterson · 13 years ago
  87. e1177d9 Issue #12125: fixed the failures under Solaris due to improper test cleanup. by Tarek Ziade · 13 years ago
  88. 7870bdf Issue #6501: os.device_encoding() returns None on Windows if the application by Victor Stinner · 13 years ago
  89. b6471db Further documentation updates to be consistent with doc standards and comments by Gregory P. Smith · 13 years ago
  90. 3517369 Issue 12132 - skip the test_buil_ext test if the xx module is not found by Tarek Ziade · 13 years ago
  91. 1e045b1 Issue #12105: Add O_CLOEXEC to the os module. by Charles-François Natali · 13 years ago
  92. b455e58 Issue #12079: Decimal(0).fma(Decimal('inf'), 'not a number') should give a TypeError, not a Decimal.InvalidOperation by Mark Dickinson · 13 years ago
  93. d079367 Set up branch to be rc2 next. by Georg Brandl · 13 years ago
  94. 9c1928f Merge release branch after 3.2.1rc1. by Georg Brandl · 13 years ago
  95. 21809a6 (Merge 3.2) Issue #12124: zipimport doesn't keep a reference to by Victor Stinner · 13 years ago
  96. 4445ec8 (Merge 3.1) Issue #12124: zipimport doesn't keep a reference to by Victor Stinner · 13 years ago
  97. 4925cde Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore by Victor Stinner · 13 years ago
  98. ebbb14c Issue #12120, Issue #12119: tests were missing a sys.dont_write_bytecode check by Tarek Ziade · 13 years ago
  99. f23f786 Fix section title by Antoine Pitrou · 13 years ago
  100. 7a616f2 Issue #12065: connect_ex() on an SSL socket now returns the original errno by Antoine Pitrou · 13 years ago