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
*
Issue #2670: urllib2.build_opener() failed when two handlers
Amaury Forgeot d'Arc
2008-04-22
3
-3/+12
*
Issue 2665: On Windows, sys.stderr does not contain a valid file when running...
Amaury Forgeot d'Arc
2008-04-21
2
-5/+20
*
Correct previous checkin, probably a svn merge issue.
Amaury Forgeot d'Arc
2008-04-11
1
-4/+4
*
- Issue #1686386: Tuple's tp_repr did not take into account the possibility of
Guido van Rossum
2008-04-10
3
-1/+24
*
backport r62271 from trunk.
Gregory P. Smith
2008-04-10
1
-1/+0
*
Backport r62261 from trunk:
Gregory P. Smith
2008-04-09
2
-3/+13
*
Add a note about the zlib.decompressobj().flush() fix.
Gregory P. Smith
2008-04-09
1
-0/+3
*
Merge r62235 from trunk.
Gregory P. Smith
2008-04-09
2
-0/+9
*
#2525: update tzinfo example.
Georg Brandl
2008-04-07
1
-8/+38
*
Fix for Issue2515: Don't crash when trying to fetch data from a closed cursor.
Gerhard Häring
2008-04-06
1
-8/+10
*
Remove the advertising clause from the BSD license in timing.h.
Guido van Rossum
2008-04-01
1
-6/+3
*
Backport #1442: report exception when startup file cannot be run.
Georg Brandl
2008-03-29
2
-1/+15
*
Fix a reference leak found by Georg, when compiling a class nested in another...
Amaury Forgeot d'Arc
2008-03-28
3
-0/+8
*
Issue2495: tokenize.untokenize did not insert space between two consecutive s...
Amaury Forgeot d'Arc
2008-03-27
4
-2/+23
*
Issue #2482: Make sure that the coefficient of a Decimal instance
Mark Dickinson
2008-03-25
3
-3/+24
*
Decimal.sqrt(0) failed when the context was not
Mark Dickinson
2008-03-25
3
-3/+11
*
#1477: ur'\U0010FFFF' used to raise in narrow unicode builds.
Amaury Forgeot d'Arc
2008-03-24
3
-6/+64
*
Issue #2432: give DictReader the dialect and line_num attributes
Georg Brandl
2008-03-21
3
-10/+18
*
Back-port of rev 61240 for issue #2238, fixing: Some syntax errors in *args
Sean Reifscheider
2008-03-20
3
-0/+11
*
The missing NEWS entry for r61542..
Gregory P. Smith
2008-03-18
1
-0/+3
*
Backport r61450 from trunk:
Gregory P. Smith
2008-03-18
2
-2/+30
*
The behaviour of winsound.Beep() seems to differ between different versions o...
Trent Nelson
2008-03-18
1
-2/+10
*
Backport r61458:
Neal Norwitz
2008-03-18
2
-11/+17
*
Ensure this test passes even if there are no soundcards in the system. Backp...
Trent Nelson
2008-03-18
1
-4/+16
*
#1021: fix a bug to allow basicConfig to accept NOTSET as a level.
Vinay Sajip
2008-03-16
1
-1/+1
*
Fix the overflows in expandtabs(). "This time for sure!"
Guido van Rossum
2008-03-11
2
-50/+65
*
Grammar fix
Andrew M. Kuchling
2008-03-07
1
-1/+1
*
Backport documentation improvements.
Raymond Hettinger
2008-03-07
1
-32/+39
*
Backport r61286 adding GC to the grouper for itertools.groupby() fixing Issue...
Raymond Hettinger
2008-03-06
2
-5/+22
*
Bug #2220: handle rlcompleter attribute match failure more gracefully.
Georg Brandl
2008-03-06
2
-1/+3
*
Backport of r61263:
Martin v. Löwis
2008-03-06
3
-4/+9
*
Patch #2232: os.tmpfile might fail on Windows if the user has no
Martin v. Löwis
2008-03-06
2
-0/+45
*
Add section for 2.5.3.
Martin v. Löwis
2008-03-06
1
-0/+6
*
Remove old expected output for test_resource
Andrew M. Kuchling
2008-02-23
1
-2/+0
*
#1291: copy test_resource.py from the 2.6 trunk, to fix a test failure.
Andrew M. Kuchling
2008-02-23
1
-62/+101
*
#1389051, #1092502: fix excessively large allocations when using read() on a ...
Andrew M. Kuchling
2008-02-23
2
-1/+4
*
#1389051: IMAP module tries to read entire message in one chunk. Patch by Fr...
Andrew M. Kuchling
2008-02-23
2
-1/+4
*
Bump version for 2.5.3a0.
Martin v. Löwis
2008-02-23
1
-3/+3
*
#1433694: minidom's .normalize() failed to set .nextSibling for last element.
Andrew M. Kuchling
2008-02-23
4
-0/+15
*
Update NEWS for a future 2.5.3 release
Andrew M. Kuchling
2008-02-23
1
-0/+23
*
Add old NEWS item
Andrew M. Kuchling
2008-02-23
1
-0/+3
*
Fix typo.
Martin v. Löwis
2008-02-22
1
-0/+1
*
Fix typo
Martin v. Löwis
2008-02-22
1
-1/+1
*
#2079: typo in userdict docs.
Georg Brandl
2008-02-21
1
-1/+1
*
as for r252c1, add the tag information so the source package is right
Fred Drake
2008-02-21
1
-0/+1
*
Tagging for release of Python 2.5.2
Martin v. Löwis
2008-02-21
1
-0/+1
*
Redo tag.
v2.5.2
Martin v. Löwis
2008-02-21
1
-0/+1
*
Update copyright years to 2008. Update README to 2.5.2.
Martin v. Löwis
2008-02-21
7
-9/+9
*
Tagging for release of Python 2.5.2
Martin v. Löwis
2008-02-21
1
-0/+1
*
Prepare for 2.5.2.
Martin v. Löwis
2008-02-21
5
-6/+11
[next]