spacer

cpython

log

Server-side clone

find changesets by author, revision, files, or words in the commit message
less more | rev 78961: (0) -30000 -10000 -3000 -1000 -300 -100 -60 tip
age author description
Mon, 10 Sep 2012 10:17:13 -0400 R David Murray #14649: clarify DocTestSuite error when there are no docstrings.2.7 tip
Mon, 10 Sep 2012 10:16:46 -0400 R David Murray Merge #14649: clarify DocTestSuite error when there are no docstrings.default
Mon, 10 Sep 2012 10:15:58 -0400 R David Murray #14649: clarify DocTestSuite error when there are no docstrings.3.2
Mon, 10 Sep 2012 10:10:13 -0400 R David Murray Null merge for ddb406904be1 backport.
Mon, 10 Sep 2012 14:48:43 +0200 Christian Heimes Added test for 85cb90f79cbf and see how the code handles all flags at once
Mon, 10 Sep 2012 14:34:42 +0200 doko backport from the trunk, to fix test_tools with srcdir != builddir2.7
Mon, 10 Sep 2012 14:19:42 +0200 doko backport from the trunk, to fix test_tools with srcdir != builddir3.2
Mon, 10 Sep 2012 13:06:02 +0100 Richard Oudkerk Merge
Mon, 10 Sep 2012 13:00:33 +0100 Richard Oudkerk Issue #15901: Change example to use byte string instead of string3.2
Mon, 10 Sep 2012 13:19:15 +0200 Christian Heimes merge2.7
Mon, 10 Sep 2012 13:16:45 +0200 Christian Heimes Added missing va_end in error branch of PyArg_UnpackTuple(). CID 4866412.7
Mon, 10 Sep 2012 13:17:23 +0200 Christian Heimes Added missing va_end in error branch of PyArg_UnpackTuple(). CID 486641
Mon, 10 Sep 2012 13:16:45 +0200 Christian Heimes Added missing va_end in error branch of PyArg_UnpackTuple(). CID 4866413.2
Mon, 10 Sep 2012 11:56:47 +0200 doko - Mention _heapq in Setup.dist.2.7
Mon, 10 Sep 2012 11:48:41 +0200 Christian Heimes Fixed memory leak in error branch of formatfloat(). CID 719687
Mon, 10 Sep 2012 03:50:48 +0200 Christian Heimes Fixed out-of-bounce write to rawmode buffer. The fixed size buffer wasn't enlarged for the new 'x' flag. The buffer may contain the 5 flags xrwa+ and the \0 byte
Mon, 10 Sep 2012 03:09:17 +0200 Christian Heimes Closed reference leak of variable 'k' in function ste_new which wasn't decrefed in error cases
Mon, 10 Sep 2012 03:08:46 +0200 Christian Heimes Closed reference leak of variable 'k' in function ste_new which wasn't decrefed in error cases2.7
Mon, 10 Sep 2012 03:08:46 +0200 Christian Heimes Closed reference leak of variable 'k' in function ste_new which wasn't decrefed in error cases3.2
Mon, 10 Sep 2012 03:00:14 +0200 Christian Heimes Fixed possible reference leak to mod when type_name() returns NULL2.7
Mon, 10 Sep 2012 03:01:16 +0200 Christian Heimes Fixed possible reference leak to mod when type_name() returns NULL
Mon, 10 Sep 2012 03:00:14 +0200 Christian Heimes Fixed possible reference leak to mod when type_name() returns NULL3.2
Mon, 10 Sep 2012 02:54:51 +0200 Christian Heimes PyTuple_Pack() was missing va_end() in its error branch which lead to a resource leak.2.7
Mon, 10 Sep 2012 02:55:13 +0200 Christian Heimes PyTuple_Pack() was missing va_end() in its error branch which lead to a resource leak.
Mon, 10 Sep 2012 02:54:51 +0200 Christian Heimes PyTuple_Pack() was missing va_end() in its error branch which lead to a resource leak.3.2
Mon, 10 Sep 2012 02:51:27 +0200 Christian Heimes Fixed resource leak to scratch when _PyUnicodeWriter_Prepare fails
Mon, 10 Sep 2012 02:45:56 +0200 Christian Heimes Py_TYPE() has already dereferenced self before the NULL check. Moved Py_TYPE() after the check for self == NULL
Mon, 10 Sep 2012 02:45:31 +0200 Christian Heimes Py_TYPE() has already dereferenced self before the NULL check. Moved Py_TYPE() after the check for self == NULL3.2
Mon, 10 Sep 2012 02:00:34 +0200 Christian Heimes Fixed two memory leaks in make_filename() in zipimport.c. The allocated buffer wasn't cleaned up in two error cases. CID 486832
Mon, 10 Sep 2012 01:25:50 +0200 Christian Heimes Make sure that *really* no more than sizeof(ifr.ifr_name) chars are strcpy-ed to ifr.ifr_name and that the string is *always* NUL terminated. New code shouldn't use strcpy(), too. CID 719692
Mon, 10 Sep 2012 00:22:39 +0200 Jesus Cea Closes #15676: mmap: add empty file check prior to offset check2.7
Mon, 10 Sep 2012 01:23:05 +0200 Jesus Cea Closes #15676: mmap: add empty file check prior to offset check
Mon, 10 Sep 2012 00:27:55 +0200 Jesus Cea Closes #15676: mmap: add empty file check prior to offset check3.2
Sun, 09 Sep 2012 19:01:20 -0400 Alexander Belopolsky merge
Sun, 09 Sep 2012 14:11:45 -0400 Alexander Belopolsky Issue #15881: Added NEWS entry and proper credit.3.2
Sun, 09 Sep 2012 13:31:08 -0400 Alexander Belopolsky Issue #15881: Fixed 3.2 backport.3.2
Sun, 09 Sep 2012 13:25:06 -0400 Alexander Belopolsky Fixed whitespace
Sun, 09 Sep 2012 13:22:45 -0400 Alexander Belopolsky Fixed whitespace3.2
Sun, 09 Sep 2012 13:20:58 -0400 Alexander Belopolsky Issue #15881: Fixed atexit hook in multiprocessing.
Sun, 09 Sep 2012 13:16:15 -0400 Alexander Belopolsky Issue #15881: Fixed atexit hook in multiprocessing.3.2
Sun, 09 Sep 2012 11:19:17 +0200 Georg Brandl Merge in changes from 3.3.0rc2 release clone.
Sun, 09 Sep 2012 11:16:41 +0200 Georg Brandl Post-release updates for 3.3.0rc2.
Sun, 09 Sep 2012 09:04:21 +0200 Georg Brandl Added tag v3.3.0rc2 for changeset 88a0792e8ba3
Sat, 08 Sep 2012 15:35:01 +0200 Stefan Krah Issue #15814: Update whatsnew to the current state of hashing memoryviews.v3.3.0rc2
Mon, 03 Sep 2012 21:46:33 +1000 Nick Coghlan Issue #15814: Add NEWS entry regarding intended memoryview hashing restrictions
Sun, 02 Sep 2012 14:50:56 +0200 Stefan Krah Issue #15814: Documentation: disallow hashing of multi-dimensional memoryviews.
Sun, 09 Sep 2012 08:56:46 +0200 Georg Brandl Bump to 3.3.0rc2.
Sun, 09 Sep 2012 08:31:16 +0200 Georg Brandl Fix NEWS entry location.
Sat, 08 Sep 2012 19:04:47 -0700 Ned Deily Issue #15822: Fix installation of lib2to3 grammar pickles to ensure
Thu, 06 Sep 2012 00:59:49 +0200 Antoine Pitrou Issue #13992: The trashcan mechanism is now thread-safe. This eliminates
Sat, 08 Sep 2012 07:58:37 +0200 Georg Brandl Changelog entry for 8c2e87aeb707.
Sun, 02 Sep 2012 14:59:19 +0200 Zbigniew Jędrzejewski-Szmek Fix bug with argparse.Parser.parse_args(*args)
Thu, 30 Aug 2012 12:33:55 +0200 Stefan Krah Closes #10650: Deprecate the watchexp parameter of Decimal.quantize().
Sat, 01 Sep 2012 14:34:45 +0200 Stefan Krah Issue #15814: Document planned restrictions for memoryview hashes in 3.3.1.
Thu, 30 Aug 2012 12:09:09 +0200 Stefan Krah Issue #15724: Add versionchanged tags to the memoryview documentation.
Sat, 01 Sep 2012 14:27:51 +0200 Stefan Krah Add missing unit.
Sat, 01 Sep 2012 14:21:22 +0200 Stefan Krah Compile _decimal without asserts and update benchmark results.
Sat, 01 Sep 2012 15:00:34 +0200 Victor Stinner Close #14223: Fix window.addch(curses.ACS_HLINE)
Fri, 31 Aug 2012 11:31:20 -0400 Brett Cannon Issue #15828: Don't try to close a file if imp.find_module() doesn't
Sat, 01 Sep 2012 00:13:45 +1000 Nick Coghlan Issue #15828: Restore support for C extension modules in imp.load_module()
less more | rev 78961: (0) -30000 -10000 -3000 -1000 -300 -100 -60 tip
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.