- 16c4ce1 Issue #9935: Speed up pickling of instances of user-defined classes. by Antoine Pitrou · 14 years ago
- d2dee34 Merge fix for issue #11450 by Antoine Pitrou · 14 years ago
- 35db8a8 Merge fix for issue #11450 by Antoine Pitrou · 14 years ago
- 7983d33 Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() when by Antoine Pitrou · 14 years ago
- 8a1acf2 merge heads by Georg Brandl · 14 years ago
- 776e586 Remove sys.subversion and svn build identification leftovers. by Georg Brandl · 14 years ago
- fe09a54 Merge build identification to default branch. by Georg Brandl · 14 years ago
- 13039c8 Merge build identification to 3.2 branch. by Georg Brandl · 14 years ago
- 125d5c8 Issue #11408: In threading.Lock.acquire(), only call gettimeofday() when by Antoine Pitrou · 14 years ago
- f874deb Merge fix for issue #11391 by Antoine Pitrou · 14 years ago
- 80d3610 Merge fix for issue #11391 by Antoine Pitrou · 14 years ago
- 16a0a0b Issue #11391: Writing to a mmap object created with by Antoine Pitrou · 14 years ago
- 1ca2e79 Commit the hg build identification patch from the pymigr repo. by Georg Brandl · 14 years ago
- acdad9a Issue 11351 - apply patch by Steffen Daode Nurpmeso which should fix TestSendfile.test_headers failure on OSX. by Giampaolo Rodolà · 14 years ago
- f3fd733 Remove useless argument of _PyUnicode_AsDefaultEncodedString() by Victor Stinner · 14 years ago
- 9e719b6 Merged revisions 88460,88464,88466,88486,88511,88652 via svnmerge from by Antoine Pitrou · 14 years ago
- 061cfb5 Issue #10866: Add socket.sethostname(). Initial patch by Ross Lagerwall. by Antoine Pitrou · 14 years ago
- fcf81fd Issue #11140: Lock.release() now raises a RuntimeError when attempting by Antoine Pitrou · 14 years ago
- d8a43b4 revert accidental formatting change by Benjamin Peterson · 14 years ago
- c6696d2 this isn't true anymore by Benjamin Peterson · 14 years ago
- dcc20b8 Check error return from _parse_off_t(), and remove cruft from the 2->3 transition. by Antoine Pitrou · 14 years ago
- 8250e23 Issue #10755: Add the posix.fdlistdir() function. Patch by Ross Lagerwall. by Antoine Pitrou · 14 years ago
- f65132d Issue #4761: Add the *at() family of functions (openat(), etc.) to the posix by Antoine Pitrou · 14 years ago
- d843c2d Merged revisions 88610 via svnmerge from by Antoine Pitrou · 14 years ago
- 707ce82 Issue #10956: Buffered I/O classes retry reading or writing after a signal by Antoine Pitrou · 14 years ago
- 18e8bcb Issue 10784: adds os.getpriority() and os.setpriority() functions. by Giampaolo Rodolà · 14 years ago
- 211b81d Issue #11114: Fix catastrophic performance of tell() on text files (up by Antoine Pitrou · 14 years ago
- a391b11 Rename internal helper function and make it static. by Georg Brandl · 14 years ago
- c9c2c8b Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall) by Giampaolo Rodolà · 14 years ago
- 915605c Merged revisions 88550 via svnmerge from by Antoine Pitrou · 14 years ago
- 5bffa79 Issue #11286: Raise a ValueError from calling PyMemoryView_FromBuffer with by Antoine Pitrou · 14 years ago
- ec8f0df Merged revisions 88546 via svnmerge from by Alexander Belopolsky · 14 years ago
- 1ce92dc Issue #11286: Fixed unpickling of empty 2.x strings. by Alexander Belopolsky · 14 years ago
- b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 14 years ago
- e2dfefb Issue #10924: Adding salt and Modular Crypt Format to crypt library. by Sean Reifscheider · 14 years ago
- 97696cb Merged revisions 88486 via svnmerge from by Antoine Pitrou · 14 years ago
- ecc2692 Issue #4681: Allow mmap() to work on file sizes and offsets larger than by Antoine Pitrou · 14 years ago
- bf709fe Merged revisions 88464,88466 via svnmerge from by Antoine Pitrou · 14 years ago
- 4709ec0 Fix compile error under MSVC introduced by r88460. by Antoine Pitrou · 14 years ago
- 3d32664 Fix issues on 32-bit systems introduced by r88460 by Antoine Pitrou · 14 years ago
- f3d2275 Merged revisions 88460 via svnmerge from by Antoine Pitrou · 14 years ago
- 54f0f84 Issue #10276: Fix the results of zlib.crc32() and zlib.adler32() on buffers by Antoine Pitrou · 14 years ago
- 9a829be #941346: Fix broken shared library build on AIX. Patch by Sebastien Sable, review by Antoine Pitrou. by Georg Brandl · 14 years ago
- 4fb96f4 Merged revisions 87919 via svnmerge from by Alexander Belopolsky · 14 years ago
- 6916806 Issue #11135: Remove redundant doc field from PyType_Spec. by Martin v. Löwis · 14 years ago
- 43b2f45 Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge from by R. David Murray · 14 years ago
- 738236d Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check in the limited ABI by Martin v. Löwis · 14 years ago
- f7ef4de Merged revisions 88337 via svnmerge from by Brett Cannon · 14 years ago
- e144507 There was a possibility that the initialization of _sqlite, when it failed, by Brett Cannon · 14 years ago
- 2e811c9 Merged revisions 88284 via svnmerge from by Antoine Pitrou · 14 years ago
- 0ea622a Issue #8275: Fix passing of callback arguments with ctypes under Win64. by Antoine Pitrou · 14 years ago
- 80f75e6 Issue #10989: Fix a crash on SSLContext.load_verify_locations(None, True). by Victor Stinner · 14 years ago
- 512d2cc Issue #11004: Repair edge case in deque.count(). (Reviewed by Georg Brandl.) by Raymond Hettinger · 14 years ago
- 0f2a61a Merged revisions 88147 via svnmerge from by Antoine Pitrou · 14 years ago
- e6d4c5b Issue #10987: Fix the recursion limit handling in the _pickle module. by Antoine Pitrou · 14 years ago
- 4ee65a9 Issue #10955: zipimport uses ASCII at bootstrap by Victor Stinner · 14 years ago
- 6107a4e Merged revisions 88131 via svnmerge from by Antoine Pitrou · 14 years ago
- 305bc9e Issue #10955: Fix a potential crash when trying to mmap() a file past its by Antoine Pitrou · 14 years ago
- 710e966 Merged revisions 88111 via svnmerge from by Antoine Pitrou · 14 years ago
- e47e093 Issue #10898: Allow compiling the posix module when the C library defines by Antoine Pitrou · 14 years ago
- 50dc65f Merged revisions 88036 via svnmerge from by Antoine Pitrou · 14 years ago
- d0ebc75 Fix mmap and test_mmap under Windows too (followup to r88022) by Antoine Pitrou · 14 years ago
- fb7bc3d Merged revisions 88022 via svnmerge from by Antoine Pitrou · 14 years ago
- 85f4615 Issue #10916: mmap should not segfault when a file is mapped using 0 as by Antoine Pitrou · 14 years ago
- 44a6c16 Merged revisions 87991 via svnmerge from by Eli Bendersky · 14 years ago
- 0739591 Remove call to nonexisting function (relic from Python 2.x) under #ifdef __INSURE__. Issue 9844 by Eli Bendersky · 14 years ago
- ef4a03f Issue #5109: array.array constructor will now use fast code when by Alexander Belopolsky · 14 years ago
- b7d40d1 Issue #1726687: time.mktime() will now correctly compute value one by Alexander Belopolsky · 14 years ago
- 7234479 Issue #9611: remove useless and dangerous explicit conversion to size_t by Victor Stinner · 14 years ago
- 95f1dfc Issue #9566: Fix pyparse.xmlparser.ParseFile() by Victor Stinner · 14 years ago
- a4815ca Issue #10872: The repr() of TextIOWrapper objects now includes the mode by Antoine Pitrou · 14 years ago
- 06ec45e Issue #10864: limit year to [1; 9999] for strftime() on Solaris by Victor Stinner · 14 years ago
- 301f121 Issue #1777412: Remove all limits on tm_year from time.strftime() by Victor Stinner · 14 years ago
- 73ea29c Issue #1777412: strftime() accepts year >= 1 instead of year >= 1900 by Victor Stinner · 14 years ago
- 0dd06f4 Fixed error handling branches. Thanks Victor Stinner for pointing this out. by Alexander Belopolsky · 14 years ago
- b8bb466 Issue #1777412: extended year range of strftime down to 1000. by Alexander Belopolsky · 14 years ago
- c64708a Issue #10827: Changed the rules for 2-digit years. The time.asctime by Alexander Belopolsky · 14 years ago
- 89e3436 Issue #10841: set binary mode on files; the parser translates newlines by Victor Stinner · 14 years ago
- 610e544 Further simplify gettmarg() by Alexander Belopolsky · 14 years ago
- ff17385 Merged revisions 87802 via svnmerge from by Antoine Pitrou · 14 years ago
- e85da7a Issue #7858: Raise an error properly when os.utime() fails under Windows by Antoine Pitrou · 14 years ago
- ecbb8dc Use PyOS_snprintf for better portability. by Alexander Belopolsky · 14 years ago
- a686725 - time.accept2dyear = True is now equivalent to time.accept2dyear = 1 by Alexander Belopolsky · 14 years ago
- 358e11d Issue #10756: atexit normalizes the exception before displaying it. by Victor Stinner · 14 years ago
- ca1e7ec test_unicode: use ctypes to test PyUnicode_FromFormat() by Victor Stinner · 14 years ago
- 9d6f936 Issue #9566: PyUnicode_FromFormatV() doesn't support %zi, use %zd instead by Victor Stinner · 14 years ago
- ed7e222 Issue #9566: explain why (int)len cannot underflow by Victor Stinner · 14 years ago
- 5da468f Whitespace cleanup by Alexander Belopolsky · 14 years ago
- b9588b5 Issue #8013: time.asctime and time.ctime no longer call system asctime by Alexander Belopolsky · 14 years ago
- 0fcab4a Issue #9566: use Py_ssize_t instead of int by Victor Stinner · 14 years ago
- 8848c7a Issue #8650: zlib.compress() and zlib.decompress() raise an OverflowError if by Victor Stinner · 14 years ago
- e6edec2 Issue #9015, #9611: FileIO.readinto(), FileIO.write() and os.write() clamp the by Victor Stinner · 14 years ago
- 23683ef Issue #10333: Remove ancient GC API, which has been deprecated since Python 2.2. by Antoine Pitrou · 14 years ago
- c9c83ba Issue #10806, issue #9905: Fix subprocess pipes when some of the standard by Antoine Pitrou · 14 years ago
- 426e052 Make C helper function more closely match the pure python version, and add tests. by Raymond Hettinger · 14 years ago
- 32e8aab Merged revisions 87666 via svnmerge from by Amaury Forgeot d'Arc · 14 years ago
- a251a85 #8278: In the Windows implementation of stat() and utime(), by Amaury Forgeot d'Arc · 14 years ago
- d4bf48b Merged revisions 87648,87656 via svnmerge from by Alexander Belopolsky · 14 years ago
- e10608c #8013 follow-up: by Georg Brandl · 14 years ago
- abcfcba issue10802: fallback to pipe+fcntl when the pipe2 syscall fails with errno ENOSYS. by Gregory P. Smith · 14 years ago