summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* #3640: Correct a crash in cPickle on 64bit platforms, in the case of deeply n...Amaury Forgeot d'Arc2008-09-111-0/+20
* kill memoryview.size in favor of len(view)Benjamin Peterson2008-09-101-0/+2
* Issue #3756: make re.escape() handle bytes as well as str.Guido van Rossum2008-09-101-0/+2
* Fix formatter usage of filter(). Bug #3800.Georg Brandl2008-09-091-0/+2
* Issue #3812: Failed to build python if configure --without-threads.Hirokazu Yamamoto2008-09-091-0/+2
* Added News for r66338Hirokazu Yamamoto2008-09-091-0/+2
* Revert r33661, which broke all buildbots.Amaury Forgeot d'Arc2008-09-091-1/+2
* #3705: Fix crash when given a non-ascii value on the command line for the "-c...Amaury Forgeot d'Arc2008-09-091-2/+1
* #3791: Remove bsddb from the Windows msi installer,Amaury Forgeot d'Arc2008-09-091-0/+7
* describe the change merged in r66285Gregory P. Smith2008-09-071-0/+4
* Issue #874900: fix behaviour of threading module after a fork.Antoine Pitrou2008-09-061-0/+2
* fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap,Gregory P. Smith2008-09-061-0/+3
* Issue #3705: py3k aborts if "-c" or "-m" is given a non-ascii value.Antoine Pitrou2008-09-061-0/+4
* Fixes release blocker issue #3492 and #3790.Gregory P. Smith2008-09-061-0/+4
* Merged revisions 66262 via svnmerge fromBenjamin Peterson2008-09-061-0/+1
* Merged revisions 66240 via svnmerge fromAntoine Pitrou2008-09-051-0/+7
* compile _bytesio and _stringio into the binary and initalize stdio before sit...Benjamin Peterson2008-09-051-0/+5
* #3660: Correct a reference leak in PyUnicode_AsEncodedString whenAmaury Forgeot d'Arc2008-09-051-2/+5
* Issue #3660 (part of): fix a memory leak in _pickle.Antoine Pitrou2008-09-051-0/+2
* #3773: Check for errors around the use of PyTokenizer_FindEncoding().Amaury Forgeot d'Arc2008-09-041-0/+3
* Issue #3160: the "bdist_wininst" distutils command didn't work.Antoine Pitrou2008-09-041-0/+2
* Issue #1658: dict size is changing during iteration in tkinter.BaseWidget andGuilherme Polo2008-09-041-0/+3
* PyTokenizer_FindEncoding() always failed because it set the tokenizer stateBrett Cannon2008-09-041-0/+4
* Include a pointer to the pybsddb website with the 'bsddb has beenGregory P. Smith2008-09-041-0/+2
* clean up some more bsddb scrapsBenjamin Peterson2008-09-031-2/+2
* Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi moduleFacundo Batista2008-09-031-0/+4
* remove bsddbBenjamin Peterson2008-09-031-0/+2
* Issue #3696: Error parsing arguments on OpenBSD <= 4.4 and Cygwin.Antoine Pitrou2008-09-031-0/+5
* Issue #3697: "Fatal Python error: Cannot recover from stack overflow"Antoine Pitrou2008-09-031-0/+5
* merge 66184 to fix issue3110 to py3kJesse Noller2008-09-031-0/+3
* Merged revisions 66171 via svnmerge fromAmaury Forgeot d'Arc2008-09-021-0/+4
* Add news item for #3719.Marc-André Lemburg2008-09-021-0/+3
* The _warnings module did not properly handle cases where strings were not beingBrett Cannon2008-09-021-0/+3
* Merge in r66135. Doing also required removing a stale DeprecationWarning alongBrett Cannon2008-09-021-0/+3
* remove the deprecation warnings for the old threading API; update the docsBenjamin Peterson2008-09-011-0/+2
* #3712: The memoryview object had a reference leak and didn't support cyclic g...Antoine Pitrou2008-09-011-0/+3
* bsddb code updated to version 4.7.3pre2. This code is the same thanJesus Cea2008-08-311-0/+6
* #3668: When PyArg_ParseTuple correctly parses a s* format, but raises anAntoine Pitrou2008-08-291-0/+4
* Issue 3611: in some cases (a __del__ re-raising an exception, when called fro...Amaury Forgeot d'Arc2008-08-291-0/+3
* Fix #3651 various memory leaks when using the buffer interfaceBenjamin Peterson2008-08-271-0/+4
* Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as toAntoine Pitrou2008-08-261-0/+7
* #3663: extra DECREF on syntax errors.Antoine Pitrou2008-08-261-0/+2
* make bytes(o) respect __bytes__ #2415Benjamin Peterson2008-08-261-0/+7
* Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,...Benjamin Peterson2008-08-251-1/+1
* Issue #3657: Fix uninitialized memory read when pickling longs.Neal Norwitz2008-08-241-0/+3
* Fix gdbinit to handle new types/APIs.Neal Norwitz2008-08-242-4/+9
* Closes release blocker #3627.Neal Norwitz2008-08-241-0/+2
* Merged revisions 66006 via svnmerge fromNeal Norwitz2008-08-242-0/+41
* #3643 add more checks to _testcapi to prevent segfaultsBenjamin Peterson2008-08-231-0/+6
* add NEWS note and test for last commitBenjamin Peterson2008-08-231-0/+3