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 6877: this patch makes it possible to link the readline extension
Ronald Oussoren
2009-09-20
5
-10/+135
*
For for issue 6934: failures in postflight script in OSX installer
Ronald Oussoren
2009-09-20
1
-6/+5
*
Followup for r74962
Ronald Oussoren
2009-09-20
1
-2/+1
*
Fix for issue 6851: urllib.urlopen crashes in a thread on OSX 10.6
Ronald Oussoren
2009-09-20
4
-183/+262
*
#6881 - fixed wrong return type; improved the formatting
Ezio Melotti
2009-09-20
1
-10/+19
*
Add Mark Summerfield.
Georg Brandl
2009-09-19
1
-0/+3
*
Add Doug.
Georg Brandl
2009-09-19
1
-0/+3
*
Fix references to threading.enumerate().
Georg Brandl
2009-09-19
1
-2/+2
*
#6946: fix duplicate index entries for datetime classes.
Georg Brandl
2009-09-19
1
-0/+4
*
Remove unused variable and static function to fix compiler warnings.
Thomas Heller
2009-09-19
1
-11/+0
*
Update bug tracker reference.
Georg Brandl
2009-09-19
1
-1/+1
*
#6944: the argument to PyArg_ParseTuple should be a tuple, otherwise a System...
Georg Brandl
2009-09-19
3
-6/+12
*
typo
Benjamin Peterson
2009-09-18
1
-1/+1
*
backport keyword argument support for bytearray.decode
Benjamin Peterson
2009-09-18
2
-3/+6
*
#6930: clarify description about byteorder handling in UTF decoder routines.
Georg Brandl
2009-09-18
1
-12/+17
*
#6925: rewrite docs for locals() and vars() a bit.
Georg Brandl
2009-09-18
1
-10/+8
*
add keyword arguments support to str/unicode encode and decode #6300
Benjamin Peterson
2009-09-18
7
-14/+49
*
Use skipUnless to skip math module tests on non-IEEE 754 platforms.
Mark Dickinson
2009-09-18
1
-31/+34
*
Issue #4606: Passing 'None' if ctypes argtype is set to POINTER(...)
Thomas Heller
2009-09-18
4
-5/+12
*
Issue #5042: Structure sub-subclass does now initialize correctly with
Thomas Heller
2009-09-18
3
-58/+95
*
Add Gawain Bolton to Misc/ACKS for his work on base 10 integer -> string opti...
Mark Dickinson
2009-09-18
1
-0/+1
*
Optimize optimization and fix method name in docstring.
Georg Brandl
2009-09-18
1
-3/+3
*
Use str.format() to fix beginner's mistake with %-style string formatting.
Georg Brandl
2009-09-18
1
-7/+7
*
#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
[next]