| Commit message (Expand) | Author | Age | Files | Lines |
* | compile _bytesio and _stringio into the binary and initalize stdio before sit... | Benjamin Peterson | 2008-09-05 | 1 | -0/+5 |
|
|
* | #3660: Correct a reference leak in PyUnicode_AsEncodedString when | Amaury Forgeot d'Arc | 2008-09-05 | 1 | -2/+5 |
|
|
* | Issue #3660 (part of): fix a memory leak in _pickle. | Antoine Pitrou | 2008-09-05 | 1 | -0/+2 |
|
|
* | #3773: Check for errors around the use of PyTokenizer_FindEncoding(). | Amaury Forgeot d'Arc | 2008-09-04 | 1 | -0/+3 |
|
|
* | Issue #3160: the "bdist_wininst" distutils command didn't work. | Antoine Pitrou | 2008-09-04 | 1 | -0/+2 |
|
|
* | Issue #1658: dict size is changing during iteration in tkinter.BaseWidget and | Guilherme Polo | 2008-09-04 | 1 | -0/+3 |
|
|
* | PyTokenizer_FindEncoding() always failed because it set the tokenizer state | Brett Cannon | 2008-09-04 | 1 | -0/+4 |
|
|
* | Include a pointer to the pybsddb website with the 'bsddb has been | Gregory P. Smith | 2008-09-04 | 1 | -0/+2 |
|
|
* | clean up some more bsddb scraps | Benjamin Peterson | 2008-09-03 | 1 | -2/+2 |
|
|
* | Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module | Facundo Batista | 2008-09-03 | 1 | -0/+4 |
|
|
* | remove bsddb | Benjamin Peterson | 2008-09-03 | 1 | -0/+2 |
|
|
* | Issue #3696: Error parsing arguments on OpenBSD <= 4.4 and Cygwin. | Antoine Pitrou | 2008-09-03 | 1 | -0/+5 |
|
|
* | Issue #3697: "Fatal Python error: Cannot recover from stack overflow" | Antoine Pitrou | 2008-09-03 | 1 | -0/+5 |
|
|
* | merge 66184 to fix issue3110 to py3k | Jesse Noller | 2008-09-03 | 1 | -0/+3 |
|
|
* | Merged revisions 66171 via svnmerge from | Amaury Forgeot d'Arc | 2008-09-02 | 1 | -0/+4 |
|
|
* | Add news item for #3719. | Marc-André Lemburg | 2008-09-02 | 1 | -0/+3 |
|
|
* | The _warnings module did not properly handle cases where strings were not being | Brett Cannon | 2008-09-02 | 1 | -0/+3 |
|
|
* | Merge in r66135. Doing also required removing a stale DeprecationWarning along | Brett Cannon | 2008-09-02 | 1 | -0/+3 |
|
|
* | remove the deprecation warnings for the old threading API; update the docs | Benjamin Peterson | 2008-09-01 | 1 | -0/+2 |
|
|
* | #3712: The memoryview object had a reference leak and didn't support cyclic g... | Antoine Pitrou | 2008-09-01 | 1 | -0/+3 |
|
|
* | bsddb code updated to version 4.7.3pre2. This code is the same than | Jesus Cea | 2008-08-31 | 1 | -0/+6 |
|
|
* | #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an | Antoine Pitrou | 2008-08-29 | 1 | -0/+4 |
|
|
* | Issue 3611: in some cases (a __del__ re-raising an exception, when called fro... | Amaury Forgeot d'Arc | 2008-08-29 | 1 | -0/+3 |
|
|
* | Fix #3651 various memory leaks when using the buffer interface | Benjamin Peterson | 2008-08-27 | 1 | -0/+4 |
|
|
* | Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to | Antoine Pitrou | 2008-08-26 | 1 | -0/+7 |
|
|
* | #3663: extra DECREF on syntax errors. | Antoine Pitrou | 2008-08-26 | 1 | -0/+2 |
|
|
* | make bytes(o) respect __bytes__ #2415 | Benjamin Peterson | 2008-08-26 | 1 | -0/+7 |
|
|
* | Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,... | Benjamin Peterson | 2008-08-25 | 1 | -1/+1 |
|
|
* | Issue #3657: Fix uninitialized memory read when pickling longs. | Neal Norwitz | 2008-08-24 | 1 | -0/+3 |
|
|
* | Fix gdbinit to handle new types/APIs. | Neal Norwitz | 2008-08-24 | 2 | -4/+9 |
|
|
* | Closes release blocker #3627. | Neal Norwitz | 2008-08-24 | 1 | -0/+2 |
|
|
* | Merged revisions 66006 via svnmerge from | Neal Norwitz | 2008-08-24 | 2 | -0/+41 |
|
|
* | #3643 add more checks to _testcapi to prevent segfaults | Benjamin Peterson | 2008-08-23 | 1 | -0/+6 |
|
|
* | add NEWS note and test for last commit | Benjamin Peterson | 2008-08-23 | 1 | -0/+3 |
|
|
* | #1276: Add temporary encoding aliases for non-supported Mac CJK | Hye-Shik Chang | 2008-08-23 | 1 | -0/+6 |
|
|
* | #3650: fix a reference leak in bytes.split('x') | Amaury Forgeot d'Arc | 2008-08-22 | 1 | -0/+2 |
|
|
* | done with 3.0 | Barry Warsaw | 2008-08-21 | 1 | -0/+12 |
|
|
* | Bumping to 3.0b3v3.0b3 | Barry Warsaw | 2008-08-21 | 2 | -2/+2 |
|
|
* | #3614: Correct a typo in xmlrpc.client. | Amaury Forgeot d'Arc | 2008-08-20 | 1 | -0/+3 |
|
|
* | revert 65897 | Benjamin Peterson | 2008-08-20 | 1 | -3/+0 |
|
|
* | return sets instead of tuples from some symtable methods | Benjamin Peterson | 2008-08-20 | 1 | -0/+3 |
|
|
* | kill the obsolete symtable.Symbol methods | Benjamin Peterson | 2008-08-20 | 1 | -0/+3 |
|
|
* | Issue #2394: implement more of the memoryview API. | Antoine Pitrou | 2008-08-19 | 1 | -0/+7 |
|
|
* | Merged revisions 65868,65870 via svnmerge from | Thomas Heller | 2008-08-19 | 1 | -0/+3 |
|
|
* | #3560: cleanup C memoryview API | Antoine Pitrou | 2008-08-19 | 1 | -0/+6 |
|
|
* | #2834: Change re module semantics, so that str and bytes mixing is forbidden, | Antoine Pitrou | 2008-08-19 | 1 | -0/+8 |
|
|
* | Merged revisions 65681-65682,65684 via svnmerge from | Thomas Heller | 2008-08-19 | 1 | -0/+6 |
|
|
* | Fix typo. | Georg Brandl | 2008-08-18 | 1 | -2/+2 |
|
|
* | update NEWS | Benjamin Peterson | 2008-08-18 | 1 | -1/+2 |
|
|
* | - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. | Guido van Rossum | 2008-08-18 | 1 | -0/+7 |
|
|