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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Apply length-checking.diff from bug #1599254]
Andrew M. Kuchling
2006-12-20
1
-2/+23
*
Testcase for patch #1484695.
Georg Brandl
2006-12-20
2
-6/+28
*
Bug #1590891: random.randrange don't return correct value for big number
Raymond Hettinger
2006-12-20
2
-1/+9
*
Patch #1484695: The tarfile module now raises a HeaderError exception
Georg Brandl
2006-12-19
1
-10/+17
*
[Patch #1587139 by kxroberto] Protect lock acquisition/release with
Andrew M. Kuchling
2006-12-19
1
-43/+56
*
[Patch #1600491 from Jim Jewett] Describe how to build help files on Windows
Andrew M. Kuchling
2006-12-19
1
-0/+3
*
[Patch #1617413 from Dug Song] Fix HTTP Basic authentication via HTTPS
Andrew M. Kuchling
2006-12-19
1
-2/+2
*
[Patch #1618455 by Ben Maurer] Improve speed of HMAC by using str.translate()
Andrew M. Kuchling
2006-12-19
1
-9/+4
*
Make sre's SubPattern objects accept slice objects like it already accepts
Thomas Wouters
2006-12-19
1
-0/+2
*
1. Avoid hang when encountering a duplicate in a completion list. Bug 1571112.
Kurt B. Kaiser
2006-12-15
2
-1/+24
*
[Patch #1599256 from David Watson] check that os.fsync is available before us...
Andrew M. Kuchling
2006-12-14
1
-1/+2
*
Add test.test_support.guard_warnings_filter . This function returns a context
Brett Cannon
2006-12-13
4
-26/+29
*
Remove unneeded imports of 'warnings'.
Brett Cannon
2006-12-13
2
-2/+0
*
Remove an unneeded import of 'warnings'.
Brett Cannon
2006-12-13
1
-1/+0
*
Fix typo.
Walter Dörwald
2006-12-12
1
-1/+1
*
Patch by "cuppatea" (SF #1503765)
Vinay Sajip
2006-12-11
1
-4/+5
*
Patch by Jeremy Katz (SF #1609407)
Vinay Sajip
2006-12-11
1
-2/+2
*
Move errno imports back to individual functions.
Georg Brandl
2006-12-11
1
-2/+3
*
Patch #1608267: fix a race condition in os.makedirs() is the directory
Georg Brandl
2006-12-09
1
-3/+8
*
Add test for SF bug 1576657
Raymond Hettinger
2006-12-08
1
-0/+11
*
Fix a bad assumption that all objects assigned to '__loader__' on a module
Brett Cannon
2006-12-06
1
-1/+2
*
Patch #1610437: fix a tarfile bug with long filename headers.
Georg Brandl
2006-12-06
2
-11/+19
*
- Fix build failure on kfreebsd and on the hurd.
Matthias Klose
2006-12-03
1
-1/+1
*
Patch #1371075: Make ConfigParser accept optional dict type
Martin v. Löwis
2006-12-03
2
-8/+53
*
Move IDLE news into NEWS.txt.
Martin v. Löwis
2006-12-03
1
-0/+3
*
Add name to credits (for untokenize).
Raymond Hettinger
2006-12-02
1
-1/+1
*
Move xdrlib tests from the module into a separate test script,
Walter Dörwald
2006-12-01
3
-78/+54
*
Bug #1603321: make pstats.Stats accept Unicode file paths.
Georg Brandl
2006-11-26
1
-1/+1
*
Fix bug #1598620: A ctypes structure cannot contain itself.
Thomas Heller
2006-11-24
1
-0/+30
*
... and the number of the counting shall be three.
Raymond Hettinger
2006-11-23
1
-1/+1
*
a test for an error condition not covered by existing tests
Michael W. Hudson
2006-11-23
1
-0/+7
*
Change decode() so that it works with a buffer (i.e. unicode(..., 'utf-8-sig'))
Walter Dörwald
2006-11-23
2
-1/+5
*
Patch #1362975: Rework CodeContext indentation algorithm to
Martin v. Löwis
2006-11-22
2
-18/+61
*
Oops, convert tabs to spaces
Neal Norwitz
2006-11-21
1
-2/+2
*
Bug #1599782: Fix segfault on bsddb.db.DB().type().
Neal Norwitz
2006-11-21
1
-0/+4
*
Jython compatibility fix: if uu.decode() opened its output file, be sure to
Andrew M. Kuchling
2006-11-20
1
-0/+4
*
Patch #1070046: Marshal new-style objects like InstanceType
Martin v. Löwis
2006-11-19
2
-3/+22
*
Add a test case of data w/ bytes > 127
Andrew M. Kuchling
2006-11-19
1
-0/+3
*
Make cStringIO.truncate raise IOError for negative
Martin v. Löwis
2006-11-19
1
-0/+1
*
Patch [ 1586791 ] better error msgs for some TypeErrors
Georg Brandl
2006-11-19
1
-2/+2
*
Expand checking in test_sha
Andrew M. Kuchling
2006-11-18
1
-1/+15
*
Patch #1472877: Fix Tix subwidget name resolution.
Martin v. Löwis
2006-11-18
1
-1/+4
*
Patch #1594554: Always close a tkSimpleDialog on ok(), even
Martin v. Löwis
2006-11-18
1
-3/+4
*
Patch #1538878: Don't make tkSimpleDialog dialogs transient if
Martin v. Löwis
2006-11-18
1
-1/+6
*
Remove file-locking in MH.pack() method.
Andrew M. Kuchling
2006-11-17
2
-21/+22
*
Bug #1588217: don't parse "= " as a soft line break in binascii's
Georg Brandl
2006-11-16
1
-1/+1
*
Bug #1597824: return the registered function from atexit.register()
Georg Brandl
2006-11-16
1
-0/+3
*
Patch #1360200: Use unmangled_version RPM spec field to deal with
Martin v. Löwis
2006-11-12
1
-3/+4
*
Patch #1359217: Ignore 2xx response before 150 response.
Martin v. Löwis
2006-11-12
1
-0/+11
*
Patch #1355023: support whence argument for GzipFile.seek.
Martin v. Löwis
2006-11-12
2
-1/+17
[next]