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
*
Merged revisions 66240 via svnmerge from
Antoine Pitrou
2008-09-05
2
-3/+10
*
compile _bytesio and _stringio into the binary and initalize stdio before sit...
Benjamin Peterson
2008-09-05
4
-5/+9
*
Merged revisions 66237 via svnmerge from
Brett Cannon
2008-09-05
1
-1/+1
*
Merged revisions 66235 via svnmerge from
Antoine Pitrou
2008-09-05
1
-1/+4
*
#3660: Correct a reference leak in PyUnicode_AsEncodedString when
Amaury Forgeot d'Arc
2008-09-05
2
-15/+24
*
Blocked revisions 66232 via svnmerge
Brett Cannon
2008-09-05
0
-0/+0
*
Blocked revisions 66229 via svnmerge
Brett Cannon
2008-09-05
0
-0/+0
*
fix small typo
Benjamin Peterson
2008-09-05
1
-1/+1
*
Issue #3660 (part of): fix a memory leak in _pickle.
Antoine Pitrou
2008-09-05
2
-1/+7
*
Follow-up of #3773: In PyTokenizer_FindEncoding, remove the call to PyErr_NoM...
Amaury Forgeot d'Arc
2008-09-04
1
-2/+0
*
#3773: Check for errors around the use of PyTokenizer_FindEncoding().
Amaury Forgeot d'Arc
2008-09-04
3
-1/+9
*
Issue #3160: the "bdist_wininst" distutils command didn't work.
Antoine Pitrou
2008-09-04
2
-4/+11
*
Update release notes for pybsddb.
Barry Warsaw
2008-09-04
1
-31/+11
*
Merged revisions 66213 via svnmerge from
Hirokazu Yamamoto
2008-09-04
1
-1/+1
*
Issue #1658: dict size is changing during iteration in tkinter.BaseWidget and
Guilherme Polo
2008-09-04
3
-10/+10
*
Follows to bsddb removal (VC6)
Hirokazu Yamamoto
2008-09-04
2
-114/+0
*
Mention that bsddb is gone and include a link to jcea's website where
Gregory P. Smith
2008-09-04
1
-0/+4
*
PyTokenizer_FindEncoding() always failed because it set the tokenizer state
Brett Cannon
2008-09-04
3
-2/+26
*
Include a pointer to the pybsddb website with the 'bsddb has been
Gregory P. Smith
2008-09-04
1
-0/+2
*
correct an example
Gregory P. Smith
2008-09-04
1
-1/+1
*
Remove _bsddb project on py3k (_bsddb44 project remains and builds). As disc...
Mark Hammond
2008-09-04
2
-569/+0
*
Fix a memory leak in reloading extension modules #3667
Benjamin Peterson
2008-09-04
1
-1/+1
*
#2501 xml.sax.parser doesn't terminate when given a filename; enable some mor...
Benjamin Peterson
2008-09-04
2
-7/+4
*
Committing the patch in issue 2965, so that weakref dicts have a closer
Barry Warsaw
2008-09-04
3
-57/+23
*
db_incs is needed
Benjamin Peterson
2008-09-03
1
-0/+14
*
clean up some more bsddb scraps
Benjamin Peterson
2008-09-03
4
-104/+3
*
Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module
Facundo Batista
2008-09-03
7
-131/+159
*
Blocked revisions 66197 via svnmerge
Brett Cannon
2008-09-03
0
-0/+0
*
remove bsddb
Benjamin Peterson
2008-09-03
37
-16923/+2
*
Merged revisions 66134,66136,66143,66154-66155,66190 via svnmerge from
Benjamin Peterson
2008-09-03
2
-15/+45
*
Python3.0 bsddb testsuite compatibility improvements
Jesus Cea
2008-09-03
3
-4/+12
*
Fixed wording of python --help text.
Christian Heimes
2008-09-03
1
-2/+2
*
The decode is used to workaround this:
Jesus Cea
2008-09-03
1
-1/+3
*
Issue #3696: Error parsing arguments on OpenBSD <= 4.4 and Cygwin.
Antoine Pitrou
2008-09-03
7
-3/+128
*
Issue #3697: "Fatal Python error: Cannot recover from stack overflow"
Antoine Pitrou
2008-09-03
3
-8/+49
*
merge 66184 to fix issue3110 to py3k
Jesse Noller
2008-09-03
2
-0/+14
*
Fix some leaks - Neal Norwitz
Jesus Cea
2008-09-03
2
-4/+6
*
Merged revisions 66174-66175,66177 via svnmerge from
Benjamin Peterson
2008-09-03
8
-171/+216
*
Merged revisions 66171 via svnmerge from
Amaury Forgeot d'Arc
2008-09-02
2
-2/+17
*
Merged revisions 66167 via svnmerge from
Amaury Forgeot d'Arc
2008-09-02
2
-13/+13
*
Merged revisions 66166 via svnmerge from
Amaury Forgeot d'Arc
2008-09-02
6
-255/+68
*
Merged revisions 66162 via svnmerge from
Hirokazu Yamamoto
2008-09-02
1
-0/+2
*
Merge r66115 forward to py3k, resolves issue3419
Jesse Noller
2008-09-02
1
-7/+14
*
unblock 66115 from merging
Jesse Noller
2008-09-02
0
-0/+0
*
Add news item for #3719.
Marc-André Lemburg
2008-09-02
1
-0/+3
*
Merged revisions 66144 via svnmerge from
Nick Coghlan
2008-09-02
1
-2/+2
*
Add quotes around the file name to avoid issues with spaces.
Marc-André Lemburg
2008-09-02
1
-1/+1
*
The _warnings module did not properly handle cases where strings were not being
Brett Cannon
2008-09-02
3
-5/+25
*
Merge in r66135. Doing also required removing a stale DeprecationWarning along
Brett Cannon
2008-09-02
6
-124/+164
*
Improve compatibility with Python3.0 testsuite
Jesus Cea
2008-09-02
4
-8/+156
[next]