summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Need extern decl. for fdatasync() in case it exists but isn't declaredGuido van Rossum1999-01-081-2/+2
* Added fsync() and fdatasync(). Patches by Scott Cotton. RequiresGuido van Rossum1999-01-081-0/+57
* The doc string for strptime had the arguments reversed -- the stringGuido van Rossum1999-01-071-1/+1
* fix bug in PyZlib_flush.Jeremy Hylton1999-01-061-4/+4
* Change the access() code to return 1 if granted, 0 if not granted.Guido van Rossum1999-01-061-4/+11
* Changes for long file support by Steve Clift.Guido van Rossum1999-01-061-3/+22
* Changes for long file support by Steve Clift.Guido van Rossum1999-01-061-9/+33
* Changes for long file support by Steve Clift.Guido van Rossum1999-01-061-14/+231
* Patch by Charles Waldman to implement an optional nlines argument toGuido van Rossum1999-01-051-2/+18
* Get rid of the strptype() declaration -- on some BSD systems, it's aGuido van Rossum1999-01-031-1/+1
* Chris Herborth discovered a typo in the arrow key symbols.Guido van Rossum1998-12-231-1/+2
* Thanks to Chris Herborth, the thread primitives now have proper Py*Guido van Rossum1998-12-216-81/+74
* Add dummy variable to avoid optimizer bug on OS/2 -- patch by Jeff Rush.Guido van Rossum1998-12-211-0/+2
* replace missing zalloc initialization (test_zlib now runsJeremy Hylton1998-12-211-0/+1
* remove debugging fprintf (should have checked this before previousJeremy Hylton1998-12-211-2/+0
* patches from AndrewJeremy Hylton1998-12-181-23/+51
* When _PyString_Resize() reports failure, the variable referring to theFred Drake1998-12-181-5/+0
* Jim Fulton writes:Guido van Rossum1998-12-151-42/+73
* Fixed bug reported to Gregor Hoffleit:Andrew M. Kuchling1998-12-141-1/+1
* Need to initialize self->safe_constructors early on to prevent crashGuido van Rossum1998-12-111-0/+1
* Gregor Hoffleit writes:Guido van Rossum1998-12-111-1/+1
* Remove prototypes for PyOS_strto[u]l -- Chris Herborth.Guido van Rossum1998-12-101-3/+0
* Needed to add DL_EXPORT to (redundant?) extern decl of module init function.Guido van Rossum1998-12-102-2/+2
* Make VC++ 5.0 compiler happy.Guido van Rossum1998-12-081-12/+8
* Correctly document atan2.Guido van Rossum1998-12-081-1/+1
* Py_Main() must be DL_EXPORT too.Guido van Rossum1998-12-072-2/+2
* Added Doc strings -- by Chris Petrilli.Guido van Rossum1998-12-042-67/+216
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-0447-46/+47
* Fix two small bugs; add DL_EXPORT() to initcPickle decl.Guido van Rossum1998-12-041-2/+3
* Bernard Herzog pointed out that rl_parse_and_bind modifies itsGuido van Rossum1998-12-041-2/+9
* New version from Jim Fulton:Guido van Rossum1998-11-251-1172/+1110
* New version from Jim Fulton:Guido van Rossum1998-11-251-71/+69
* Doc strings by Chris Petrilli.Guido van Rossum1998-11-231-6/+44
* RajGopal Srinivasan noted that the latest code doesn't work whenGuido van Rossum1998-11-171-0/+6
* audio(7I) suggests that applications do the following to get theBarry Warsaw1998-10-311-7/+42
* Add note about compiling FORMS with -Dclear=__GLclear.Guido van Rossum1998-10-211-0/+4
* Check in the changed version after running the stubber again -- thisGuido van Rossum1998-10-211-13/+12
* On a recommendation from Sjoerd Mullender, add -Dclear=__GLclear toGuido van Rossum1998-10-211-3/+4
* Add a missing DECREF in an error exit. Submitted by Jonathan Giddy.Guido van Rossum1998-10-191-0/+1
* Doc strings by Chris Petrilli.Guido van Rossum1998-10-141-6/+79
* No need to issue a fatal error if the PyDict_SetItemString fails; theGuido van Rossum1998-10-141-3/+2
* ACK! There was still an unescaped newline in a docstring.Guido van Rossum1998-10-141-1/+1
* Doc strings by Chris Petrilli.Guido van Rossum1998-10-131-42/+177
* Looks like I didn't test this interactively. The EventHook() code wasGuido van Rossum1998-10-121-4/+1
* Patch by Jonathan Giddy (with some cleanup by me) to always use theGuido van Rossum1998-10-091-22/+30
* There's no need to declare Tk_GetNumMainWindows() (and it breaksGuido van Rossum1998-10-081-2/+0
* Use the t# format where appropriate. Greg Stein.Guido van Rossum1998-10-089-37/+34
* Changes to deal with the sigcheck+intrcheck vs. signalmodule controversy.Guido van Rossum1998-10-071-6/+12
* Changes to support other object types besides stringsGuido van Rossum1998-10-071-2/+15
* Make gcc -Wall happy.Guido van Rossum1998-10-072-6/+8