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
*
Encoding fix.
Georg Brandl
2010-10-27
1
-1/+1
*
Issue #7061: Dropped "for Tk" from turtle module title and moved its
Alexander Belopolsky
2010-10-27
7
-14/+10
*
Simplify PyUnicode_Encode/DecodeFSDefault on Windows/Mac OS X
Victor Stinner
2010-10-27
1
-16/+18
*
Fix import.
Georg Brandl
2010-10-26
1
-2/+2
*
#10200: typo.
Georg Brandl
2010-10-26
1
-1/+1
*
#10200: typo.
Georg Brandl
2010-10-26
1
-1/+1
*
logging: Improved Formatter implementation.
Vinay Sajip
2010-10-26
2
-29/+68
*
#7761: fix telnetlib.interact failures on Windows.
R. David Murray
2010-10-26
2
-2/+4
*
faqwiz is removed.
Georg Brandl
2010-10-26
1
-2/+1
*
Work a bit more on tkinter demos.
Georg Brandl
2010-10-26
9
-87/+96
*
Markup fix.
Georg Brandl
2010-10-26
1
-1/+1
*
#3018: tkinter demo fixes for py3k.
Georg Brandl
2010-10-25
18
-179/+196
*
sys_update_path(): update sys.path even if argc==0
Victor Stinner
2010-10-25
1
-2/+0
*
update gitignore
Victor Stinner
2010-10-25
1
-0/+26
*
Fix issue10192 - add urlencode to urllib.parse.__all__
Senthil Kumaran
2010-10-25
1
-2/+2
*
logging: Formatter implementation tweak.
Vinay Sajip
2010-10-25
1
-8/+12
*
logging: Added style option to Formatter to allow %, {} or himBHformatting.
Vinay Sajip
2010-10-25
4
-12/+103
*
Issue #10143: Update "os.pathconf" values
Jesus Cea
2010-10-25
2
-1/+36
*
test_gdb should be skipped on darwin (not up to v7 yet)
Skip Montanaro
2010-10-25
1
-0/+1
*
str.encode() doesn't accept None as errors: use 'strict' instead
Victor Stinner
2010-10-24
1
-1/+1
*
Issue #10161: test_pep277 formats filenames with ascii() on error
Victor Stinner
2010-10-24
1
-1/+1
*
These are true PyCFunctions, after adding the second argument to oss_self, no...
Georg Brandl
2010-10-24
1
-5/+5
*
Issue #8761: Mangle PyUnicode_CompareWithASCIIString function name for
Victor Stinner
2010-10-24
1
-2/+2
*
os: fsencode(), fsdecode() and os.environ(b) internal encode-decode methods
Victor Stinner
2010-10-24
1
-32/+37
*
Add documentation about the default warnings filters.
Georg Brandl
2010-10-24
1
-3/+21
*
Add a new warning gategory, ResourceWarning, as discussed on python-dev. It ...
Georg Brandl
2010-10-24
12
-30/+80
*
Fix style.
Georg Brandl
2010-10-24
2
-3/+4
*
Add casts (one needed, one for consistency).
Georg Brandl
2010-10-24
1
-4/+4
*
Remove usage of exception indexing.
Georg Brandl
2010-10-24
1
-1/+1
*
Issue 5178: Add tempfile.TemporaryDirectory (original patch by Neil Schemenauer)
Nick Coghlan
2010-10-24
5
-3/+229
*
tighten loop
Benjamin Peterson
2010-10-24
1
-4/+1
*
remove broken code accounting an offset the size of the line #10186
Benjamin Peterson
2010-10-24
3
-2/+9
*
#1349106: add linesep argument to generator.flatten and header.encode.
R. David Murray
2010-10-23
7
-49/+164
*
Issue #10185: use Py_hash_t instead of long
Antoine Pitrou
2010-10-23
1
-1/+1
*
Revert r85801. The test ought to pass without rounding.
Martin v. Löwis
2010-10-23
1
-1/+1
*
Follow up to #9778: fix regressions on 64-bit Windows builds
Antoine Pitrou
2010-10-23
4
-18/+9
*
#6518: enable context manager protocol for ossaudiodev types.
Georg Brandl
2010-10-23
4
-4/+42
*
Also guard other SOCK_NONBLOCK test
Antoine Pitrou
2010-10-23
1
-9/+13
*
Issue #6011: sysconfig and distutils.sysconfig use the surrogateescape error
Victor Stinner
2010-10-23
4
-3/+11
*
Fix SOCK_CLOEXEC and SOCK_NONBLOCK tests on recent glibcs with old Linux kern...
Antoine Pitrou
2010-10-23
1
-0/+18
*
follow up to #9778: define and use an unsigned hash type
Benjamin Peterson
2010-10-23
7
-20/+22
*
Try to fix test_tarfile on AMD64 debian parallel 3.x
Victor Stinner
2010-10-23
1
-1/+1
*
Issue #6011: getpath: decode VPATH env var from the locale encoding
Victor Stinner
2010-10-23
1
-7/+10
*
Revert r85797 (and r85798): it broke the Windows buildbots because of
Antoine Pitrou
2010-10-22
5
-106/+49
*
Update what's new
Antoine Pitrou
2010-10-22
1
-1/+2
*
Issue #9935: Speed up pickling of instances of user-defined classes.
Antoine Pitrou
2010-10-22
4
-48/+104
*
For now, remove accept4() code (issue #10115)
Antoine Pitrou
2010-10-22
1
-9/+0
*
Fix test_ssl on Ubuntu buildbot with patched OpenSSL
Antoine Pitrou
2010-10-22
1
-0/+1
*
Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket`
Antoine Pitrou
2010-10-22
9
-14/+137
*
Only hack cmd.library_dirs when running under Py_ENABLE_SHARED. Tested both
Barry Warsaw
2010-10-22
1
-1/+2
[next]