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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make mpz's .binary() work on 64 bit platforms
Moshe Zadka
2001-03-31
2
-1/+11
*
#125375 - parsermodule.c - fix parser.tuple2ast() failure on valid parse tree
Moshe Zadka
2001-03-31
2
-11/+22
*
curses.ascii - space (ASCII 32) is now considered whitespace
Moshe Zadka
2001-03-31
2
-1/+3
*
atexit.py - mutate list of functions in thread-safe way
Moshe Zadka
2001-03-31
2
-2/+3
*
#123924: Windows - using OpenSSL, problem with socket in httplib.py.
Moshe Zadka
2001-03-31
2
-1/+6
*
- #119833 - close socket in smtplib if there was an error connecting
Moshe Zadka
2001-03-31
3
-16/+34
*
Fixing #125452 - shlex.shlex hangs when it encounters a string with an
Moshe Zadka
2001-03-31
1
-0/+5
*
Fixing #233200 - cPickle did not use Py_BEGIN_ALLOW_THREADS.
Moshe Zadka
2001-03-31
2
-10/+21
*
- posixmodule.c - Add missing prototypes in for SunOS 4.1.4, plug memory leak
Moshe Zadka
2001-03-31
2
-2/+18
*
Use Py_CHARMASK for ctype macros. Fixes bug #232787.
Moshe Zadka
2001-03-31
4
-6/+8
*
- #125981 -- socketmodule.c -- closing sockets was not thread-safe.
Moshe Zadka
2001-03-31
2
-10/+17
*
- #122162 -- unicodeobject.c --- Fix unicode .split() off-by-one
Moshe Zadka
2001-03-31
3
-12/+42
*
- exceptions.c - make_class() Added a "goto finally" so that if
Moshe Zadka
2001-03-30
2
-0/+21
*
- #121013 - stringobject.c -- "".join(u"this is a test") dumped core
Moshe Zadka
2001-03-30
1
-1/+1
*
Fixed deleting func_defaults causes segmentation fault bug
Moshe Zadka
2001-03-30
2
-1/+4
*
- Add TELL64() hack #ifdef to FreeBSD, Apple and BSDI
Moshe Zadka
2001-03-30
2
-1/+2
*
- Importing should now be safe with multiple Py_Initialize/Py_Finalize
Moshe Zadka
2001-03-30
2
-10/+7
*
Fixing bug #407504. -- did not close pwd/grp databases.
Moshe Zadka
2001-03-30
3
-0/+6
*
Fix memory leak with from import ...
Moshe Zadka
2001-03-30
1
-1/+2
*
Fixed bug in complex(). No SF id
Moshe Zadka
2001-03-30
2
-1/+10
*
#126161 and 123634 -- Unicode strings could not be pickled correctly.
Moshe Zadka
2001-03-30
3
-2/+55
*
Fixing #121965 -- containment in xrange objects.
Moshe Zadka
2001-03-30
2
-7/+19
*
SF bug 119622: compile errors due to redundant atof decls.
Moshe Zadka
2001-03-30
3
-3/+3
*
Fixing #409651 -- \ in a character group
Moshe Zadka
2001-03-30
2
-1/+3
*
In Lib/locale.py, setlocale emulation, use != and not is not to compare
Moshe Zadka
2001-03-30
2
-1/+5
*
More _curses compilation-problem fixes.
Moshe Zadka
2001-03-30
2
-7/+50
*
Documenting the _curses bug fix.
Moshe Zadka
2001-03-30
1
-0/+2
*
Yay! First fix I'm commiting on the way to 2.0.1
Moshe Zadka
2001-03-29
1
-4/+38
*
Merge Moshe's patch (fix argcnt for _cmp() into the 2.0.1 branch.
Guido van Rossum
2001-03-20
1
-2/+2
*
Document how to access bug reports by id.
Martin v. Löwis
2001-03-15
1
-0/+6
*
Move _tkinter.c 1.115 into release branch.
Martin v. Löwis
2001-03-15
2
-3/+19
*
Fix core dump whenever PyList_Reverse() was called.
Guido van Rossum
2001-02-12
1
-11/+14
*
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
*
This commit was manufactured by cvs2svn to create branch
cvs2svn
2001-01-02
744
-163910/+33
*
This commit was manufactured by cvs2svn to create tag 'release20'.
v2.0
cvs2svn
2000-10-16
1
-0/+1
*
Typo repair.
Tim Peters
2000-10-16
1
-1/+1
*
revise xml comment
Jeremy Hylton
2000-10-16
1
-2/+2
*
Updated the XML package comment.
Fred Drake
2000-10-16
1
-3/+3
*
Filled in math-module info; fixed a typo or two.
Tim Peters
2000-10-16
1
-6/+12
*
Add NEWS for 2.0 final (there are a few XXX comments that must be
Jeremy Hylton
2000-10-16
1
-9/+79
*
the usual
Jeremy Hylton
2000-10-16
1
-2/+2
*
the usual (part II)
Jeremy Hylton
2000-10-16
1
-30/+40
*
Test for math.* exceptional behavior only in verbose mode, so that the
Tim Peters
2000-10-16
2
-31/+40
*
the usual
Jeremy Hylton
2000-10-16
10
-259/+488
*
Patch #101936: Auto-detect DEC threads (which need "-threads" argument)
Jeremy Hylton
2000-10-16
2
-427/+419
*
find(): Application of (slightly modified) SF patch #101928 by Ulf
Barry Warsaw
2000-10-16
1
-4/+4
*
distutils setup files for Tkinter
Jeremy Hylton
2000-10-16
2
-0/+31
*
misc. RPM support files
Jeremy Hylton
2000-10-16
4
-0/+383
*
Demos of the new XML support from Lars Marius Garshol <larsga@garshol.priv.no>.
Fred Drake
2000-10-16
3
-0/+172
[prev]
[next]