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
*
fixed warning and error message
Tarek Ziadé
2009-10-24
5
-5/+5
*
fixed finally state in distutils.test_util
Tarek Ziadé
2009-10-24
1
-1/+1
*
Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecode
Tarek Ziadé
2009-10-24
8
-5/+67
*
Issue #7117 (backport py3k float repr) continued:
Mark Dickinson
2009-10-24
3
-0/+24
*
Configure check for double rounding should take BASECFLAGS into account
Mark Dickinson
2009-10-24
2
-9/+10
*
Remove temporary define from r75653
Mark Dickinson
2009-10-24
1
-2/+0
*
#7066 - Fixed distutils.archive_util.make_archive behavior so it restores the...
Tarek Ziadé
2009-10-24
3
-5/+25
*
Issue #7117 (backport py3k float repr) continued:
Mark Dickinson
2009-10-24
8
-11/+529
*
Fix compilation error in debug mode.
Antoine Pitrou
2009-10-24
1
-3/+0
*
Manual py3k backport: [svn r74316] Issue #5449: Fix io.BytesIO to not accept ...
Antoine Pitrou
2009-10-24
2
-1/+8
*
Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and io.String...
Antoine Pitrou
2009-10-24
5
-18/+415
*
Temporary define to avoid build failure
Mark Dickinson
2009-10-24
1
-0/+2
*
Issue #7117: Prepare for backport of py3k float repr.
Mark Dickinson
2009-10-24
6
-0/+2667
*
Manual py3k backport: [svn r74155] Issue #6242: Fix deallocator of io.StringI...
Antoine Pitrou
2009-10-24
3
-6/+17
*
Acknowledge Ned Deily (extensive bug hunting and testing on OS X)
Mark Dickinson
2009-10-24
1
-0/+1
*
Fix markup.
Georg Brandl
2009-10-24
1
-1/+1
*
Improve some docstrings in the 'warnings' module.
Neil Schemenauer
2009-10-23
1
-1/+13
*
Issue #7194: test_thread could try to release an unacquired mutex (and fail).
Antoine Pitrou
2009-10-23
1
-1/+4
*
add further note about what's passed to optionxform
Fred Drake
2009-10-23
1
-0/+3
*
Fix Windows buildbot failure
Antoine Pitrou
2009-10-23
1
-3/+2
*
#7188: fix optionxform() docs.
Georg Brandl
2009-10-23
1
-6/+14
*
Per the discussion in issue6882, backport the try/finally work that was done ...
Eric Smith
2009-10-22
1
-11/+40
*
Make printout margin important.
Georg Brandl
2009-10-22
1
-1/+1
*
Add proper references.
Georg Brandl
2009-10-22
1
-6/+5
*
#6977: getopt does not support optional option arguments.
Georg Brandl
2009-10-22
1
-11/+12
*
#7156: document curses as Unix-only.
Georg Brandl
2009-10-22
1
-1/+1
*
#7035: improve docs of the various <method>_errors() functions, and give them...
Georg Brandl
2009-10-22
2
-20/+42
*
Reorder __slots__ fine print and add a clarification.
Georg Brandl
2009-10-22
1
-4/+4
*
#7088: document new functions in signal as Unix-only.
Georg Brandl
2009-10-22
1
-8/+9
*
#6324: membership test tries iteration via __iter__.
Georg Brandl
2009-10-22
2
-5/+16
*
Use "impl-detail" directive where applicable.
Georg Brandl
2009-10-22
13
-84/+114
*
Fix stylesheet for multi-paragraph impl-details.
Georg Brandl
2009-10-22
1
-2/+6
*
Allow short form with text as argument.
Georg Brandl
2009-10-22
1
-0/+3
*
Document new directive.
Georg Brandl
2009-10-22
1
-0/+18
*
Make it more robust.
Georg Brandl
2009-10-22
1
-1/+7
*
Add a new directive marking up implementation details and start using it.
Georg Brandl
2009-10-22
3
-4/+39
*
Fix duplicate target.
Georg Brandl
2009-10-22
1
-1/+1
*
Fix markup.
Georg Brandl
2009-10-22
1
-1/+1
*
Revert unintended change.
Georg Brandl
2009-10-22
1
-1/+1
*
Fix punctuation.
Georg Brandl
2009-10-22
4
-6/+6
*
rewrite for style, clarify, and comments
Benjamin Peterson
2009-10-22
1
-12/+15
*
rewrite to be nice to other implementations
Benjamin Peterson
2009-10-22
1
-2/+2
*
whitespace
Benjamin Peterson
2009-10-22
1
-1/+1
*
Issue #7077: logging: SysLogHandler now treats Unicode as per RFC 5424.
Vinay Sajip
2009-10-21
2
-0/+12
*
#7170: fix explanation about non-weakrefable builtin types.
Georg Brandl
2009-10-21
1
-0/+4
*
Test wouldn't work in debug mode.
Antoine Pitrou
2009-10-20
1
-0/+1
*
clarify buffer arg #7178
Benjamin Peterson
2009-10-20
1
-2/+2
*
Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which
Antoine Pitrou
2009-10-20
5
-29/+59
*
Issue #7099: Decimal.is_normal should return True for all nonzero
Mark Dickinson
2009-10-20
3
-13/+16
*
use property api
Benjamin Peterson
2009-10-20
1
-1/+1
[next]