index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Need extern decl. for fdatasync() in case it exists but isn't declared
Guido van Rossum
1999-01-08
1
-2/+2
*
Added fsync() and fdatasync(). Patches by Scott Cotton. Requires
Guido van Rossum
1999-01-08
1
-0/+57
*
The doc string for strptime had the arguments reversed -- the string
Guido van Rossum
1999-01-07
1
-1/+1
*
fix bug in PyZlib_flush.
Jeremy Hylton
1999-01-06
1
-4/+4
*
Change the access() code to return 1 if granted, 0 if not granted.
Guido van Rossum
1999-01-06
1
-4/+11
*
Changes for long file support by Steve Clift.
Guido van Rossum
1999-01-06
1
-3/+22
*
Changes for long file support by Steve Clift.
Guido van Rossum
1999-01-06
1
-9/+33
*
Changes for long file support by Steve Clift.
Guido van Rossum
1999-01-06
1
-14/+231
*
Patch by Charles Waldman to implement an optional nlines argument to
Guido van Rossum
1999-01-05
1
-2/+18
*
Get rid of the strptype() declaration -- on some BSD systems, it's a
Guido van Rossum
1999-01-03
1
-1/+1
*
Chris Herborth discovered a typo in the arrow key symbols.
Guido van Rossum
1998-12-23
1
-1/+2
*
Thanks to Chris Herborth, the thread primitives now have proper Py*
Guido van Rossum
1998-12-21
6
-81/+74
*
Add dummy variable to avoid optimizer bug on OS/2 -- patch by Jeff Rush.
Guido van Rossum
1998-12-21
1
-0/+2
*
replace missing zalloc initialization (test_zlib now runs
Jeremy Hylton
1998-12-21
1
-0/+1
*
remove debugging fprintf (should have checked this before previous
Jeremy Hylton
1998-12-21
1
-2/+0
*
patches from Andrew
Jeremy Hylton
1998-12-18
1
-23/+51
*
When _PyString_Resize() reports failure, the variable referring to the
Fred Drake
1998-12-18
1
-5/+0
*
Jim Fulton writes:
Guido van Rossum
1998-12-15
1
-42/+73
*
Fixed bug reported to Gregor Hoffleit:
Andrew M. Kuchling
1998-12-14
1
-1/+1
*
Need to initialize self->safe_constructors early on to prevent crash
Guido van Rossum
1998-12-11
1
-0/+1
*
Gregor Hoffleit writes:
Guido van Rossum
1998-12-11
1
-1/+1
*
Remove prototypes for PyOS_strto[u]l -- Chris Herborth.
Guido van Rossum
1998-12-10
1
-3/+0
*
Needed to add DL_EXPORT to (redundant?) extern decl of module init function.
Guido van Rossum
1998-12-10
2
-2/+2
*
Make VC++ 5.0 compiler happy.
Guido van Rossum
1998-12-08
1
-12/+8
*
Correctly document atan2.
Guido van Rossum
1998-12-08
1
-1/+1
*
Py_Main() must be DL_EXPORT too.
Guido van Rossum
1998-12-07
2
-2/+2
*
Added Doc strings -- by Chris Petrilli.
Guido van Rossum
1998-12-04
2
-67/+216
*
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum
1998-12-04
47
-46/+47
*
Fix two small bugs; add DL_EXPORT() to initcPickle decl.
Guido van Rossum
1998-12-04
1
-2/+3
*
Bernard Herzog pointed out that rl_parse_and_bind modifies its
Guido van Rossum
1998-12-04
1
-2/+9
*
New version from Jim Fulton:
Guido van Rossum
1998-11-25
1
-1172/+1110
*
New version from Jim Fulton:
Guido van Rossum
1998-11-25
1
-71/+69
*
Doc strings by Chris Petrilli.
Guido van Rossum
1998-11-23
1
-6/+44
*
RajGopal Srinivasan noted that the latest code doesn't work when
Guido van Rossum
1998-11-17
1
-0/+6
*
audio(7I) suggests that applications do the following to get the
Barry Warsaw
1998-10-31
1
-7/+42
*
Add note about compiling FORMS with -Dclear=__GLclear.
Guido van Rossum
1998-10-21
1
-0/+4
*
Check in the changed version after running the stubber again -- this
Guido van Rossum
1998-10-21
1
-13/+12
*
On a recommendation from Sjoerd Mullender, add -Dclear=__GLclear to
Guido van Rossum
1998-10-21
1
-3/+4
*
Add a missing DECREF in an error exit. Submitted by Jonathan Giddy.
Guido van Rossum
1998-10-19
1
-0/+1
*
Doc strings by Chris Petrilli.
Guido van Rossum
1998-10-14
1
-6/+79
*
No need to issue a fatal error if the PyDict_SetItemString fails; the
Guido van Rossum
1998-10-14
1
-3/+2
*
ACK! There was still an unescaped newline in a docstring.
Guido van Rossum
1998-10-14
1
-1/+1
*
Doc strings by Chris Petrilli.
Guido van Rossum
1998-10-13
1
-42/+177
*
Looks like I didn't test this interactively. The EventHook() code was
Guido van Rossum
1998-10-12
1
-4/+1
*
Patch by Jonathan Giddy (with some cleanup by me) to always use the
Guido van Rossum
1998-10-09
1
-22/+30
*
There's no need to declare Tk_GetNumMainWindows() (and it breaks
Guido van Rossum
1998-10-08
1
-2/+0
*
Use the t# format where appropriate. Greg Stein.
Guido van Rossum
1998-10-08
9
-37/+34
*
Changes to deal with the sigcheck+intrcheck vs. signalmodule controversy.
Guido van Rossum
1998-10-07
1
-6/+12
*
Changes to support other object types besides strings
Guido van Rossum
1998-10-07
1
-2/+15
*
Make gcc -Wall happy.
Guido van Rossum
1998-10-07
2
-6/+8
[next]