summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #3782: os.write() must not accept unicode stringsAntoine Pitrou2008-09-151-1/+1
* Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge fromBenjamin Peterson2008-09-138-30/+35
* #3640: Correct a crash in cPickle on 64bit platforms, in the case of deeply n...Amaury Forgeot d'Arc2008-09-111-62/+118
* Merged revisions 66377 via svnmerge fromAmaury Forgeot d'Arc2008-09-103-5/+4
* Merged revisions 66364 via svnmerge fromGuido van Rossum2008-09-101-3/+4
* Merged revisions 66362 via svnmerge fromMartin v. Löwis2008-09-103-14651/+17701
* Issue #3813: cannot lanch python.exe via symbolic link on cygwin.Hirokazu Yamamoto2008-09-091-2/+1
* Revert r33661, which broke all buildbots.Amaury Forgeot d'Arc2008-09-091-19/+21
* #3705: Fix crash when given a non-ascii value on the command line for the "-c...Amaury Forgeot d'Arc2008-09-091-21/+19
* fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap,Gregory P. Smith2008-09-063-13/+13
* Issue #3705: py3k aborts if "-c" or "-m" is given a non-ascii value.Antoine Pitrou2008-09-061-19/+31
* Fixes release blocker issue #3492 and #3790.Gregory P. Smith2008-09-062-42/+42
* compile _bytesio and _stringio into the binary and initalize stdio before sit...Benjamin Peterson2008-09-051-0/+2
* Issue #3660 (part of): fix a memory leak in _pickle.Antoine Pitrou2008-09-051-1/+5
* remove bsddbBenjamin Peterson2008-09-032-7795/+0
* Python3.0 bsddb testsuite compatibility improvementsJesus Cea2008-09-031-1/+1
* Fixed wording of python --help text.Christian Heimes2008-09-031-2/+2
* Issue #3696: Error parsing arguments on OpenBSD <= 4.4 and Cygwin.Antoine Pitrou2008-09-032-1/+22
* merge 66184 to fix issue3110 to py3kJesse Noller2008-09-031-0/+11
* Fix some leaks - Neal NorwitzJesus Cea2008-09-032-4/+6
* Improve compatibility with Python3.0 testsuiteJesus Cea2008-09-021-1/+1
* Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-...Benjamin Peterson2008-09-021-1/+3
* bsddb code updated to version 4.7.3pre2. This code is the same thanJesus Cea2008-08-312-981/+2454
* Fix #3651 various memory leaks when using the buffer interfaceBenjamin Peterson2008-08-271-0/+3
* Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,...Benjamin Peterson2008-08-252-6/+19
* Issue #3657: Fix uninitialized memory read when pickling longs.Neal Norwitz2008-08-241-2/+2
* Merged revisions 66018 via svnmerge fromNeal Norwitz2008-08-241-1/+1
* Closes release blocker #3627.Neal Norwitz2008-08-242-2/+7
* Merged revisions 66006 via svnmerge fromNeal Norwitz2008-08-243-1/+6
* #3643 add more checks to _testcapi to prevent segfaultsBenjamin Peterson2008-08-231-0/+4
* Merged revisions 65978 via svnmerge fromChristian Heimes2008-08-221-2/+2
* Merged revisions 65868,65870 via svnmerge fromThomas Heller2008-08-191-5/+28
* Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via sv...Benjamin Peterson2008-08-191-1/+1
* #3560: cleanup C memoryview APIAntoine Pitrou2008-08-191-1/+1
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-192-3/+25
* Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge fromBenjamin Peterson2008-08-171-0/+4
* Issue #3575: Incremental decoder's decode function now takes bytearrayHirokazu Yamamoto2008-08-171-2/+7
* Merged revisions 65745 via svnmerge fromHirokazu Yamamoto2008-08-171-28/+26
* add _testcapi.raise_memoryerror to make test_exceptions.test_MemoryError simplerBenjamin Peterson2008-08-161-0/+11
* Fix building binascii when not using the zlib's crc32 (build failure on Windo...Antoine Pitrou2008-08-151-1/+1
* Zero-initialize buf. Fixes #3557.Martin v. Löwis2008-08-151-0/+1
* Issue 3514: Fixed segfault dues to infinite loop in __getattr__.Alexandre Vassalotti2008-08-151-2/+5
* Use s* to receive data. Fixes #3552.Martin v. Löwis2008-08-142-21/+24
* Merged revisions 65654 via svnmerge fromMartin v. Löwis2008-08-1319-269/+487
* clean up ssl.py; expose unwrap and add test for itBill Janssen2008-08-121-0/+40
* Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-...Georg Brandl2008-08-122-0/+6
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-0730-65/+65
* Merged revisions 65544 via svnmerge fromGuido van Rossum2008-08-061-0/+474
* Merged revisions 65385 via svnmerge fromBenjamin Peterson2008-08-021-1/+1
* Merge 65376 into 3k, fix for issue 3399Jesse Noller2008-08-023-19/+28