1. d843c2d Merged revisions 88610 via svnmerge from by Antoine Pitrou · 13 years ago
  2. 915605c Merged revisions 88550 via svnmerge from by Antoine Pitrou · 13 years ago
  3. ec8f0df Merged revisions 88546 via svnmerge from by Alexander Belopolsky · 13 years ago
  4. 97696cb Merged revisions 88486 via svnmerge from by Antoine Pitrou · 13 years ago
  5. bf709fe Merged revisions 88464,88466 via svnmerge from by Antoine Pitrou · 13 years ago
  6. f3d2275 Merged revisions 88460 via svnmerge from by Antoine Pitrou · 13 years ago
  7. 9a829be #941346: Fix broken shared library build on AIX. Patch by Sebastien Sable, review by Antoine Pitrou. by Georg Brandl · 13 years ago
  8. 4fb96f4 Merged revisions 87919 via svnmerge from by Alexander Belopolsky · 13 years ago
  9. 6916806 Issue #11135: Remove redundant doc field from PyType_Spec. by Martin v. Löwis · 13 years ago
  10. 43b2f45 Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge from by R. David Murray · 13 years ago
  11. 738236d Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check in the limited ABI by Martin v. Löwis · 13 years ago
  12. f7ef4de Merged revisions 88337 via svnmerge from by Brett Cannon · 13 years ago
  13. e144507 There was a possibility that the initialization of _sqlite, when it failed, by Brett Cannon · 13 years ago
  14. 2e811c9 Merged revisions 88284 via svnmerge from by Antoine Pitrou · 13 years ago
  15. 0ea622a Issue #8275: Fix passing of callback arguments with ctypes under Win64. by Antoine Pitrou · 13 years ago
  16. 80f75e6 Issue #10989: Fix a crash on SSLContext.load_verify_locations(None, True). by Victor Stinner · 13 years ago
  17. 512d2cc Issue #11004: Repair edge case in deque.count(). (Reviewed by Georg Brandl.) by Raymond Hettinger · 13 years ago
  18. 0f2a61a Merged revisions 88147 via svnmerge from by Antoine Pitrou · 14 years ago
  19. e6d4c5b Issue #10987: Fix the recursion limit handling in the _pickle module. by Antoine Pitrou · 14 years ago
  20. 4ee65a9 Issue #10955: zipimport uses ASCII at bootstrap by Victor Stinner · 14 years ago
  21. 6107a4e Merged revisions 88131 via svnmerge from by Antoine Pitrou · 14 years ago
  22. 305bc9e Issue #10955: Fix a potential crash when trying to mmap() a file past its by Antoine Pitrou · 14 years ago
  23. 710e966 Merged revisions 88111 via svnmerge from by Antoine Pitrou · 14 years ago
  24. e47e093 Issue #10898: Allow compiling the posix module when the C library defines by Antoine Pitrou · 14 years ago
  25. 50dc65f Merged revisions 88036 via svnmerge from by Antoine Pitrou · 14 years ago
  26. d0ebc75 Fix mmap and test_mmap under Windows too (followup to r88022) by Antoine Pitrou · 14 years ago
  27. fb7bc3d Merged revisions 88022 via svnmerge from by Antoine Pitrou · 14 years ago
  28. 85f4615 Issue #10916: mmap should not segfault when a file is mapped using 0 as by Antoine Pitrou · 14 years ago
  29. 44a6c16 Merged revisions 87991 via svnmerge from by Eli Bendersky · 14 years ago
  30. 0739591 Remove call to nonexisting function (relic from Python 2.x) under #ifdef __INSURE__. Issue 9844 by Eli Bendersky · 14 years ago
  31. ef4a03f Issue #5109: array.array constructor will now use fast code when by Alexander Belopolsky · 14 years ago
  32. b7d40d1 Issue #1726687: time.mktime() will now correctly compute value one by Alexander Belopolsky · 14 years ago
  33. 7234479 Issue #9611: remove useless and dangerous explicit conversion to size_t by Victor Stinner · 14 years ago
  34. 95f1dfc Issue #9566: Fix pyparse.xmlparser.ParseFile() by Victor Stinner · 14 years ago
  35. a4815ca Issue #10872: The repr() of TextIOWrapper objects now includes the mode by Antoine Pitrou · 14 years ago
  36. 06ec45e Issue #10864: limit year to [1; 9999] for strftime() on Solaris by Victor Stinner · 14 years ago
  37. 301f121 Issue #1777412: Remove all limits on tm_year from time.strftime() by Victor Stinner · 14 years ago
  38. 73ea29c Issue #1777412: strftime() accepts year >= 1 instead of year >= 1900 by Victor Stinner · 14 years ago
  39. 0dd06f4 Fixed error handling branches. Thanks Victor Stinner for pointing this out. by Alexander Belopolsky · 14 years ago
  40. b8bb466 Issue #1777412: extended year range of strftime down to 1000. by Alexander Belopolsky · 14 years ago
  41. c64708a Issue #10827: Changed the rules for 2-digit years. The time.asctime by Alexander Belopolsky · 14 years ago
  42. 89e3436 Issue #10841: set binary mode on files; the parser translates newlines by Victor Stinner · 14 years ago
  43. 610e544 Further simplify gettmarg() by Alexander Belopolsky · 14 years ago
  44. ff17385 Merged revisions 87802 via svnmerge from by Antoine Pitrou · 14 years ago
  45. e85da7a Issue #7858: Raise an error properly when os.utime() fails under Windows by Antoine Pitrou · 14 years ago
  46. ecbb8dc Use PyOS_snprintf for better portability. by Alexander Belopolsky · 14 years ago
  47. a686725 - time.accept2dyear = True is now equivalent to time.accept2dyear = 1 by Alexander Belopolsky · 14 years ago
  48. 358e11d Issue #10756: atexit normalizes the exception before displaying it. by Victor Stinner · 14 years ago
  49. ca1e7ec test_unicode: use ctypes to test PyUnicode_FromFormat() by Victor Stinner · 14 years ago
  50. 9d6f936 Issue #9566: PyUnicode_FromFormatV() doesn't support %zi, use %zd instead by Victor Stinner · 14 years ago
  51. ed7e222 Issue #9566: explain why (int)len cannot underflow by Victor Stinner · 14 years ago
  52. 5da468f Whitespace cleanup by Alexander Belopolsky · 14 years ago
  53. b9588b5 Issue #8013: time.asctime and time.ctime no longer call system asctime by Alexander Belopolsky · 14 years ago
  54. 0fcab4a Issue #9566: use Py_ssize_t instead of int by Victor Stinner · 14 years ago
  55. 8848c7a Issue #8650: zlib.compress() and zlib.decompress() raise an OverflowError if by Victor Stinner · 14 years ago
  56. e6edec2 Issue #9015, #9611: FileIO.readinto(), FileIO.write() and os.write() clamp the by Victor Stinner · 14 years ago
  57. 23683ef Issue #10333: Remove ancient GC API, which has been deprecated since Python 2.2. by Antoine Pitrou · 14 years ago
  58. c9c83ba Issue #10806, issue #9905: Fix subprocess pipes when some of the standard by Antoine Pitrou · 14 years ago
  59. 426e052 Make C helper function more closely match the pure python version, and add tests. by Raymond Hettinger · 14 years ago
  60. 32e8aab Merged revisions 87666 via svnmerge from by Amaury Forgeot d'Arc · 14 years ago
  61. a251a85 #8278: In the Windows implementation of stat() and utime(), by Amaury Forgeot d'Arc · 14 years ago
  62. d4bf48b Merged revisions 87648,87656 via svnmerge from by Alexander Belopolsky · 14 years ago
  63. e10608c #8013 follow-up: by Georg Brandl · 14 years ago
  64. abcfcba issue10802: fallback to pipe+fcntl when the pipe2 syscall fails with errno ENOSYS. by Gregory P. Smith · 14 years ago
  65. e2dc082 Issue #8013: Fixed time.asctime segfault when OS's asctime fails by Alexander Belopolsky · 14 years ago
  66. 8aa7e99 Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric in #1772833. by Georg Brandl · 14 years ago
  67. 18f6b19 Merged revisions 87442 via svnmerge from by Alexander Belopolsky · 14 years ago
  68. 3b4499c Fix #9333. The symlink function is always available now, raising OSError by Brian Curtin · 14 years ago
  69. da9ec99 Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8 by Victor Stinner · 14 years ago
  70. 86f65d5 Issue #10254: Fixed a crash and a regression introduced by the implementation of PRI 29. by Alexander Belopolsky · 14 years ago
  71. 14affb8 fix a compiler warning about err_msg potentially being used uninitialized. by Gregory P. Smith · 14 years ago
  72. 6cfc512 Merged revisions 87427 via svnmerge from by Antoine Pitrou · 14 years ago
  73. 7f8f418 Issue #10750: The `raw` attribute of buffered IO objects is now read-only. by Antoine Pitrou · 14 years ago
  74. 52d1b4e #9907: call rl_initialize early when using editline on OSX by R. David Murray · 14 years ago
  75. 810023d Issue #8844: Regular and recursive lock acquisitions can now be interrupted by Antoine Pitrou · 14 years ago
  76. 96f3410 Issue 10667: Fast path for collections.Counter by Raymond Hettinger · 14 years ago
  77. d8fec5f Merged revisions 87238 via svnmerge from by R. David Murray · 14 years ago
  78. ec07331 #775964: skip YP/NIS entries instead of failing the test by R. David Murray · 14 years ago
  79. 8edd99d Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest. by Gregory P. Smith · 14 years ago
  80. 4d55bf9 #10699: fix docstring for tzset: it does not take a parameter by R. David Murray · 14 years ago
  81. 51ee270 issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from by Gregory P. Smith · 14 years ago
  82. 07c1bd7 Merged revisions 85678 via svnmerge from by R. David Murray · 14 years ago
  83. 532d091 Reverted accidental commit (from r87159) by Alexander Belopolsky · 14 years ago
  84. fc55789 Updated UCD version and unicode.org links to Unicode 6.0.0 by Alexander Belopolsky · 14 years ago
  85. 8e63c68 Merged revisions 87140 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  86. 524f103 Should call Py_INCREF for Py_None (Modules/_ssl.c: PySSL_cipher) by Hirokazu Yamamoto · 14 years ago
  87. e239d23 Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL by Alexander Belopolsky · 14 years ago
  88. 7ed117a Issue #10637: Called CloseHandle twice in os.stat/os.lstat (Windows) by Hirokazu Yamamoto · 14 years ago
  89. 26253bb Should use posix_error here. by Hirokazu Yamamoto · 14 years ago
  90. 7467351 Sorry, I had introduced tab in source code. by Hirokazu Yamamoto · 14 years ago
  91. d4cc7bf issue6559: Adds a pass_fds parameter to subprocess.Popen that allows the caller by Gregory P. Smith · 14 years ago
  92. c29cc6a #1569291: speed up array.repeat() by making only O(log n) memcpy() calls; the code follows unicode_repeat. by Georg Brandl · 14 years ago
  93. 9d87119 #1772833: add -q command line option. by Georg Brandl · 14 years ago
  94. 427d314 Fixed several corner case issues on os.stat/os.lstat related to reparse by Hirokazu Yamamoto · 14 years ago
  95. d9e833c #6045: provide at least get() and setdefault() for all dbm modules. by Georg Brandl · 14 years ago
  96. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  97. c4df784 Issue #10272: The ssl module now raises socket.timeout instead of a generic by Antoine Pitrou · 14 years ago
  98. 976157f Merged revisions 86981,86984 via svnmerge from by Antoine Pitrou · 14 years ago
  99. f3b68b3 Issue #10478: Reentrant calls inside buffered IO objects (for example by by Antoine Pitrou · 14 years ago
  100. d8ff465 Simplify the signature for itertools.accumulate() to match numpy. Handle one item iterable the same way as min()/max(). by Raymond Hettinger · 14 years ago