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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed Issue6894, urllib2 doesn't respect "no_proxy" environment
Senthil Kumaran
2009-10-11
1
-0/+2
*
Issue #7055: test___all__ now greedily detects all modules which have an
Antoine Pitrou
2009-10-10
1
-0/+3
*
Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronis...
Vinay Sajip
2009-10-10
1
-0/+3
*
Issue #7082: When falling back to the MIME 'name' parameter, the
R. David Murray
2009-10-09
2
-0/+4
*
Issue #7078: _struct.__doc__ was being ignored. Import it into struct.
Mark Dickinson
2009-10-08
1
-0/+2
*
Issue #7048: logb should round its result when that result doesn't fit
Mark Dickinson
2009-10-07
1
-0/+3
*
Add Anders Chrigstrom to Misc/ACKS for his work on unicodedata.
Amaury Forgeot d'Arc
2009-10-06
1
-0/+1
*
#1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric,
Amaury Forgeot d'Arc
2009-10-06
1
-0/+5
*
Issue #7058: Added save/restore for argv and os.environ to runtest_inner
R. David Murray
2009-10-05
1
-0/+3
*
Issue #7042: Fix test_signal failure on OS X 10.6 64-bit builds
Mark Dickinson
2009-10-04
1
-0/+2
*
#7050 fix a SystemError when using tuple unpacking and augmented assignment
Benjamin Peterson
2009-10-03
1
-0/+3
*
#6516 added owner/group support for tarfiles in Distutils
Tarek Ziadé
2009-10-02
1
-0/+3
*
Add NEWS entry for r75180.
Georg Brandl
2009-10-01
1
-0/+2
*
#5329: fix os.popen* regression from 2.5: don't execute commands as a sequence
Philip Jenvey
2009-09-29
1
-0/+4
*
Issue #7019: Unmarshalling of bad long data could produce unnormalized
Mark Dickinson
2009-09-29
1
-0/+3
*
Issue #6790: Make it possible again to pass an `array.array` to
Antoine Pitrou
2009-09-29
2
-0/+4
*
#6990: clear threading.local's key only after its thread state is removed:
Philip Jenvey
2009-09-29
1
-0/+3
*
Issue #3366: Add gamma function to math module.
Mark Dickinson
2009-09-28
1
-0/+2
*
Issue #6713: Improve decimal int -> string conversions. Thanks Gawain
Mark Dickinson
2009-09-27
1
-1/+2
*
When range checking was added to time.strftime() a check was placed on tm_isdst
Brett Cannon
2009-09-22
2
-0/+5
*
Issue #6236, #6348: Fix various failures in the io module under AIX
Antoine Pitrou
2009-09-21
1
-0/+3
*
#6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils.
Tarek Ziadé
2009-09-21
1
-0/+2
*
Issue 6877: this patch makes it possible to link the readline extension
Ronald Oussoren
2009-09-20
1
-0/+3
*
Fix for issue 6851: urllib.urlopen crashes in a thread on OSX 10.6
Ronald Oussoren
2009-09-20
1
-0/+2
*
Add Mark Summerfield.
Georg Brandl
2009-09-19
1
-0/+3
*
Add Doug.
Georg Brandl
2009-09-19
1
-0/+3
*
#6944: the argument to PyArg_ParseTuple should be a tuple, otherwise a System...
Georg Brandl
2009-09-19
1
-0/+3
*
typo
Benjamin Peterson
2009-09-18
1
-1/+1
*
add keyword arguments support to str/unicode encode and decode #6300
Benjamin Peterson
2009-09-18
2
-0/+4
*
Issue #4606: Passing 'None' if ctypes argtype is set to POINTER(...)
Thomas Heller
2009-09-18
1
-2/+5
*
Issue #5042: Structure sub-subclass does now initialize correctly with
Thomas Heller
2009-09-18
1
-0/+3
*
Add Gawain Bolton to Misc/ACKS for his work on base 10 integer -> string opti...
Mark Dickinson
2009-09-18
1
-0/+1
*
#6938: "ident" is always a string, so use a format code which works.
Georg Brandl
2009-09-18
1
-0/+3
*
Issue #6922: Fix an infinite loop when trying to decode an invalid
Georg Brandl
2009-09-17
1
-0/+3
*
Issue #6713: Improve performance of str(n) and repr(n) for integers n
Mark Dickinson
2009-09-16
1
-0/+2
*
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
1
-0/+3
*
Add Armin Ronacher.
Georg Brandl
2009-09-15
1
-0/+4
*
Issue #6635: Fix profiler printing usage message.
Matthias Klose
2009-09-13
1
-0/+2
*
update urls
Benjamin Peterson
2009-09-13
1
-4/+2
*
Issue #6856: Add a filter keyword argument to TarFile.add().
Lars Gustäbel
2009-09-12
1
-0/+2
*
Issue #6163: Fixed HP-UX runtime library dir options in distutils.unixcompiler
Tarek Ziadé
2009-09-09
1
-0/+4
*
#6865 fix ref counting in initialization of pwd module
Benjamin Peterson
2009-09-08
1
-0/+3
*
Issue #6857: Fix Decimal formatting to be consistent with existing float
Mark Dickinson
2009-09-08
1
-0/+3
*
#Issue 6795: Fix infinite recursion in long(Decimal('nan')); change int(Dec...
Mark Dickinson
2009-09-07
1
-0/+4
*
Issue #6850: Fix bug in Decimal._parse_format_specifier for formats
Mark Dickinson
2009-09-07
1
-0/+3
*
Issue #6848: Fix curses module build failure on OS X 10.6.
Mark Dickinson
2009-09-06
1
-0/+2
*
Fix for issue 4937
Ronald Oussoren
2009-09-06
1
-0/+7
*
Issue #6846: bytearray.pop was returning ints in the range [-128, 128)
Mark Dickinson
2009-09-06
1
-0/+2
*
Fix build issues on OSX 10.6 (issue 6802)
Ronald Oussoren
2009-09-06
1
-0/+2
[next]