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 #2703: SimpleXMLRPCDispatcher.__init__: Provide default values for
Matthias Klose
2009-04-05
2
-1/+4
*
Normalize issue referencing style.
Georg Brandl
2009-04-05
1
-13/+13
*
Adding assertIs and assertIsNot methods to unittest.TestCase
Michael Foord
2009-04-05
4
-0/+54
*
#602893: add indicator for current line in cgitb that doesnt rely on styling ...
Georg Brandl
2009-04-05
1
-1/+2
*
Fixed 5694: removed spurious test output in Distutils
Tarek Ziadé
2009-04-05
2
-0/+3
*
#5298: clarify docs about GIL by using more consistent wording.
Georg Brandl
2009-04-05
1
-78/+79
*
#5444: adapt make.bat to new htmlhelp output file name.
Georg Brandl
2009-04-05
1
-1/+2
*
#5432: make plistlib docstring a raw string, since it contains examples with ...
Georg Brandl
2009-04-05
1
-1/+1
*
#5471: fix expanduser() for $HOME set to "/".
Georg Brandl
2009-04-05
3
-1/+8
*
#5370: doc update about unpickling objects with custom __getattr__ etc. methods.
Georg Brandl
2009-04-05
1
-0/+9
*
Add NEWS entry for r71237.
Georg Brandl
2009-04-05
1
-0/+2
*
#1326077: fix traceback formatting of SyntaxErrors. This fixes two differenc...
Georg Brandl
2009-04-05
2
-17/+21
*
Whitespace normalization.
Georg Brandl
2009-04-05
1
-8/+8
*
- Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings.
Matthias Klose
2009-04-05
2
-5/+9
*
#5580: no need to use parentheses when converterr() argument is actually a ty...
Georg Brandl
2009-04-05
1
-1/+1
*
#5615: make it possible to configure --without-threads again.
Georg Brandl
2009-04-05
3
-6/+38
*
Issue #5695: Moved logging.captureWarnings() call inside with statement in Wa...
Vinay Sajip
2009-04-05
1
-1/+1
*
#1726172: dont raise an unexpected IndexError if a voidresp() call has an emp...
Georg Brandl
2009-04-05
2
-3/+3
*
#1718017: document the relation of os.path and the posixpath, ntpath etc. mod...
Georg Brandl
2009-04-05
2
-11/+16
*
Avoid sure signs of a diseased mind.
Georg Brandl
2009-04-05
3
-5/+6
*
Normalize spelling of Mac OS X.
Georg Brandl
2009-04-05
3
-7/+7
*
#1742837: expand HTTP server docs, and fix SocketServer ones to document meth...
Georg Brandl
2009-04-05
2
-31/+58
*
Include tkinter.h only after including tk.h (or the equivalent for another pl...
Guilherme Polo
2009-04-05
2
-3/+5
*
Change the way unittest.TestSuite use their tests to always access them throu...
Michael Foord
2009-04-05
1
-4/+4
*
compare types with is
Benjamin Peterson
2009-04-05
1
-1/+1
*
note how using iter* are unsafe while mutating and document iter(dict)
Benjamin Peterson
2009-04-04
1
-0/+14
*
Issue #5470: Package zipdir.zip.
Martin v. Löwis
2009-04-04
1
-0/+1
*
No behavior change.
Hirokazu Yamamoto
2009-04-04
1
-2/+2
*
revert r71159 since it broke the build
Benjamin Peterson
2009-04-04
2
-9/+5
*
- Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings.
Matthias Klose
2009-04-04
2
-5/+9
*
- Issue #3845: In PyRun_SimpleFileExFlags avoid invalid memory access with
Matthias Klose
2009-04-04
2
-2/+6
*
#5601: clarify that webbrowser is not meant for file names.
Georg Brandl
2009-04-04
1
-0/+4
*
#5642: clarify map() compatibility to the builtin.
Georg Brandl
2009-04-04
1
-2/+2
*
Replace the localized min/max calls with normal if/else
Raymond Hettinger
2009-04-04
1
-4/+4
*
Allow multiple IDLE GUI/subprocess pairs to exist
Kurt B. Kaiser
2009-04-04
3
-19/+34
*
Fix error in description of 'oct' (issue 5678).
R. David Murray
2009-04-04
1
-1/+1
*
Add helpful link.
Raymond Hettinger
2009-04-04
1
-0/+6
*
Clarified warning about logging use from asynchronous signal handlers.
Vinay Sajip
2009-04-03
1
-3/+4
*
Fix 'the the' duplication
Andrew M. Kuchling
2009-04-03
8
-8/+8
*
Fix 'the the'; grammar fix
Andrew M. Kuchling
2009-04-03
1
-2/+2
*
Add some items
Andrew M. Kuchling
2009-04-03
1
-4/+37
*
Added warning about logging use from asynchronous signal handlers.
Vinay Sajip
2009-04-03
1
-0/+3
*
Fixed compile error on windows.
Hirokazu Yamamoto
2009-04-03
4
-0/+15
*
Localize the function lookup in timeit.
Raymond Hettinger
2009-04-03
1
-2/+2
*
Update docs for namedtuple's renaming change.
Raymond Hettinger
2009-04-02
1
-1/+1
*
Have namedtuple's field renamer assign names that
Raymond Hettinger
2009-04-02
2
-7/+7
*
Issue #2396: backport the memoryview object.
Antoine Pitrou
2009-04-02
15
-26/+1672
*
sys.long_info attributes should be ints, not longs
Mark Dickinson
2009-04-02
2
-5/+9
*
PyErr_NormalizeException may not set an error, so convert the PyErr_SetObject
Georg Brandl
2009-04-02
2
-1/+12
*
Actually the displayhook should print the repr.
Georg Brandl
2009-04-02
1
-1/+1
[next]