- 8388895 SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL) closes SF #514433 by Anthony Baxter · 23 years ago
- b82d34f Convert METH_OLDARGS -> METH_VARARGS: also PyArg_Parse -> PyArg_ParseTuple by Neal Norwitz · 23 years ago
- 3a6f978 Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS. by Neal Norwitz · 23 years ago
- 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 23 years ago
- cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
- 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
- ec24c1b Don't raise MemoryError in keys() when the database is empty. by Guido van Rossum · 24 years ago
- ed5e823 Gustavo Niemeyer <niemeyer@conectiva.com>: by Fred Drake · 24 years ago
- c9f7c26 Wrap a bunch of long lines. by Fred Drake · 24 years ago
- 2e09530 [Patch #102827] Fix for PR#119558, avoiding core dumps by checking for by Andrew M. Kuchling · 24 years ago
- 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
- c9cb847 Skip Montanaro <skip@mojam.com>: by Fred Drake · 24 years ago
- 58d0510 ANSIfy some more forward declarations. by Thomas Wouters · 24 years ago
- cb27c35 ANSI-fication, not really tested, but should (hopefully) compile by Peter Schneider-Kamp · 24 years ago
- ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
- fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
- 947121f Add a comment about needing to change a #include if using a version of by Fred Drake · 24 years ago
- b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 25 years ago
- 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 25 years ago
- 675e994 Added comment with web location of bsddb windows port. by Guido van Rossum · 25 years ago
- 65d5b57 Thanks to Chris Herborth, the thread primitives now have proper Py* by Guido van Rossum · 26 years ago
- 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
- 49b5606 Renamed thread.h to pythread.h. by Guido van Rossum · 26 years ago
- 730806d Make new gcc -Wall happy by Guido van Rossum · 27 years ago
- 4f199ea Threading speedup patches by Christopher Lindblad <cjl@infoseek.com>. by Guido van Rossum · 27 years ago
- 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
- 77eecfa Patches by AMK to check that the db is still open. by Guido van Rossum · 27 years ago
- d9240d1 Already renamed. Indented. by Roger E. Masse · 28 years ago
- 81b24c0 Fix bad format char in error msg (%s should be %d). by Guido van Rossum · 28 years ago
- d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
- 6beb479 Force O_BINARY in flags if defined, for e.g. Microsoft platforms. by Guido van Rossum · 28 years ago
- 622f577 Dynamically initialize ob_type field, for Windows DLL by Guido van Rossum · 28 years ago
- dfe8ad9 Converted to new style names by Skip Montanaro by Guido van Rossum · 28 years ago
- dd96ca7 Be more careful about default args. by Guido van Rossum · 28 years ago
- 1100dca Initial revision by Guido van Rossum · 29 years ago