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
*
Modify to allow file objects wherever file descriptors are needed.
Fred Drake
2001-05-09
1
-8/+71
*
fdconv(): Do not second guess the error condition returned by
Fred Drake
2001-05-09
1
-37/+4
*
Three uses of makesockaddr() used sockaddr buffers that had not be cleared;
Fred Drake
2001-05-09
1
-1/+4
*
Minor fiddling related to
Tim Peters
2001-05-09
1
-5/+2
*
Only import termio.h on OSF, and add a comment about why it is needed there.
Fred Drake
2001-05-09
1
-0/+4
*
Michael Hudson <mwh21@cam.ac.uk>:
Fred Drake
2001-05-07
1
-53/+84
*
Remove an obsolete comment and a "return" before fallig off the end of a
Fred Drake
2001-05-03
1
-2/+0
*
ParserCreate(): Allow an empty string for the namespace_separator argument;
Fred Drake
2001-04-25
1
-68/+82
*
SF but #417587: compiler warnings compiling 2.1.
Tim Peters
2001-04-21
1
-1/+1
*
Export three optimization (fast locals) flags
Jeremy Hylton
2001-04-16
1
-0/+4
*
Reverting Moshe's EGD patch *and* Martin's patch to make it work with
Guido van Rossum
2001-04-16
1
-34/+0
*
SRE: made "copyright" string static, to avoid potential linking
Fredrik Lundh
2001-04-15
1
-1/+8
*
Make some private symbols static.
Guido van Rossum
2001-04-14
1
-1/+1
*
Clean up the unsightly mess around the readline header files. We now
Guido van Rossum
2001-04-13
1
-24/+1
*
I am TENTATIVELY checking in Martin von Loewis's patch for the SSL
Guido van Rossum
2001-04-13
1
-0/+7
*
cleanup_helper(): Make sure we invalidate all reference objects
Fred Drake
2001-04-13
1
-6/+41
*
Slight adaptation of Michael Hudson's patch to test PyDict_Next()
Guido van Rossum
2001-04-13
1
-0/+62
*
Unixware 7 support by Billy G. Allie (SF patch 413011)
Guido van Rossum
2001-04-11
2
-0/+34
*
Updated version of RISCOS support. SF patch 411213 by Dietmar Schwertberger
Guido van Rossum
2001-04-10
2
-10/+22
*
Include py_curses.h *after* defining _XOPEN_SOURCE_EXTENDED.
Guido van Rossum
2001-04-10
1
-2/+3
*
Ack -- this module mixes tabs and spaces, and what appears to be a mix
Tim Peters
2001-04-10
1
-5/+5
*
On a sizeof(long)==8 machine, ints in range(2**31, 2**32) were getting
Tim Peters
2001-04-10
1
-5/+21
*
Critical fix: if cPickle on a sizeof(long)==8 box is used to read a
Tim Peters
2001-04-10
1
-1/+8
*
Michael Hudson <mwh21@cam.ac.uk>:
Fred Drake
2001-04-09
1
-13/+10
*
Repair portability of sign extension when reading signed ints on boxes
Tim Peters
2001-04-08
1
-10/+6
*
Effectively revert the previous change: leave the new #include in, but
Fred Drake
2001-04-05
1
-0/+3
*
Add an #include of sys/ioctl.h to pick up a lot of the constants supported
Fred Drake
2001-04-04
1
-0/+1
*
Applying SF patch #412553 by Christopher Lee: fix linuxaudiodev
Guido van Rossum
2001-04-02
1
-9/+29
*
Michael Hudson <mwh21@cam.ac.uk>:
Fred Drake
2001-03-26
1
-0/+329
*
get_version_string(): New function -- returns a Python string object that
Fred Drake
2001-03-24
1
-3/+24
*
Fix a memory leak -- there's no need to INCREF() the result of
Guido van Rossum
2001-03-23
1
-1/+0
*
Revert the 1.8 patch, since it's implicated in nasty blowups (see Pyhon-Dev).
Tim Peters
2001-03-23
1
-1/+1
*
add DEF_BOUND constant
Jeremy Hylton
2001-03-22
1
-0/+1
*
Update the Tix version (long overdue :-).
Guido van Rossum
2001-03-22
1
-4/+4
*
Inform the cycle-detector that the a weakref object no longer needs to be
Fred Drake
2001-03-22
1
-1/+1
*
Make cPickle use the recently-added PyInstance_NewRaw() API to create
Fred Drake
2001-03-22
1
-11/+3
*
sre 2.1b2 update:
Fredrik Lundh
2001-03-22
2
-17/+63
*
Extend support for from __future__ import nested_scopes
Jeremy Hylton
2001-03-22
1
-3/+8
*
Don't raise MemoryError in keys() when the database is empty.
Guido van Rossum
2001-03-22
1
-1/+1
*
SF patch 407758, "timemodule patches for Cygwin", from Norman Vine.
Tim Peters
2001-03-20
1
-0/+7
*
Committing patch 405101
Moshe Zadka
2001-03-18
1
-0/+27
*
SF bug [ #233200 ] cPickle does not use Py_BEGIN_ALLOW_THREADS.
Tim Peters
2001-03-17
1
-173/+182
*
Variety of small INC/DECREF patches that fix reported memory leaks
Jeremy Hylton
2001-03-13
1
-3/+0
*
Make sure we close the group and password databases when we are done with
Fred Drake
2001-03-11
2
-0/+2
*
Define sunmath prototypes if sunmath.h was not included.
Martin v. Löwis
2001-03-07
1
-0/+6
*
Document SIG_* warning causes on Solaris.
Martin v. Löwis
2001-03-06
1
-0/+5
*
Use Py_CHARMASK for ctype macros. Fixes bug #232787.
Martin v. Löwis
2001-03-06
1
-1/+1
*
Be a bit more strict in setting up the export of the C API for this
Fred Drake
2001-03-03
1
-6/+6
*
Wrap several more of the constants in #ifdef/#endif for FreeBSD; at least
Fred Drake
2001-03-03
1
-0/+58
*
Extra fix from bbum (SF #402357) for his previous patch:
Guido van Rossum
2001-03-02
1
-1/+1
[next]