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
*
#6938: "ident" is always a string, so use a format code which works.
Georg Brandl
2009-09-18
2
-1/+4
*
#6905: use better exception messages in inspect when the argument is of the w...
Georg Brandl
2009-09-18
1
-7/+7
*
#6936: for interactive use, quit() is just fine.
Georg Brandl
2009-09-18
1
-1/+1
*
use macros
Benjamin Peterson
2009-09-17
1
-1/+1
*
Make the optparse doc style a bit more standard: use standard description uni...
Georg Brandl
2009-09-17
1
-454/+510
*
Remove duplicate doc of enable/disable_interspersed_args.
Georg Brandl
2009-09-17
1
-27/+19
*
#6932: remove paragraph that advises relying on __del__ being called.
Georg Brandl
2009-09-17
1
-19/+26
*
#6844 followup: the warning when setting Exception.message was removed, do no...
Georg Brandl
2009-09-17
1
-7/+0
*
Issue #6922: Fix an infinite loop when trying to decode an invalid
Georg Brandl
2009-09-17
3
-1/+16
*
String values should be shown with quotes, to avoid confusion with constants.
Georg Brandl
2009-09-17
1
-23/+23
*
#6912: add "with" block support to pindent.
Georg Brandl
2009-09-17
1
-2/+2
*
rationalize a bit
Benjamin Peterson
2009-09-17
1
-2/+4
*
Note in the intro to Extending... that ctypes can be a simpler, more portable...
Brett Cannon
2009-09-17
1
-0/+7
*
pep 8 defaults
Benjamin Peterson
2009-09-17
1
-1/+1
*
kill bare except
Benjamin Peterson
2009-09-17
1
-1/+1
*
Issue #6713: Improve performance of str(n) and repr(n) for integers n
Mark Dickinson
2009-09-16
3
-0/+125
*
Add news entry for r74841.
Thomas Wouters
2009-09-16
1
-0/+2
*
#6844: do not emit DeprecationWarnings on access if Exception.message has bee...
Georg Brandl
2009-09-16
3
-18/+82
*
Remove outdated include; this include was breaking OS X builds using
Mark Dickinson
2009-09-16
1
-4/+0
*
Fix issue #1590864, multiple threads and fork() can cause deadlocks, by
Thomas Wouters
2009-09-16
5
-22/+108
*
Make the pdb displayhook compatible with the standard displayhook: do not pri...
Georg Brandl
2009-09-16
2
-2/+36
*
Remove some more boilerplate from the actual tests in test_pdb.
Georg Brandl
2009-09-16
1
-27/+34
*
Rewrap long lines.
Georg Brandl
2009-09-16
1
-257/+246
*
#6879 - fix misstatement about exceptions
Ezio Melotti
2009-09-16
1
-5/+3
*
#6892: fix optparse example involving help option.
Georg Brandl
2009-09-16
1
-1/+4
*
Remove strange trailing commas.
Georg Brandl
2009-09-16
1
-3/+3
*
#5621: refactor description of how class/instance attributes interact on a.x=...
Georg Brandl
2009-09-16
1
-13/+24
*
#6891: comment out dead link to Unicode article.
Georg Brandl
2009-09-16
1
-5/+6
*
#6876: fix base class constructor invocation in example.
Georg Brandl
2009-09-16
1
-2/+1
*
#6880: add reference to classes section in exceptions section, which comes ea...
Georg Brandl
2009-09-16
1
-3/+4
*
Make deprecation notices as visible as warnings are right now.
Georg Brandl
2009-09-16
2
-10/+21
*
Update distutils.util tests after my changes
Ronald Oussoren
2009-09-15
1
-1/+21
*
Add Armin Ronacher.
Georg Brandl
2009-09-15
1
-0/+4
*
Finish support for --with-universal-archs=intel
Ronald Oussoren
2009-09-15
2
-6/+26
*
#6917 - typo in method name
Ezio Melotti
2009-09-15
1
-1/+1
*
MacOSX: detect the architectures supported by
Ronald Oussoren
2009-09-15
1
-13/+11
*
Py_SetPythonHome uses static storage #6913
Benjamin Peterson
2009-09-15
1
-0/+4
*
#6908: fix association of hashlib hash attributes.
Georg Brandl
2009-09-14
1
-2/+2
*
#6574: list the future features in a table.
Georg Brandl
2009-09-14
1
-4/+31
*
#6904 - fix broken link
Ezio Melotti
2009-09-14
1
-1/+1
*
Remove an extraneous space in unittest documentation.
Michael Foord
2009-09-13
1
-1/+1
*
Test discovery in unittest will only attempt to import modules that are impor...
Michael Foord
2009-09-13
4
-46/+85
*
Typo fix.
Georg Brandl
2009-09-13
1
-1/+1
*
unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute....
Michael Foord
2009-09-13
3
-2/+46
*
Tutorial tweaks. Issue 6849.
Michael Foord
2009-09-13
1
-12/+10
*
Note that sys._getframe is not guaranteed to exist in all implementations of ...
Michael Foord
2009-09-13
2
-1/+7
*
Objects that compare equal automatically pass or fail assertAlmostEqual and a...
Michael Foord
2009-09-13
4
-1/+24
*
Change to tutorial wording for reading text / binary files on Windows. Issue ...
Michael Foord
2009-09-13
1
-2/+2
*
Issue #6635: Fix profiler printing usage message.
Matthias Klose
2009-09-13
2
-2/+4
*
Fix potential signed-overflow bug in _PyLong_Format; also fix
Mark Dickinson
2009-09-13
1
-9/+11
[next]