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
...
*
#7050 fix a SystemError when using tuple unpacking and augmented assignment
Benjamin Peterson
2009-10-03
3
-0/+19
*
now uses the right exception type
Tarek Ziadé
2009-10-03
1
-2/+2
*
Issue #7028: Add note to hex() builtin docs pointing to float.hex().
Mark Dickinson
2009-10-03
1
-0/+5
*
removing the last remaning apply() calls
Tarek Ziadé
2009-10-03
3
-3/+3
*
#6516 added owner/group support for tarfiles in Distutils
Tarek Ziadé
2009-10-02
9
-20/+234
*
Add NEWS entry for r75180.
Georg Brandl
2009-10-01
1
-0/+2
*
#7031: Add TestCase.assertIsInstance and negated method.
Georg Brandl
2009-10-01
3
-0/+41
*
Fix some weird whitespace and two other overlong lines.
Georg Brandl
2009-10-01
1
-4/+7
*
Sync the 2.x `io` docs with py3k, with a small note as to the distinction
Antoine Pitrou
2009-10-01
1
-158/+267
*
That's self.env.unset(k) and not env.unset(k) I was heading back to the problem.
Senthil Kumaran
2009-10-01
1
-1/+1
*
using dict.unset(k) instead of del dict[k]. consistent with release26-maint
Senthil Kumaran
2009-10-01
1
-1/+1
*
Fix for issue7026 test_urllib: unsetting missing 'env' variable.
Senthil Kumaran
2009-10-01
1
-1/+1
*
Fix buggy accuracy test
Mark Dickinson
2009-09-30
1
-1/+1
*
Mention issue6972 in extractall docs about overwriting things outside of
Gregory P. Smith
2009-09-29
1
-0/+7
*
Fix for issue6957: ensure that the OSX installer
Ronald Oussoren
2009-09-29
1
-13/+35
*
#5329: fix os.popen* regression from 2.5: don't execute commands as a sequence
Philip Jenvey
2009-09-29
5
-42/+109
*
Issue #7019: Unmarshalling of bad long data could produce unnormalized
Mark Dickinson
2009-09-29
3
-3/+21
*
Issue 7008: Better document str.title and show how to work around the apostro...
Raymond Hettinger
2009-09-29
1
-2/+22
*
Issue #6790: Make it possible again to pass an `array.array` to
Antoine Pitrou
2009-09-29
4
-2/+22
*
* Update the Mac/README file. Add the list of OSX-specific configure options
Ronald Oussoren
2009-09-29
3
-18/+97
*
Issue #7014: logging: Improved IronPython 2.6 compatibility.
Vinay Sajip
2009-09-29
1
-6/+14
*
#6990: clear threading.local's key only after its thread state is removed:
Philip Jenvey
2009-09-29
3
-1/+42
*
Issue #3366: Add gamma function to math module.
Mark Dickinson
2009-09-28
5
-35/+571
*
Applying patches backported from 3.1, by Gregor Lingl.
R. David Murray
2009-09-28
2
-4/+10
*
Prevent test_bad_address failure when a domain in the dns search
R. David Murray
2009-09-28
1
-8/+18
*
Style/consistency/nano-optimization nit: replace occurrences of
Mark Dickinson
2009-09-28
1
-6/+6
*
http://bugs.python.org/issue6836
Kristján Valur Jónsson
2009-09-28
1
-1/+1
*
http://bugs.python.org/issue6836
Kristján Valur Jónsson
2009-09-28
3
-20/+97
*
http://bugs.python.org/issue6836
Kristján Valur Jónsson
2009-09-28
1
-3/+11
*
Patch from Thomas Barr so that csv.Sniffer will set doublequote property.
Skip Montanaro
2009-09-28
2
-6/+25
*
Documentation improvement for load_tests protocol in unittest. Issue 6515.
Michael Foord
2009-09-27
1
-0/+5
*
Test creation moved from TestProgram.parseArgs to TestProgram.createTests exc...
Michael Foord
2009-09-27
1
-5/+8
*
Eliminate unnecessary get_wrapped_(u)long defines in struct module.
Mark Dickinson
2009-09-27
1
-9/+6
*
Issue #6713: Improve decimal int -> string conversions. Thanks Gawain
Mark Dickinson
2009-09-27
2
-11/+30
*
Tidied up name of parameter in StreamHandler
Vinay Sajip
2009-09-26
2
-7/+7
*
#7000: document "sep" in capwords. Add a few tests
Ezio Melotti
2009-09-26
3
-10/+17
*
comment out ugly xxx
Benjamin Peterson
2009-09-26
1
-2/+2
*
#6243: fix segfault when keyname() returns a NULL pointer.
Andrew M. Kuchling
2009-09-25
2
-4/+12
*
#6994: fix typo in enumerate docstring
Ezio Melotti
2009-09-25
1
-1/+1
*
http://bugs.python.org/issue6971
Kristján Valur Jónsson
2009-09-25
2
-15/+43
*
Issue #6982: Add generated Lib/lib2to3/*.pickle files to 'make clean' target.
Mark Dickinson
2009-09-24
1
-1/+2
*
improved phrasing, markup and example
Ezio Melotti
2009-09-23
1
-8/+9
*
fix typos/rephrase
Benjamin Peterson
2009-09-22
1
-5/+5
*
Fix a minor doc syntax typo.
Brett Cannon
2009-09-22
1
-1/+1
*
Half of the fix for issue 6957: ensure that distutils
Ronald Oussoren
2009-09-22
1
-0/+23
*
Fix whitespace.
Brett Cannon
2009-09-22
1
-42/+43
*
Fixed a typo, and added sections on optimization and using arbitrary objects ...
Vinay Sajip
2009-09-22
1
-1/+48
*
The 'Navigation Toolbox' is not available at all for 64-bit
Ronald Oussoren
2009-09-22
1
-22/+13
*
Fix encoding name.
Georg Brandl
2009-09-22
1
-1/+1
*
When range checking was added to time.strftime() a check was placed on tm_isdst
Brett Cannon
2009-09-22
4
-10/+12
[prev]
[next]