| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | #3929: dbm.open() would try to raise a tuple. This does not work anymore wit... | Amaury Forgeot d'Arc | 2008-09-25 | 1 | -0/+3 |
|
|
* | Merged revisions 66496 via svnmerge from | Benjamin Peterson | 2008-09-24 | 1 | -2/+16 |
|
|
* | add a test for bad atexit arguments | Benjamin Peterson | 2008-09-23 | 1 | -0/+4 |
|
|
* | Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,... | Benjamin Peterson | 2008-09-22 | 1 | -0/+26 |
|
|
* | Merged revisions 66539 via svnmerge from | Hirokazu Yamamoto | 2008-09-21 | 1 | -0/+1 |
|
|
* | Issue #3859: Fixed test_sys.Sizeof failure on win64. | Robert Schuppenies | 2008-09-16 | 1 | -1/+1 |
|
|
* | Fix Windows buildbot failures after r66469. | Antoine Pitrou | 2008-09-15 | 2 | -2/+3 |
|
|
* | Issue #3782: os.write() must not accept unicode strings | Antoine Pitrou | 2008-09-15 | 6 | -22/+46 |
|
|
* | The Unicode database was updated to 5.1, and some characters have become prin... | Amaury Forgeot d'Arc | 2008-09-10 | 2 | -5/+5 |
|
|
* | Merged revisions 66337,66347,66350,66352,66358 via svnmerge from | Benjamin Peterson | 2008-09-10 | 2 | -2/+10 |
|
|
* | kill memoryview.size in favor of len(view) | Benjamin Peterson | 2008-09-10 | 1 | -1/+1 |
|
|
* | Merged revisions 66369 via svnmerge from | Martin v. Löwis | 2008-09-10 | 1 | -2/+9 |
|
|
* | Merged revisions 66367 via svnmerge from | Martin v. Löwis | 2008-09-10 | 1 | -1/+1 |
|
|
* | Issue #3756: make re.escape() handle bytes as well as str. | Guido van Rossum | 2008-09-10 | 1 | -0/+14 |
|
|
* | Merged revisions 66364 via svnmerge from | Guido van Rossum | 2008-09-10 | 1 | -0/+4 |
|
|
* | Merged revisions 66362 via svnmerge from | Martin v. Löwis | 2008-09-10 | 1 | -2/+12 |
|
|
* | Issue #3806: LockTests in test_imp should be skipped when thread is not avail... | Hirokazu Yamamoto | 2008-09-09 | 1 | -4/+10 |
|
|
* | Revert r33661, which broke all buildbots. | Amaury Forgeot d'Arc | 2008-09-09 | 1 | -6/+0 |
|
|
* | #3705: Fix crash when given a non-ascii value on the command line for the "-c... | Amaury Forgeot d'Arc | 2008-09-09 | 1 | -0/+6 |
|
|
* | Added a warning filter to don't show the warning during | Facundo Batista | 2008-09-09 | 1 | -4/+13 |
|
|
* | Merged revisions 66321 via svnmerge from | Brett Cannon | 2008-09-09 | 8 | -75/+99 |
|
|
* | Issue #3804: Added test for Issue #2222. | Hirokazu Yamamoto | 2008-09-08 | 1 | -0/+7 |
|
|
* | Merged revisions 66141,66145,66150,66180,66211,66217,66219,66226,66231,66244,... | Benjamin Peterson | 2008-09-08 | 1 | -1/+72 |
|
|
* | fixes from issue 3162 for SSL module | Bill Janssen | 2008-09-08 | 1 | -0/+126 |
|
|
* | Added sanity checks for the deprecated parse_qs() and | Facundo Batista | 2008-09-08 | 1 | -0/+10 |
|
|
* | Merged revisions 66277 via svnmerge from | Benjamin Peterson | 2008-09-06 | 1 | -1/+1 |
|
|
* | Issue #874900: fix behaviour of threading module after a fork. | Antoine Pitrou | 2008-09-06 | 1 | -2/+4 |
|
|
* | I modified the tests a bit to account for unicode string | Amaury Forgeot d'Arc | 2008-09-06 | 1 | -4/+4 |
|
|
* | Fixes release blocker issue #3492 and #3790. | Gregory P. Smith | 2008-09-06 | 1 | -1/+9 |
|
|
* | Merged revisions 66235 via svnmerge from | Antoine Pitrou | 2008-09-05 | 1 | -1/+4 |
|
|
* | fix small typo | Benjamin Peterson | 2008-09-05 | 1 | -1/+1 |
|
|
* | PyTokenizer_FindEncoding() always failed because it set the tokenizer state | Brett Cannon | 2008-09-04 | 1 | -0/+16 |
|
|
* | #2501 xml.sax.parser doesn't terminate when given a filename; enable some mor... | Benjamin Peterson | 2008-09-04 | 1 | -6/+3 |
|
|
* | Committing the patch in issue 2965, so that weakref dicts have a closer | Barry Warsaw | 2008-09-04 | 1 | -12/+12 |
|
|
* | Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module | Facundo Batista | 2008-09-03 | 2 | -24/+23 |
|
|
* | remove bsddb | Benjamin Peterson | 2008-09-03 | 2 | -536/+0 |
|
|
* | Python3.0 bsddb testsuite compatibility improvements | Jesus Cea | 2008-09-03 | 1 | -3/+7 |
|
|
* | The decode is used to workaround this: | Jesus Cea | 2008-09-03 | 1 | -1/+3 |
|
|
* | Merged revisions 66162 via svnmerge from | Hirokazu Yamamoto | 2008-09-02 | 1 | -0/+2 |
|
|
* | The _warnings module did not properly handle cases where strings were not being | Brett Cannon | 2008-09-02 | 1 | -1/+10 |
|
|
* | Merge in r66135. Doing also required removing a stale DeprecationWarning along | Brett Cannon | 2008-09-02 | 2 | -84/+28 |
|
|
* | Improve compatibility with Python3.0 testsuite | Jesus Cea | 2008-09-02 | 1 | -1/+144 |
|
|
* | Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-... | Benjamin Peterson | 2008-09-02 | 2 | -0/+64 |
|
|
* | Port Python 2.6 bsddb3 testdriver to Python 3.0 | Jesus Cea | 2008-09-02 | 1 | -60/+23 |
|
|
* | remove the deprecation warnings for the old threading API; update the docs | Benjamin Peterson | 2008-09-01 | 1 | -37/+11 |
|
|
* | #3712: The memoryview object had a reference leak and didn't support cyclic g... | Antoine Pitrou | 2008-09-01 | 1 | -0/+32 |
|
|
* | Issue 3611: in some cases (a __del__ re-raising an exception, when called fro... | Amaury Forgeot d'Arc | 2008-08-29 | 1 | -0/+24 |
|
|
* | Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to | Antoine Pitrou | 2008-08-26 | 3 | -5/+48 |
|
|
* | make bytes(o) respect __bytes__ #2415 | Benjamin Peterson | 2008-08-26 | 1 | -0/+12 |
|
|
* | Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,... | Benjamin Peterson | 2008-08-25 | 2 | -4/+19 |
|
|