- 7d83a5e The variable TESTPATH should be initialized to empty. by Guido van Rossum · 26 years ago
- 68de064 The writelines() function was never tested and contained numerous bugs by Guido van Rossum · 26 years ago
- f9ffb03 Jim Fulton: this fixes seg faults with bad pickles like "c". by Guido van Rossum · 26 years ago
- 0c9608c Portability fix for [f]statvfs() return tuple: no longer return the by Guido van Rossum · 26 years ago
- 579ed77 Never mind, this belongs in the PC subdirectory, by Guido van Rossum · 26 years ago
- 7e3535c Added documentation to the docstrings for the W*() functions that take by Fred Drake · 26 years ago
- 2cc340d Windows sound playing module, by Fredrik Lundh. by Guido van Rossum · 26 years ago
- 246bc17 Add _P_WAIT etc. for NT. by Guido van Rossum · 26 years ago
- a6dff3e spawnv, spawnve docstrings: added mode parameter; this is required! by Fred Drake · 26 years ago
- 6aa4257 PyPcre_expand(): Fixed two memory leaks, where a PyString_FromString() by Barry Warsaw · 26 years ago
- e6a3aa6 Oops, the patch for NeXT always replaced waitpid() with wait4() -- by Guido van Rossum · 26 years ago
- f761287 setup_readline(): Added a comment about memory leak (reported by by Barry Warsaw · 26 years ago
- 1c7aaa2 Added missing DECREF's in the error branches when creating a compressor or by Andrew M. Kuchling · 26 years ago
- 30aa1e7 PyInit_zlib(): Plug a small memory leak. Jeremy is looking into the by Barry Warsaw · 26 years ago
- 6b86a42 Document -OO; "unsafe" optimization that removes docstrings. Marc-Andre Lemburg. by Guido van Rossum · 26 years ago
- b80667d pcre_exec(): Andrew Kuchling's patch for pcre memory leak. by Barry Warsaw · 26 years ago
- 105906f initerrno(): Nailed a not-so-tiny memory leak. The de dictionary is by Barry Warsaw · 26 years ago
- 54ecc3d Patches by William Lewis for Nextstep descendants. by Guido van Rossum · 26 years ago
- 5b97716 expandtabs__doc__: blank line which was not terminated with \n\ caused by Barry Warsaw · 26 years ago
- a106568 Add spawnv and spawnve functions for Win32 platforms. by Guido van Rossum · 26 years ago
- 54ec288 A gift from Fredrik Lundh: fast C implementation of expandtabs(). by Guido van Rossum · 26 years ago
- aa8d167 Make sure not to call realloc() with a NULL pointer -- call malloc() by Guido van Rossum · 26 years ago
- 1180185 Include myselect.h -- needed on some platforms. by Guido van Rossum · 26 years ago
- 8bf6dc7 Rearrange the -I flags for compiling _tkinter.c so that by Guido van Rossum · 26 years ago
- d371ff1 Only do ttyname() when HAVE_TTYNAME is defined. by Guido van Rossum · 26 years ago
- ca6954a Should include "Python.h", not <Python.h> -- it's not a standard by Guido van Rossum · 26 years ago
- 11a5071 Jim Ahlstrom patch: Watcom chokes on a long expression in c_asinh(). by Guido van Rossum · 26 years ago
- 5d00b6d Need extern decl. for fdatasync() in case it exists but isn't declared by Guido van Rossum · 26 years ago
- 21142a0 Added fsync() and fdatasync(). Patches by Scott Cotton. Requires by Guido van Rossum · 26 years ago
- 446ccfe The doc string for strptime had the arguments reversed -- the string by Guido van Rossum · 26 years ago
- 6892aa3 fix bug in PyZlib_flush. patch from Grzegorz Makarewicz & Rafal Smotrzyk. by Jeremy Hylton · 26 years ago
- 015f22a Change the access() code to return 1 if granted, 0 if not granted. by Guido van Rossum · 26 years ago
- 763737b Changes for long file support by Steve Clift. by Guido van Rossum · 26 years ago
- 056bad9 Changes for long file support by Steve Clift. by Guido van Rossum · 26 years ago
- 94f6f72 Changes for long file support by Steve Clift. by Guido van Rossum · 26 years ago
- 716a89c Patch by Charles Waldman to implement an optional nlines argument to by Guido van Rossum · 26 years ago
- 0a6363d Get rid of the strptype() declaration -- on some BSD systems, it's a by Guido van Rossum · 26 years ago
- 1184789 Chris Herborth discovered a typo in the arrow key symbols. by Guido van Rossum · 26 years ago
- 65d5b57 Thanks to Chris Herborth, the thread primitives now have proper Py* by Guido van Rossum · 26 years ago
- 95864d3 Add dummy variable to avoid optimizer bug on OS/2 -- patch by Jeff Rush. by Guido van Rossum · 26 years ago
- 5bc4abe replace missing zalloc initialization (test_zlib now runs successfully) by Jeremy Hylton · 26 years ago
- 3625202 remove debugging fprintf (should have checked this before previous checkin) by Jeremy Hylton · 26 years ago
- a37e244 patches from Andrew by Jeremy Hylton · 26 years ago
- 6de7d0c When _PyString_Resize() reports failure, the variable referring to the by Fred Drake · 26 years ago
- 476e49f Jim Fulton writes: by Guido van Rossum · 26 years ago
- 4c07f81 Fixed bug reported to Gregor Hoffleit: by Andrew M. Kuchling · 26 years ago
- 21ef088 Need to initialize self->safe_constructors early on to prevent crash by Guido van Rossum · 26 years ago
- 732aa2f Gregor Hoffleit writes: by Guido van Rossum · 26 years ago
- 46e9705 Remove prototypes for PyOS_strto[u]l -- Chris Herborth. by Guido van Rossum · 26 years ago
- 5de5420 Needed to add DL_EXPORT to (redundant?) extern decl of module init function. by Guido van Rossum · 26 years ago
- e94e3fb Make VC++ 5.0 compiler happy. by Guido van Rossum · 26 years ago
- b057dd8 Correctly document atan2. by Guido van Rossum · 26 years ago
- 9c1201f Py_Main() must be DL_EXPORT too. by Guido van Rossum · 26 years ago
- c6e2290 Added Doc strings -- by Chris Petrilli. 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
- 50f385c Fix two small bugs; add DL_EXPORT() to initcPickle decl. by Guido van Rossum · 26 years ago
- 3b5330e Bernard Herzog pointed out that rl_parse_and_bind modifies its by Guido van Rossum · 26 years ago
- 053b8df New version from Jim Fulton: by Guido van Rossum · 26 years ago
- 7d9b413 New version from Jim Fulton: by Guido van Rossum · 26 years ago
- 185ead6 Doc strings by Chris Petrilli. by Guido van Rossum · 26 years ago
- e9bc62d RajGopal Srinivasan noted that the latest code doesn't work when by Guido van Rossum · 26 years ago
- b0d1b06 audio(7I) suggests that applications do the following to get the by Barry Warsaw · 26 years ago
- 3f200d7 Add note about compiling FORMS with -Dclear=__GLclear. by Guido van Rossum · 26 years ago
- 89733a8 Check in the changed version after running the stubber again -- this by Guido van Rossum · 26 years ago
- 605b93d On a recommendation from Sjoerd Mullender, add -Dclear=__GLclear to by Guido van Rossum · 26 years ago
- bf33830 Add a missing DECREF in an error exit. Submitted by Jonathan Giddy. by Guido van Rossum · 26 years ago
- d3a6a14 Doc strings by Chris Petrilli. Also added MD5Type object. by Guido van Rossum · 26 years ago
- a0deb64 No need to issue a fatal error if the PyDict_SetItemString fails; the by Guido van Rossum · 26 years ago
- fc6aba5 ACK! There was still an unescaped newline in a docstring. by Guido van Rossum · 26 years ago
- b39b90d Doc strings by Chris Petrilli. by Guido van Rossum · 26 years ago
- 41f0a98 Looks like I didn't test this interactively. The EventHook() code was by Guido van Rossum · 26 years ago
- dc1adab Patch by Jonathan Giddy (with some cleanup by me) to always use the by Guido van Rossum · 26 years ago
- 215193b There's no need to declare Tk_GetNumMainWindows() (and it breaks by Guido van Rossum · 26 years ago
- 7e48898 Use the t# format where appropriate. Greg Stein. by Guido van Rossum · 26 years ago
- 2a57004 Changes to deal with the sigcheck+intrcheck vs. signalmodule controversy. by Guido van Rossum · 26 years ago
- d076c73 Changes to support other object types besides strings by Guido van Rossum · 26 years ago
- c501583 Make gcc -Wall happy. by Guido van Rossum · 26 years ago
- 89bae99 Make gcc -Wall happy: Remove unused decls of getloclock() and is_lockobject(). by Guido van Rossum · 26 years ago
- c206873 Make gcc -Wall happy: by Guido van Rossum · 26 years ago
- e7adf3e Documented PYTHONOPTIMIZE; by Marc Lemburg. by Guido van Rossum · 26 years ago
- d5f6c22 Make the version variable static (it has no business being exported). by Guido van Rossum · 26 years ago
- 7fef86e Clarify sharedinstall comment by Guido van Rossum · 26 years ago
- d5bcf9a Andrew Dalke's implementation of string.count(). by Guido van Rossum · 26 years ago
- 573788e No need for (char *) cast from gdbm_strerror(). by Guido van Rossum · 26 years ago
- b6e2a99 Win32 port. Patches by Milton L. Hankins. by Guido van Rossum · 26 years ago
- 49b5606 Renamed thread.h to pythread.h. by Guido van Rossum · 26 years ago
- 2645241 Fixes for OS/2 by Jeff Rush. by Guido van Rossum · 26 years ago
- be70450 Removed some OS/2 #defines (now in the OS/2 specific config.h). by Guido van Rossum · 26 years ago
- 4690678 Get rid of the test for non-NULL thread state in EventHook; it can be by Guido van Rossum · 26 years ago
- 1b23676 When we have siginterrupt(), use it to disable restarting interrupted by Guido van Rossum · 26 years ago
- 0db4c94 Enable the 'new' module by default. by Guido van Rossum · 26 years ago
- 78694d9 Patches from Greg Stein to support 'P' format in struct module's by Guido van Rossum · 26 years ago
- ce113931 Remove some unused variables from gethostbyaddr_ex and gethostbyaddr, by Guido van Rossum · 26 years ago
- 76d1f96 Michael P. Reilly suggested this fix: makesetup wants to prepend by Guido van Rossum · 26 years ago
- 1645436 Now that we have standard (optional) long long support, the long long by Guido van Rossum · 26 years ago
- cfbaecc Y2K fix affecting asctime(), mktime(), strftime(). by Guido van Rossum · 26 years ago
- ce616e4 Enter Jim Fulton's latest version. He writes: by Jeremy Hylton · 26 years ago
- 541f241 Need mytime.h for Sleep(). by Guido van Rossum · 26 years ago
- d105523 Two fixes to find_class: by Jeremy Hylton · 26 years ago
- 549cb6e Added a module docstring (that's all this module needs). by Guido van Rossum · 26 years ago