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
*
Bring SRE up do date with Python 2.1
Guido van Rossum
2001-06-13
2
-84/+190
*
Backported pyexpat memory-leak plugs
Moshe Zadka
2001-03-31
1
-24/+89
*
- #121706 - config.c - _PyImport_Inittab: define the exceptions module's init
Moshe Zadka
2001-03-31
1
-1/+1
*
- #128713 - mmapmodule.c - type(mmap_object) blew up on Linux.
Moshe Zadka
2001-03-31
1
-5/+6
*
Address a bug in the uuencode decoder, reported bu "donut" in SF bug
Moshe Zadka
2001-03-31
1
-3/+3
*
Make mpz's .binary() work on 64 bit platforms
Moshe Zadka
2001-03-31
1
-1/+8
*
#125375 - parsermodule.c - fix parser.tuple2ast() failure on valid parse tree
Moshe Zadka
2001-03-31
1
-11/+20
*
Fixing #233200 - cPickle did not use Py_BEGIN_ALLOW_THREADS.
Moshe Zadka
2001-03-31
1
-10/+19
*
- posixmodule.c - Add missing prototypes in for SunOS 4.1.4, plug memory leak
Moshe Zadka
2001-03-31
1
-2/+11
*
Use Py_CHARMASK for ctype macros. Fixes bug #232787.
Moshe Zadka
2001-03-31
1
-1/+1
*
- #125981 -- socketmodule.c -- closing sockets was not thread-safe.
Moshe Zadka
2001-03-31
1
-10/+11
*
Fixing bug #407504. -- did not close pwd/grp databases.
Moshe Zadka
2001-03-30
2
-0/+2
*
#126161 and 123634 -- Unicode strings could not be pickled correctly.
Moshe Zadka
2001-03-30
1
-2/+48
*
More _curses compilation-problem fixes.
Moshe Zadka
2001-03-30
1
-7/+44
*
Yay! First fix I'm commiting on the way to 2.0.1
Moshe Zadka
2001-03-29
1
-4/+38
*
Move _tkinter.c 1.115 into release branch.
Martin v. Löwis
2001-03-15
1
-3/+8
*
forgot to update the comment to reflect the change in default linkage
Skip Montanaro
2001-01-02
1
-2/+1
*
change default linkage of bsddb to shared - closes bug #126564
Skip Montanaro
2001-01-02
1
-1/+1
*
Update the comments for the BSD DB module, including a new pointer to
Fred Drake
2000-10-14
1
-3/+5
*
Repaired a comment and asserted a precondition.
Tim Peters
2000-10-12
1
-1/+2
*
Fix for Bug #116453.
Guido van Rossum
2000-10-12
1
-6/+6
*
Stop raising OverflowError on underflows reported by libm (errno==ERANGE and
Tim Peters
2000-10-12
1
-18/+42
*
Another gcc -Wall warning squashed:
Fred Drake
2000-10-11
1
-1/+1
*
Remove one more gcc -Wall warning.
Fred Drake
2000-10-11
1
-1/+2
*
Fix the docstring for new.function().
Fred Drake
2000-10-10
1
-1/+1
*
Donn Cave <donn@oz.net>:
Fred Drake
2000-10-09
1
-1/+1
*
Patch #101810: check whether zst.avail_out is non-zero when getting
Andrew M. Kuchling
2000-10-09
1
-1/+15
*
Be consistent in the description of audio formats: <format> <width>
Guido van Rossum
2000-10-08
1
-4/+7
*
test_linuxaudio:
Jeremy Hylton
2000-10-06
1
-86/+129
*
Added a new "base" type, IOobject for which most of the
Jim Fulton
2000-10-06
1
-285/+355
*
[ Bug #113803 ] [2.0b1 NT4.0] printing non asci char causes idle to abort
Guido van Rossum
2000-10-06
1
-44/+86
*
Norman Vine <nhv@users.sourceforge.net>:
Fred Drake
2000-10-06
1
-1/+1
*
SF "bug" 115973: patches from Norman Vine so that shared libraries and
Tim Peters
2000-10-05
1
-1/+1
*
- update Neil's email address
Neil Schemenauer
2000-10-04
1
-6/+2
*
- do not start collection during processing of an exception
Neil Schemenauer
2000-10-04
1
-1/+5
*
- Fix a GC bug caused by PyDict_New() failing.
Neil Schemenauer
2000-10-04
1
-1/+2
*
Accept keyword arguments for (most) pattern and match object
Fredrik Lundh
2000-10-03
1
-31/+45
*
Clarify that isatty is only guaranteed to return true for slave ends of
Thomas Wouters
2000-10-03
1
-1/+1
*
Fixed negative lookahead/lookbehind. Closes bug #115618.
Fredrik Lundh
2000-10-03
1
-4/+1
*
Remove comment about -lucb for the mmap module -- the module has been
Fred Drake
2000-10-02
1
-3/+2
*
Supporting rl_library_version is more trouble than it's worth --
Guido van Rossum
2000-10-02
1
-8/+1
*
my_getpagesize(): New function; returns the size of a page of memory.
Fred Drake
2000-10-01
1
-12/+18
*
Fix header file usage so that NULL is defined. NULL is needed by
Marc-André Lemburg
2000-09-30
1
-1/+1
*
PyModule_AddStringConstant(): Make this static since it isn't used
Fred Drake
2000-09-29
1
-1/+5
*
Remove unused VERSION #define.
Martin v. Löwis
2000-09-29
1
-5/+26
*
Add #ifdef's for platforms that don't have the constants POLLRDNORM and
Andrew M. Kuchling
2000-09-28
1
-0/+8
*
Minor ANSIfication: lib_python no longer needs to be initialized
Fred Drake
2000-09-28
1
-4/+1
*
Fix includes; not including Python.h caused the module not to compile on
Fred Drake
2000-09-28
1
-1/+1
*
Fix buffer overflow vulnerabilities in calculate_path(). Code used
Jeremy Hylton
2000-09-27
1
-16/+41
*
Rationalize use of limits.h, moving the inclusion to Python.h.
Fred Drake
2000-09-26
7
-32/+5
[next]