| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug | Michael W. Hudson | 2005-07-05 | 1 | -0/+2 |
|
|
* | Fix bug: | Michael W. Hudson | 2005-06-20 | 1 | -3/+6 |
|
|
* | Add missing INCREF. | Neil Schemenauer | 2005-06-18 | 1 | -0/+1 |
|
|
* | remove c++ style comment | Gregory P. Smith | 2005-06-16 | 1 | -1/+1 |
|
|
* | Fix check for error condition | Andrew M. Kuchling | 2005-06-15 | 1 | -1/+1 |
|
|
* | Michael Hudson pointed out that the Dialect_Type object isn't INCREF'd. Why | Skip Montanaro | 2005-06-15 | 1 | -0/+1 |
|
|
* | Consistently use hard tabs for indentation. | Michael W. Hudson | 2005-06-15 | 1 | -172/+165 |
|
|
* | Add a missing incref. | Michael W. Hudson | 2005-06-15 | 1 | -0/+1 |
|
|
* | Leak fix from Michael Hudson. Fix memory leak when dialect doesn't | Skip Montanaro | 2005-06-15 | 1 | -0/+2 |
|
|
* | [Bug #1200134] Fix buffer overflow by constraining size of .getstr(), .instr(... | Andrew M. Kuchling | 2005-06-09 | 1 | -9/+13 |
|
|
* | change set_bt_compare() callback comparison function to only take two | Gregory P. Smith | 2005-06-06 | 1 | -10/+7 |
|
|
* | additional sanity check. secondaryDB cannot be closed. | Gregory P. Smith | 2005-06-06 | 1 | -0/+1 |
|
|
* | fixes pybsddb SF bug id 1215432. DB.associate() would crash when a | Gregory P. Smith | 2005-06-06 | 1 | -5/+3 |
|
|
* | Correct URL to the official UnicodeData 3.2.0 resource. (Reported | Hye-Shik Chang | 2005-06-04 | 1 | -1/+1 |
|
|
* | pybsddb 4.3.2: | Gregory P. Smith | 2005-06-04 | 1 | -24/+64 |
|
|
* | Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly. | Georg Brandl | 2005-06-03 | 1 | -0/+4 |
|
|
* | pybsddb 4.3.1, adds support for DB.set_bt_compare database btree comparison | Gregory P. Smith | 2005-06-03 | 1 | -1/+163 |
|
|
* | Delete some vestigial code; execution will never reach the 'if' statement if ... | Andrew M. Kuchling | 2005-06-02 | 1 | -6/+1 |
|
|
* | Patch #1212117: Add optional attribute st_flags to os.stat_result | Hye-Shik Chang | 2005-06-02 | 1 | -2/+15 |
|
|
* | Add O_SHLOCK & O_EXLOCK. Closes patch #1103951. | Skip Montanaro | 2005-05-16 | 1 | -0/+6 |
|
|
* | Flush out support for ``class B(): pass`` syntax by adding support to the | Brett Cannon | 2005-04-09 | 1 | -6/+15 |
|
|
* | In a threads-disabled build, typing Ctrl-C into a raw_input() crashed, | Michael W. Hudson | 2005-04-07 | 1 | -0/+4 |
|
|
* | Make that a C, not a C++, comment. | Michael W. Hudson | 2005-04-06 | 1 | -1/+1 |
|
|
* | Add a comment explaining the import of longintrepr.h. | Michael W. Hudson | 2005-04-06 | 1 | -1/+1 |
|
|
* | Fill docstrings for module and functions, extracted from the tex | Hye-Shik Chang | 2005-04-04 | 1 | -13/+108 |
|
|
* | Fixes for | Michael W. Hudson | 2005-03-30 | 1 | -26/+23 |
|
|
* | Be a bit more accurate. | Michael W. Hudson | 2005-03-30 | 1 | -1/+2 |
|
|
* | I don't think it's particularly accurate to say Guido is maintaining | Michael W. Hudson | 2005-03-30 | 1 | -3/+0 |
|
|
* | Conditionally export a few more AFMT_* macros: AFMT_U16_NE, AFMT_S32_LE, | Greg Ward | 2005-03-28 | 1 | -0/+12 |
|
|
* | Apply remove's mutation test after every equality test. | Raymond Hettinger | 2005-03-19 | 1 | -7/+7 |
|
|
* | Add a remove() method to collections.deque objects. | Raymond Hettinger | 2005-03-18 | 1 | -1/+38 |
|
|
* | SF bug #1160187: Setup file needs entries for collections, itertools, strop | Raymond Hettinger | 2005-03-09 | 1 | -0/+4 |
|
|
* | operator.itemgetter() and operator.attrgetter() now support extraction | Raymond Hettinger | 2005-03-09 | 1 | -14/+72 |
|
|
* | Build with --disable-unicode again. Fixes #1158607. | Martin v. Löwis | 2005-03-08 | 2 | -1/+17 |
|
|
* | Convert file names of posix.access according to the file system encoding. | Martin v. Löwis | 2005-03-08 | 1 | -1/+2 |
|
|
* | Make functional.partial() more closely match the spec by emulating | Raymond Hettinger | 2005-03-08 | 1 | -5/+55 |
|
|
* | SF #818006: merge from release24-maint branch: add useful read-only | Greg Ward | 2005-03-07 | 1 | -26/+54 |
|
|
* | Patches #925152, #1118602: Avoid reading after the end of the buffer | Martin v. Löwis | 2005-03-04 | 1 | -1/+1 |
|
|
* | Patches #749830, #1144555: allow UNIX mmap size to default to current | Martin v. Löwis | 2005-03-03 | 1 | -5/+8 |
|
|
* | Fix grammatical typo in a comment. | Brett Cannon | 2005-03-01 | 1 | -1/+1 |
|
|
* | SF patch #941881: PEP 309 Implementation (Partial Function Application). | Raymond Hettinger | 2005-02-28 | 1 | -0/+225 |
|
|
* | Patch #1093585: raise a ValueError for negative history items in | Martin v. Löwis | 2005-02-27 | 1 | -0/+10 |
|
|
* | The error message "can't start new thread" should not end in a | Guido van Rossum | 2005-02-20 | 1 | -1/+1 |
|
|
* | Fix | Michael W. Hudson | 2005-01-31 | 1 | -0/+4 |
|
|
* | Put docstring for getspall into same #ifdef block as function definition | Neal Norwitz | 2005-01-24 | 1 | -6/+4 |
|
|
* | Patch #579435: Shadow Password Support Module | Martin v. Löwis | 2005-01-23 | 2 | -0/+180 |
|
|
* | Default stat_float_times to true. | Martin v. Löwis | 2005-01-16 | 1 | -1/+1 |
|
|
* | Moved reader \r and \n processing from the iterator to the state machine - | Andrew McNamara | 2005-01-13 | 1 | -97/+75 |
|
|
* | Add strptime() constructor to datetime class. Thanks to Josh Spoerri for | Skip Montanaro | 2005-01-13 | 1 | -0/+45 |
|
|
* | Improve wording of parser error message. | Andrew McNamara | 2005-01-12 | 1 | -2/+2 |
|
|