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
*
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
*
Patch #1065257: Support passing open files as body in
Martin v. Löwis
2006-11-12
2
-3/+36
*
Fix SF#1566719: not creating site-packages (or other target directory) when
Phillip J. Eby
2006-11-10
1
-0/+3
*
[Patch #1514543] mailbox (Maildir): avoid losing messages on name clash
Andrew M. Kuchling
2006-11-09
1
-5/+22
*
[Patch #1514544 by David Watson] use fsync() to ensure data is really on disk
Andrew M. Kuchling
2006-11-09
1
-7/+23
*
[Bug #1569790] mailbox.Maildir.get_folder() loses factory information
Andrew M. Kuchling
2006-11-09
2
-5/+31
*
Patch #1592250: Add elidge argument to Tkinter.Text.search.
Martin v. Löwis
2006-11-09
1
-1/+2
*
Patch #838546: Make terminal become controlling in pty.fork().
Martin v. Löwis
2006-11-09
1
-0/+4
*
Patch #1351744: Add askyesnocancel helper for tkMessageBox.
Martin v. Löwis
2006-11-08
1
-0/+10
*
Correctly forward exception in instance_contains().
Martin v. Löwis
2006-11-08
1
-0/+8
*
Bug #1588287: fix invalid assertion for `1,2` in debug builds.
Neal Norwitz
2006-11-04
1
-0/+2
*
- Patch #1060577: Extract list of RPM files from spec file in
Martin v. Löwis
2006-11-04
1
-25/+35
*
Whitespace normalization.
Tim Peters
2006-11-03
12
-21/+21
*
Change to improve speed of _fixupChildren
Vinay Sajip
2006-10-31
1
-2/+5
*
I'm assuming this is correct, it fixes the tests so they pass again
Neal Norwitz
2006-10-29
1
-0/+1
*
Add tests for incremental codecs with an errors
Walter Dörwald
2006-10-29
1
-0/+24
*
Add tests for basic argument errors.
Walter Dörwald
2006-10-29
1
-0/+27
*
Move the check for openpty to the beginning.
Georg Brandl
2006-10-29
1
-5/+5
*
Remove leftover test output file.
Georg Brandl
2006-10-29
1
-29/+0
[next]