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
*
Fix build on VS8.
Raymond Hettinger
2010-07-31
1
-1/+1
*
Reorder entries by module lexicographic order
Antoine Pitrou
2010-07-31
1
-32/+32
*
#5146: handle UID THREAD command correctly.
Georg Brandl
2010-07-31
2
-1/+3
*
#5147: revert accidental indentation of header constant for MozillaCookieJar.
Georg Brandl
2010-07-31
2
-3/+6
*
#4007: remove *.a and *.so.X.Y files in "make clean".
Georg Brandl
2010-07-31
1
-1/+2
*
#8292: Fix three instances of truth tests on return values of filter() (which...
Georg Brandl
2010-07-31
3
-5/+5
*
#8198: the Helper class should not save the stdin and stdout objects
Georg Brandl
2010-07-31
2
-4/+15
*
Fix "Berkeley" name.
Georg Brandl
2010-07-31
2
-3/+3
*
#7909: the prefixes \\.\ and \\?\ indicate special Windows paths, do not try ...
Georg Brandl
2010-07-31
3
-0/+19
*
There always is a False and True now.
Georg Brandl
2010-07-31
1
-4/+2
*
#8910: add a file explaining why Lib/test/data is there.
Georg Brandl
2010-07-31
1
-0/+2
*
#3788: more tests for http.cookies, now at 95% coverage. Also bring coding s...
Georg Brandl
2010-07-31
2
-127/+201
*
Clarify comment in comments test case explaining comment semantics.
Georg Brandl
2010-07-31
1
-1/+1
*
#1286: allow using fileinput.FileInput as context manager.
Georg Brandl
2010-07-31
4
-7/+59
*
#9442: do not document a specific format for sys.version; rather refer to ver...
Georg Brandl
2010-07-31
1
-9/+4
*
#5778: document that sys.version can contain a newline.
Georg Brandl
2010-07-31
1
-2/+3
*
Remove trailing whitespace.
Georg Brandl
2010-07-31
1
-1/+1
*
Fix bad merge: test_support -> support.
Georg Brandl
2010-07-31
1
-1/+1
*
Drop webchecker and BerkeleyDB license.
Martin v. Löwis
2010-07-31
1
-2/+1
*
#9440: Remove borderline test case that fails based on unpredictable conditio...
Georg Brandl
2010-07-31
1
-4/+0
*
Move news item to the correct position.
Georg Brandl
2010-07-31
1
-2/+2
*
Re-commit r83327 now that the release is done.
Georg Brandl
2010-07-31
4
-2/+193
*
Add ssl changes to the 3.2 "what's new".
Antoine Pitrou
2010-07-31
1
-0/+31
*
Post-release updates.
Georg Brandl
2010-07-31
2
-1/+13
*
Tagging release 3.2a1.
Georg Brandl
2010-07-31
1
-0/+1
*
From Martin: New UUIDs for the 3.2 release series.
v3.2a1
Georg Brandl
2010-07-31
1
-0/+8
*
Import test_pdb with its full name, so that running python -m test.test_pdb s...
Georg Brandl
2010-07-31
1
-8/+8
*
#9430: document timedelta str() and repr().
Georg Brandl
2010-07-31
1
-0/+18
*
Rewrap.
Georg Brandl
2010-07-31
1
-55/+51
*
Truly uncomment rm lines.
Martin v. Löwis
2010-07-31
1
-2/+2
*
Issue #8966: Fix ctypes tests for Windows
Victor Stinner
2010-07-31
3
-3/+2
*
Delete openssl checkouts.
Martin v. Löwis
2010-07-31
1
-1/+2
*
Copy asm files into place.
Martin v. Löwis
2010-07-31
1
-0/+9
*
Revert r83327. This will have to wait until after the alpha1 release.
Georg Brandl
2010-07-31
4
-193/+2
*
Document how to change OrderedDict update order from first to last.
Raymond Hettinger
2010-07-31
1
-0/+12
*
Add functools.lfu_cache() and functools.lru_cache().
Raymond Hettinger
2010-07-31
4
-2/+193
*
Avoid triggering DeprecationWarnings in test_smtpd and smtpd.
Georg Brandl
2010-07-31
2
-30/+31
*
Copy Sun-specific inclusion of <alloca.h> from 2.7 maint to trunk; it seems t...
Georg Brandl
2010-07-31
1
-0/+4
*
Update OpenSSL version.
Martin v. Löwis
2010-07-31
1
-2/+2
*
After distutils doc reversal, change back **bold todo** items to XXX comments.
Georg Brandl
2010-07-31
5
-15/+13
*
reverted distutils doc to its 3.1 state
Tarek Ziadé
2010-07-31
8
-203/+244
*
At least give IDLE 3.1 a release date. No further entries there for 3.2 though.
Georg Brandl
2010-07-31
1
-2/+2
*
Update copyright years and add releases to release list. Also update Sphinx ...
Georg Brandl
2010-07-31
6
-5/+10
*
Fix an oversight in r83294. unquote() should reject bytes. Issue #9301.
Florent Xicluna
2010-07-31
2
-1/+2
*
Bump versions and review NEWS file.
Georg Brandl
2010-07-31
6
-772/+729
*
Update pydoc topics and adapt Topics builder to Sphinx 1.0.
Georg Brandl
2010-07-31
2
-36/+35
*
Make urllib tests pass for now. Will figure out what the correct semantics s...
Georg Brandl
2010-07-31
1
-4/+4
*
Fix pdb test failures on the buildbots.
Georg Brandl
2010-07-31
1
-3/+3
*
Only expose the abstract base classes.
Raymond Hettinger
2010-07-31
1
-5/+0
*
Part of #7245: when KeyboardInterrupt is raised while defining commands, rest...
Georg Brandl
2010-07-30
2
-1/+23
[next]