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
...
*
Issue #7564: Skip test_ioctl if another process is attached to /dev/tty.
Florent Xicluna
2010-08-08
2
-1/+11
*
Typo.
Florent Xicluna
2010-08-08
1
-1/+1
*
Fix issue5504: ctypes does now work with systems where mmap can't be
Thomas Heller
2010-08-08
9
-20/+35
*
Remove unused import.
Mark Dickinson
2010-08-08
1
-1/+0
*
remove dead code #9292
Benjamin Peterson
2010-08-08
1
-23/+11
*
Add test case for the HTTPResponse being an iterable. Follow-up of issue #4608.
Florent Xicluna
2010-08-08
1
-2/+22
*
Issue #2304: Add additional quotes when using cmd shell on Windows. Original ...
Tim Golden
2010-08-08
2
-1/+43
*
Use unittest specific methods for some urllib test cases. And replace urllib...
Florent Xicluna
2010-08-08
3
-37/+36
*
use same quoting as the rest of the file
Benjamin Peterson
2010-08-08
1
-6/+6
*
Add a news entry for Issue8280.
Senthil Kumaran
2010-08-08
1
-0/+4
*
Fix Issue8280 - urllib2's Request method will remove fragements in the url.
Senthil Kumaran
2010-08-08
3
-1/+19
*
Issue #3210: Revert C module changes and apply patch from Hirokazu Yamamoto i...
Tim Golden
2010-08-08
2
-31/+15
*
Issue #4570: Clean-up tutorial example
Raymond Hettinger
2010-08-08
1
-9/+5
*
Issue #9507: Named tuple repr will now automatically display the right
Raymond Hettinger
2010-08-08
4
-2/+15
*
Improve readability of collections docs by adding a summary table
Raymond Hettinger
2010-08-08
1
-125/+132
*
set svn:eol-style
Benjamin Peterson
2010-08-08
0
-0/+0
*
Fix typo
Raymond Hettinger
2010-08-07
1
-1/+1
*
Document implementation notes for priority queues
Raymond Hettinger
2010-08-07
1
-0/+62
*
kill outdated comment
Benjamin Peterson
2010-08-07
1
-1/+0
*
Clean-up docstring in examples.
Raymond Hettinger
2010-08-07
1
-5/+5
*
Issue #9425: Create run_file() subfunction
Victor Stinner
2010-08-07
1
-24/+36
*
Issue #8433: Fix test_curses failure for platforms with recent versions of nc...
Mark Dickinson
2010-08-07
2
-1/+3
*
Issue #9425: Create run_command() subfunction
Victor Stinner
2010-08-07
1
-15/+23
*
Issue #9425: skip tests if a filename is not encodable
Victor Stinner
2010-08-07
6
-4/+29
*
Improve the docs for bisect to cover common searching tasks.
Raymond Hettinger
2010-08-07
1
-3/+57
*
Fix nit (sentinel on lhs of comparison).
Raymond Hettinger
2010-08-07
1
-3/+1
*
Add partition recipe to itertools docs.
Raymond Hettinger
2010-08-07
1
-0/+6
*
Fix markup
Raymond Hettinger
2010-08-07
1
-6/+4
*
Fix an assertRaises situation and typo. Also pass all tests to run_unittest
Brian Curtin
2010-08-07
1
-6/+6
*
Improve the whatsnew article on the lru/lfu cache decorators.
Raymond Hettinger
2010-08-06
1
-13/+24
*
Issue #9530: Fix a couple of places where undefined behaviour can
Mark Dickinson
2010-08-06
1
-2/+8
*
Add xml subpackages, since they are likely to have different maintainers.
R. David Murray
2010-08-06
1
-1/+8
*
Fix #9324: Add parameter validation to signal.signal on Windows in order
Brian Curtin
2010-08-06
4
-5/+50
*
In PySlice_IndicesEx, clip the step to [-PY_SSIZE_T_MAX, PY_SSIZE_T_MAX] rath...
Mark Dickinson
2010-08-06
2
-1/+13
*
Issue #3210: Ensure stdio handles are closed if CreateProcess fails
Tim Golden
2010-08-06
2
-2/+37
*
Change pyc removal to support __pycache__.
Martin v. Löwis
2010-08-06
1
-3/+10
*
Issue8757: Implicit set-to-frozenset conversion not thread-safe.
Raymond Hettinger
2010-08-06
1
-9/+3
*
Misc/NEWS entry for r83751.
Mark Dickinson
2010-08-06
1
-0/+4
*
Issue #9526: Remove outdated casts to int that were preventing the array mod...
Mark Dickinson
2010-08-06
1
-2/+2
*
Fix the VS8.0 build
Raymond Hettinger
2010-08-06
1
-0/+8
*
Issue #3854: Documented using the sqlite3 module with multiple threads.
Gerhard Häring
2010-08-06
1
-0/+15
*
Issue #9524: Document that two CTRL* signals are meant for use only
Brian Curtin
2010-08-05
2
-2/+9
*
Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API
Alexander Belopolsky
2010-08-05
8
-85/+150
*
Issue #6683: For SMTP logins we now try all authentication methods advertised
Gerhard Häring
2010-08-05
2
-28/+33
*
Issue 5077: Add documentation for operator fixer.
Alexandre Vassalotti
2010-08-05
1
-0/+19
*
Issue #9337: Make float.__str__ identical to float.__repr__.
Mark Dickinson
2010-08-04
10
-85/+63
*
Add Terry Reedy.
Martin v. Löwis
2010-08-04
1
-0/+3
*
Issue #9498: Add reference to sys.float_info from 'numeric types' docs.
Mark Dickinson
2010-08-04
1
-8/+9
*
Issue #8814: function annotations (the `__annotations__` attribute)
Antoine Pitrou
2010-08-04
5
-7/+17
*
Sending the auth info as string. Fix BytesWarning: str() on a bytes instance ...
Senthil Kumaran
2010-08-04
1
-2/+2
[prev]
[next]