summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Blocked revisions 66114-66115 via svnmergeBenjamin Peterson2008-09-010-0/+0
* #3753: document that s* etc. are newer and preferred to s#.Georg Brandl2008-09-011-25/+29
* #3712: The memoryview object had a reference leak and didn't support cyclic g...Antoine Pitrou2008-09-013-34/+101
* Merged revisions 66104 via svnmerge fromHirokazu Yamamoto2008-09-011-0/+3
* Blocked revisions 66100 via svnmergeHirokazu Yamamoto2008-09-010-0/+0
* issue3715: docstring representation of hex escaped string needs to be doubleGregory P. Smith2008-08-311-1/+1
* bsddb code updated to version 4.7.3pre2. This code is the same thanJesus Cea2008-08-3133-2687/+5391
* Merged revisions 66085 (with modifications) via svnmerge fromNick Coghlan2008-08-311-4/+21
* Merged revisions 65487 (with heavy modifications for Py3k as well as some cle...Nick Coghlan2008-08-311-52/+137
* Merged revisions 66076 via svnmerge fromGeorg Brandl2008-08-301-3/+3
* Remove outdated comment. Reviewed by Antoine.Georg Brandl2008-08-301-1/+0
* #3577: 3.0 is not installed as "python" on Unix.Georg Brandl2008-08-301-11/+15
* Blocked revisions 66058 via svnmergeAntoine Pitrou2008-08-290-0/+0
* #3668: When PyArg_ParseTuple correctly parses a s* format, but raises anAntoine Pitrou2008-08-294-23/+60
* Issue 3611: in some cases (a __del__ re-raising an exception, when called fro...Amaury Forgeot d'Arc2008-08-294-10/+36
* Removed merge glitch from stringlib/find.h as explained on the python committ...Christian Heimes2008-08-281-1/+1
* Removed bytesmeth declaration in OyObject_Bytes. It's not used any more and c...Christian Heimes2008-08-281-1/+1
* #3706: fix error message for wrong exec() argument type. R=Guido.Georg Brandl2008-08-281-13/+9
* Fix #3651 various memory leaks when using the buffer interfaceBenjamin Peterson2008-08-275-11/+22
* add NULL checking for PyBytes_FromObject; R=NealBenjamin Peterson2008-08-271-0/+5
* Blocked revisions 66043 via svnmergeAntoine Pitrou2008-08-260-0/+0
* Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as toAntoine Pitrou2008-08-268-96/+201
* #3663: extra DECREF on syntax errors.Antoine Pitrou2008-08-262-1/+6
* Blocked revisions 66039 via svnmergeBenjamin Peterson2008-08-260-0/+0
* make bytes(o) respect __bytes__ #2415Benjamin Peterson2008-08-268-2/+83
* Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,...Benjamin Peterson2008-08-259-52/+66
* Merged revisions 66028 via svnmerge fromNeal Norwitz2008-08-251-0/+4
* Merged revisions 66026 via svnmerge fromNeal Norwitz2008-08-251-3/+3
* Merged revisions 66023 via svnmerge fromNeal Norwitz2008-08-252-2/+34
* Try to fix the sporadic problems on the Solaris buildbot with removingNeal Norwitz2008-08-251-2/+2
* Issue #3657: Fix uninitialized memory read when pickling longs.Neal Norwitz2008-08-242-2/+5
* Merged revisions 66018 via svnmerge fromNeal Norwitz2008-08-242-1/+5
* Fix gdbinit to handle new types/APIs.Neal Norwitz2008-08-242-4/+9
* Blocked revisions 66013 via svnmergeBenjamin Peterson2008-08-240-0/+0
* Fixed yet another compiler warning of 64bit builds.Christian Heimes2008-08-241-1/+1
* Closes release blocker #3627.Neal Norwitz2008-08-2411-26/+201
* Update props for r66007.Neal Norwitz2008-08-240-0/+0
* Merged revisions 66006 via svnmerge fromNeal Norwitz2008-08-249-12/+73
* Blocked revisions 66004 via svnmergeBenjamin Peterson2008-08-230-0/+0
* bring the PyFile docs into sync with realityBenjamin Peterson2008-08-231-59/+2
* #3643 add more checks to _testcapi to prevent segfaultsBenjamin Peterson2008-08-232-0/+10
* add NEWS note and test for last commitBenjamin Peterson2008-08-232-0/+9
* fix #3653 Python could segfault if invalid values were passed to sys.excepthookBenjamin Peterson2008-08-231-0/+7
* Blocked revisions 65995 via svnmergeGeorg Brandl2008-08-230-0/+0
* Remove outdated example from types module doc. Since the types leftGeorg Brandl2008-08-231-31/+10
* #1276: Add temporary encoding aliases for non-supported Mac CJKHye-Shik Chang2008-08-232-0/+11
* #3650: fix a reference leak in bytes.split('x')Amaury Forgeot d'Arc2008-08-222-4/+12
* Merged revisions 65982 via svnmerge fromBenjamin Peterson2008-08-220-0/+0
* Merged revisions 65978 via svnmerge fromChristian Heimes2008-08-221-2/+2
* Merged revisions 65975 via svnmerge fromChristian Heimes2008-08-221-1/+1