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
...
|
|
*
|
|
|
refer to file.readline() in stdtypes doc; thanks to Mihai Capotă from docs@
Sandro Tosi
2012-04-28
1
-3/+3
|
|
*
|
|
|
Issue #14676: DeprecationWarning is ignored too; patch by Peter Eisentraut
Sandro Tosi
2012-04-28
1
-1/+2
|
|
*
|
|
|
Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick s...
Sandro Tosi
2012-04-28
1
-5/+12
|
|
*
|
|
|
Make the example cut and pasteable.
Raymond Hettinger
2012-04-27
1
-3/+3
|
|
*
|
|
|
Improve docstring
Raymond Hettinger
2012-04-27
1
-7/+6
|
|
*
|
|
|
fix footnote reference; thanks to Fizz from docs@
Sandro Tosi
2012-04-25
1
-1/+1
|
|
*
|
|
|
Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test c...
Antoine Pitrou
2012-04-25
3
-1/+35
|
|
*
|
|
|
Fixed test to work on Windows.
Vinay Sajip
2012-04-25
1
-18/+18
|
|
*
|
|
|
Updated year in docstring/comment.
Vinay Sajip
2012-04-24
1
-2/+2
|
|
*
|
|
|
Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks ...
Vinay Sajip
2012-04-24
2
-20/+69
|
|
*
|
|
|
Issue #14160: TarFile.extractfile() failed to resolve symbolic links when
Lars Gustäbel
2012-04-24
4
-1/+7
|
|
*
|
|
|
Issue #14448: mention pytz; patch by Andrew Svetlov
Sandro Tosi
2012-04-24
1
-0/+8
|
|
*
|
|
|
Issue #14554: correct example for captured_stdout()
Sandro Tosi
2012-04-24
1
-1/+1
|
|
*
|
|
|
Issue #13478: document timeit.default_timer()
Sandro Tosi
2012-04-24
1
-8/+14
|
|
*
|
|
|
Issue #13587: use the right RFC2617 name for WWW-Authenticate; patch by Aaron...
Sandro Tosi
2012-04-24
1
-2/+2
|
|
*
|
|
|
don't use a slot wrapper from a different special method (closes #14658)
Benjamin Peterson
2012-04-24
3
-3/+18
|
|
*
|
|
|
merge
Raymond Hettinger
2012-04-24
8
-10/+33
|
|
|
\
\
\
\
|
|
|
*
|
|
|
#14640: Fix typos/syntax in pyporting.rst.
R David Murray
2012-04-23
1
-5/+5
|
|
|
*
|
|
|
Issue #14641: minor fixes to sockets Howto; patch by Dionysios Kalofonos
Sandro Tosi
2012-04-23
1
-2/+2
|
|
|
*
|
|
|
#14638: pydoc now treats non-str __name__ as None instead of raising
R David Murray
2012-04-23
3
-1/+16
|
|
|
*
|
|
|
news for issue13684
Senthil Kumaran
2012-04-23
1
-0/+3
|
|
|
*
|
|
|
Fix for Issue13684 - httplib tunnel infinite loop
Senthil Kumaran
2012-04-23
1
-1/+5
|
|
|
*
|
|
|
add Mark Shannon
Benjamin Peterson
2012-04-23
1
-0/+1
|
|
|
*
|
|
|
sleep here
Benjamin Peterson
2012-04-23
1
-1/+1
|
|
*
|
|
|
|
Improve section heading for better discoverability.
Raymond Hettinger
2012-04-24
1
-2/+2
|
|
*
|
|
|
|
Reorder the entries to put the type specific technique last.
Raymond Hettinger
2012-04-24
1
-10/+10
|
|
|
/
/
/
/
|
|
*
|
|
|
merge
Raymond Hettinger
2012-04-23
10
-15/+81
|
|
|
\
\
\
\
|
|
|
*
|
|
|
Update 2.7 docs about legal characters allowed in Cookie name
Senthil Kumaran
2012-04-22
1
-2/+8
|
|
|
*
|
|
|
Issue #14308: Fix an exception when a "dummy" thread is in the threading modu...
Antoine Pitrou
2012-04-19
3
-0/+36
|
|
|
*
|
|
|
#14538: HTMLParser can now parse correctly start tags that contain a bare /.
Ezio Melotti
2012-04-19
3
-3/+16
|
|
|
*
|
|
|
Fix compiler warning related to issue #14331. harmless.
Gregory P. Smith
2012-04-18
1
-1/+2
|
|
|
*
|
|
|
Remove webbrowser doc reference to the previously removed internet-config opt...
Ned Deily
2012-04-18
1
-7/+2
|
|
|
*
|
|
|
SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (clos...
Benjamin Peterson
2012-04-18
3
-2/+17
|
|
*
|
|
|
|
Minor fixups.
Raymond Hettinger
2012-04-18
1
-4/+4
|
|
|
/
/
/
/
|
|
*
|
|
|
Clean-up the SQLite introduction.
Raymond Hettinger
2012-04-18
1
-26/+26
|
|
*
|
|
|
Clarify that a new connection needs to be made after the close.
Raymond Hettinger
2012-04-17
1
-0/+6
|
|
*
|
|
|
Issue #5113: Fix a test_posix failure on HP-UX, where non-root users can
Charles-François Natali
2012-04-17
1
-3/+9
|
|
*
|
|
|
Tweaked format of cookbook example.
Vinay Sajip
2012-04-16
1
-5/+6
|
|
*
|
|
|
Added cookbook example for log insertion.
Vinay Sajip
2012-04-16
1
-0/+44
|
|
*
|
|
|
Issue #14452: remove BOM insertion code.
Vinay Sajip
2012-04-16
2
-2/+2
|
|
*
|
|
|
Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a ...
Antoine Pitrou
2012-04-16
2
-112/+117
|
|
*
|
|
|
Remove accidentally-committed debugging code.
Mark Dickinson
2012-04-15
1
-3/+0
|
|
*
|
|
|
Issue 13496: Fix bisect.bisect overflow bug for large collections.
Mark Dickinson
2012-04-15
3
-2/+21
|
|
*
|
|
|
Issue #13889: On MSVC builds, set FPU control word at runtime for all string ...
Mark Dickinson
2012-04-15
2
-0/+28
|
|
*
|
|
|
#14399: corrected news item
R David Murray
2012-04-14
1
-3/+3
|
|
*
|
|
|
move outside WITH_THREAD conditional
Benjamin Peterson
2012-04-13
1
-2/+2
|
|
*
|
|
|
take linkage def outside of WITH_THREAD conditional (closes #14569)
Benjamin Peterson
2012-04-13
1
-4/+3
|
|
*
|
|
|
merge heads
Amaury Forgeot d'Arc
2012-04-13
3
-0/+11
|
|
|
\
\
\
\
|
|
|
*
|
|
|
Issue14559: Attempt to fix compilation with previous versions of the Microsof...
Amaury Forgeot d'Arc
2012-04-12
3
-0/+11
|
|
*
|
|
|
|
#14399: zipfile now correctly handles comments added to empty zipfiles.
R David Murray
2012-04-12
4
-12/+42
|
|
|
/
/
/
/
[prev]
[next]