summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* (arre, arigo) SF bug #1350060Armin Rigo2006-06-084-11/+81
* pasted set_lk_detect line in wrong spot in previous commit. fixed. passes t...Gregory P. Smith2006-06-081-1/+1
* * Turn the deadlock situation described in SF bug #775414 into aGregory P. Smith2006-06-082-0/+11
* - bsddb: the bsddb.dbtables Modify method now raises the proper error andGregory P. Smith2006-06-082-18/+29
* Fix a refleak in recvfrom_intoNeal Norwitz2006-06-081-1/+1
* Clarify documentation for bf_getcharbuffer.Brett Cannon2006-06-071-6/+10
* Fix for foreign functions returning small structures on 64-bit bigThomas Heller2006-06-071-1/+3
* Add missing svn:eol-style property to text files.Tim Peters2006-06-070-0/+0
* Whitespace normalization.Tim Peters2006-06-072-2/+2
* * If BuildApplet.py is used as an applet it starts with a version ofRonald Oussoren2006-06-072-57/+45
* - Patch the correct version of python in the Info.plists at build time, insteadRonald Oussoren2006-06-074-10/+18
* And the last bit: move IDLE one level up and adjust makefilesRonald Oussoren2006-06-078-25/+350
* Move Mac/OSX/* one level upRonald Oussoren2006-06-07101-4042/+25
* mv Mac/OSX/BuildScript one level upRonald Oussoren2006-06-079-0/+1261
* Move Mac/OSX/PythonLauncher one level upRonald Oussoren2006-06-0724-0/+1372
* Move Mac/OSX/Tools one level upRonald Oussoren2006-06-0710-0/+1046
* Mention other placeholdersAndrew M. Kuchling2006-06-071-2/+3
* Add an item; also, escape %Andrew M. Kuchling2006-06-071-1/+6
* Mention other placeholdersAndrew M. Kuchling2006-06-071-2/+3
* Add an SQLite introduction, taken from the 'What's New' textAndrew M. Kuchling2006-06-071-0/+98
* SF patch 1501987: Remove randomness from test_exceptions,Tim Peters2006-06-071-19/+30
* dash_R_cleanup(): Clear filecmp._cache. This accounts forTim Peters2006-06-071-1/+2
* A quick hack to ensure the right key-bindings for IDLE on osx: install patchedRonald Oussoren2006-06-063-1/+170
* * Ensure that "make altinstall" works when the tree was configuredRonald Oussoren2006-06-064-10/+58
* Use the same big-endian hack as in _ctypes/callproc.c for callback functions.Thomas Heller2006-06-061-36/+7
* Add a hack so that foreign functions returning float now do work on 64-bitThomas Heller2006-06-061-1/+6
* Fix coding style guide bug.Brett Cannon2006-06-061-1/+2
* Fix comment typoAndrew M. Kuchling2006-06-061-1/+1
* On python-dev Thomas Heller said these were committedTim Peters2006-06-062-916/+108
* BSequence_set_range(): Rev 46688 ("Fix a bunch ofTim Peters2006-06-061-1/+1
* Specify argtypes for all test functions. Maybe that helps on strange ;-) arch...Thomas Heller2006-06-063-108/+924
* Normalized a few cases of whitespace in function declarations.Martin Blais2006-06-0610-49/+49
* Damn - the sentinel was missing. And fix another silly mistake.Thomas Heller2006-06-061-1/+2
* Convert CFieldObject tp_members to tp_getset, since there is noThomas Heller2006-06-062-15/+29
* Fix a bunch of parameter stringsNeal Norwitz2006-06-061-7/+7
* Remove unused variable (and stop compiler warning)Neal Norwitz2006-06-061-1/+0
* _PySys_Init(): It's rarely a good idea to size a buffer to theTim Peters2006-06-061-1/+1
* - bsddb: the __len__ method of a DB object has been fixed to return correctGregory P. Smith2006-06-052-6/+21
* Add 3 more bytes to a buffer to cover constants in string and null byte on to...Brett Cannon2006-06-051-1/+1
* add depends = ['md5.h'] to the _md5 module extension for correctness sake.Gregory P. Smith2006-06-051-1/+3
* Add missing svn:eol-style property to text files.Tim Peters2006-06-051-65/+65
* Access _struct attributes directly instead of mucking with getattr.Tim Peters2006-06-051-20/+18
* [Bug #1470026] Include link to list of classifiersAndrew M. Kuchling2006-06-051-1/+1
* Remove use of Trove name, which isn't very helpful to usersAndrew M. Kuchling2006-06-051-2/+2
* * fix DBCursor.pget() bug with keyword argument names when no data= isGregory P. Smith2006-06-055-5/+76
* Add missing svn:eol-style property to text files.Tim Peters2006-06-050-0/+0
* Whitespace normalization.Tim Peters2006-06-051-3/+2
* forgot to add this file in previous commitGregory P. Smith2006-06-051-0/+112
* * add support for DBSequence objects [patch #1466734]Gregory P. Smith2006-06-055-12/+501
* mention the just committed bsddb changesGregory P. Smith2006-06-051-0/+6