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
*
Fixes issue #6838: use a list to accumulate the value instead of repeatedly c...
Chris Withers
2009-09-04
1
-12/+9
*
#5101: add back tests to test_funcattrs that were lost during unittest conver...
Georg Brandl
2009-09-04
1
-61/+119
*
Issue #5275: In Cookie's Cookie.load(), properly handle non-string arguments ...
Georg Brandl
2009-09-04
1
-1/+3
*
Issue #2666: Handle BROWSER environment variable properly for unknown browser...
Georg Brandl
2009-09-04
1
-1/+3
*
test_platform fails on OS X Snow Leopard because the UNIX command to get the
Brett Cannon
2009-09-03
1
-1/+7
*
Sorry, sorry! Ignore my previous two commits. I mixed up the version
Armin Rigo
2009-09-03
2
-21/+0
*
Does not terminate: consume all memory without responding to Ctrl-C.
Armin Rigo
2009-09-03
1
-0/+10
*
Found the next crasher by thinking about this logic in PyPy.
Armin Rigo
2009-09-03
1
-0/+11
*
remove the check that classmethod's argument is a callable
Benjamin Peterson
2009-09-01
1
-7/+3
*
#6750: TextIOWrapped could duplicate output when several threads write to it.
Amaury Forgeot d'Arc
2009-08-29
1
-0/+21
*
Issue #6054: Do not normalize stored pathnames.
Lars Gustäbel
2009-08-28
2
-29/+82
*
remove more code for restricted execution
Benjamin Peterson
2009-08-28
1
-9/+4
*
restricted environments are no more
Benjamin Peterson
2009-08-28
2
-10/+2
*
Issue #6794: Fix handling of NaNs in Decimal.compare_total and
Mark Dickinson
2009-08-28
2
-2/+21
*
Issue 6654
Kristján Valur Jónsson
2009-08-27
2
-5/+118
*
issue 6275
Kristján Valur Jónsson
2009-08-27
2
-0/+16
*
issue 6769
Kristján Valur Jónsson
2009-08-24
1
-1/+1
*
#6693: New functions in site.py to get user/global site packages paths.
Tarek Ziadé
2009-08-20
2
-36/+126
*
comment typo fix
Gregory P. Smith
2009-08-20
1
-1/+1
*
Revert the changes from r74463, they were causing test_xmlrpc to fail.
Gregory P. Smith
2009-08-19
1
-9/+1
*
Added missing static option for OptionMenu. Issue #5961.
Guilherme Polo
2009-08-18
1
-1/+2
*
Issue #1356969: Add missing info methods in Tix.HList.
Guilherme Polo
2009-08-18
1
-0/+10
*
Fixes for Tix.Grid from issue #1522587.
Guilherme Polo
2009-08-18
1
-3/+6
*
Issue #1522587: New constants and methods for the Tix.Grid widget.
Guilherme Polo
2009-08-18
1
-11/+102
*
Mark the "radio" option of Tix.CheckList as static.
Guilherme Polo
2009-08-18
1
-1/+1
*
Issue #1250469: Fix the return value of Tix.PanedWindow.panes.
Guilherme Polo
2009-08-18
1
-5/+2
*
Issue #1119673: Do not override Tkinter.Text methods when creating a Scrolled...
Guilherme Polo
2009-08-18
1
-1/+4
*
fixed typo
Tarek Ziadé
2009-08-18
1
-4/+4
*
added more test coverage for distutils.filelist to prevent regressions when f...
Tarek Ziadé
2009-08-18
2
-5/+45
*
module cleanup
Tarek Ziadé
2009-08-17
1
-57/+42
*
fixed how fnmatch.translate is used (since it has changed in r74475 for #6665...
Tarek Ziadé
2009-08-17
2
-9/+10
*
Clean up the C library import code (based on suggestions in issue6281).
Gregory P. Smith
2009-08-16
1
-33/+33
*
Add test of file.write(array) extracted from Jython.
Frank Wierzbicki
2009-08-16
1
-0/+19
*
Issue 6665: Fix fnmatch to properly match filenames with newlines in them.
Gregory P. Smith
2009-08-16
2
-2/+9
*
better col_offsets for "for" statements with tuple unpacking #6704
Benjamin Peterson
2009-08-15
1
-1/+8
*
Force the http connection to close after any request returned when
Gregory P. Smith
2009-08-15
1
-1/+14
*
#6707 fix a crash with dir() on an uninitialized module
Benjamin Peterson
2009-08-15
1
-0/+1
*
Clarifying Entry.selection_present's docstring.
Guilherme Polo
2009-08-14
1
-1/+2
*
Issue #1135: Add the XView and YView mix-ins to avoid duplicating
Guilherme Polo
2009-08-14
3
-131/+51
*
Issue #3926: Fix the usage of the new showwarnings and formatwarning.
Guilherme Polo
2009-08-14
2
-15/+16
*
Issue #3344: Replace itertools.count by enumerate.
Guilherme Polo
2009-08-14
1
-3/+2
*
Expat could crash if given the wrong kind of input by never stopping its
Brett Cannon
2009-08-13
1
-1/+20
*
Fix issue1628205: Socket file objects returned by socket.socket.makefile() now
Gregory P. Smith
2009-08-13
2
-13/+128
*
Issue #6629: Fix a data corruption issue in the new `io` package, which could
Antoine Pitrou
2009-08-06
1
-0/+20
*
Fix issue 4660: spurious task_done errors in multiprocessing, remove doc note...
Jesse Noller
2009-08-06
1
-3/+16
*
Typo.
Guilherme Polo
2009-08-05
1
-1/+1
*
Easier reference to find (at least while svn continues being used).
Guilherme Polo
2009-08-05
1
-1/+1
*
Issue #6620: Slightly safer code for _grouping_intervals in the locale
Mark Dickinson
2009-08-04
1
-0/+3
*
Issue 6637: defaultdict.copy() failed with an empty factory.
Raymond Hettinger
2009-08-04
1
-0/+7
*
Adding tests derived from the Jython project. These are primarily tests of
Frank Wierzbicki
2009-08-02
1
-0/+116
[next]