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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
backported r76993 and r76994 so the trunk behaves the same way with MSVC Mani...
Tarek Ziadé
2009-12-21
2
-29/+108
*
Issue #7553: test_long_future wasn't testing properly. Thanks Florent Xicluna
Mark Dickinson
2009-12-21
1
-9/+7
*
Remove a leftover from a previous iteration of the issue 7376 patch.
R. David Murray
2009-12-21
1
-1/+1
*
massive import cleaning in Distutils
Tarek Ziadé
2009-12-21
24
-121/+97
*
Fixed #7552: fixed distutils.command.upload failure on very long passwords
Tarek Ziadé
2009-12-20
2
-4/+25
*
Issue #7554: Various fixups in test_cmath.py: remove code duplication,
Mark Dickinson
2009-12-20
1
-63/+50
*
Silence -3 warnings. Thanks Florent Xicluna.
Mark Dickinson
2009-12-20
1
-2/+4
*
Fix for consistency with py3k keyword-only version of assertAlmostEqual
Mark Dickinson
2009-12-20
1
-4/+4
*
Issue #7554: Fix incorrect usage of rAssertAlmostEqual. Thanks Florent Xicl...
Mark Dickinson
2009-12-20
1
-2/+2
*
Issue #7376: When called with no arguments doctest was running a
R. David Murray
2009-12-20
1
-18/+22
*
Fix comment typo.
R. David Murray
2009-12-20
1
-1/+1
*
Add missing tests for PyArg_Parse* with format 'h'
Mark Dickinson
2009-12-20
1
-1/+18
*
#7381: subprocess documentation and library docstring consistency fixes.
Georg Brandl
2009-12-20
1
-9/+9
*
Fix for issue 7291 - urllib2 cannot handle https with proxy requiring auth
Senthil Kumaran
2009-12-20
3
-35/+97
*
Remove superfetatory paragraph (left there by mistake).
Antoine Pitrou
2009-12-19
1
-5/+0
*
Issue #7545: improve documentation of the `buffering` argument in io.open().
Antoine Pitrou
2009-12-19
1
-0/+15
*
Issue #3366: Add error function and complementary error function to
Mark Dickinson
2009-12-19
1
-0/+82
*
Issue #3366: Add expm1 function to math module. Thanks Eric Smith for
Mark Dickinson
2009-12-16
2
-7/+76
*
Issue #7396: fix -s, which was broken by the -j enhancement.
R. David Murray
2009-12-16
1
-11/+9
*
remove lib2to3 resource
Benjamin Peterson
2009-12-16
1
-2/+0
*
cleaned up the module (PEP 8 + old fashion test removal)
Tarek Ziadé
2009-12-15
1
-3/+2
*
Issue #7498: make test_multiprocessing use test_support.find_unused_port
R. David Murray
2009-12-14
1
-2/+3
*
Issue #1680159: unicode coercion during an 'in' operation was masking
R. David Murray
2009-12-14
1
-1/+3
*
accept None as the same as having passed no argument in file types #7349
Benjamin Peterson
2009-12-13
2
-4/+41
*
#7342: make sure that the datetime object in test_fraction always has a numbe...
Ezio Melotti
2009-12-13
1
-3/+4
*
make StringIO like other file objects in that readline(-1) has no effect #7348
Benjamin Peterson
2009-12-13
2
-1/+3
*
fix the ignoring of __cmp__ method on metaclasses #7491
Benjamin Peterson
2009-12-13
1
-0/+9
*
Issue #7357: No longer suppress fatal extraction errors by
Lars Gustäbel
2009-12-13
1
-1/+1
*
Issue #7466: segmentation fault when the garbage collector is called
Antoine Pitrou
2009-12-12
1
-0/+3
*
Issue #3366: Add lgamma function to math module.
Mark Dickinson
2009-12-11
2
-5/+150
*
Issue #7470: logging: fix bug in Unicode encoding fallback.
Vinay Sajip
2009-12-11
1
-3/+3
*
using an existing file to avoid dealing with a sleep to test file ages
Tarek Ziadé
2009-12-10
1
-47/+26
*
added test coverage for distutils.dep_util, and cleaned up the module
Tarek Ziadé
2009-12-10
2
-37/+132
*
Fix an issue with the detection of a non-existing SDK
Ronald Oussoren
2009-12-10
1
-3/+3
*
Add a reverse() method to collections.deque().
Raymond Hettinger
2009-12-10
1
-0/+12
*
Fix variants of deque.extend: d.extend(d) d+=d d.extendleft(d)
Raymond Hettinger
2009-12-10
1
-0/+11
*
Skip new imaplib SSL tests if ssl is not available.
R. David Murray
2009-12-09
1
-14/+31
*
Issue 5949: fixed IMAP4_SSL hang when the IMAP server response is
R. David Murray
2009-12-09
2
-4/+166
*
Make test_pipes a little bit more robust.
Antoine Pitrou
2009-12-08
1
-3/+6
*
Fix transient refleaks in test_urllib. Thanks to Florent Xicluna.
Antoine Pitrou
2009-12-08
1
-0/+2
*
Fix the transient refleaks in test_zipimport_support.
Antoine Pitrou
2009-12-08
1
-1/+2
*
Issue #6986: Fix crash in the JSON C accelerator when called with the
Antoine Pitrou
2009-12-08
1
-2/+11
*
removed the usage of rfc822 in favor of email.message.Message
Tarek Ziadé
2009-12-08
1
-32/+31
*
Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetad...
Tarek Ziadé
2009-12-08
2
-19/+103
*
fix test_parser from tokenizer tweak
Benjamin Peterson
2009-12-06
1
-4/+4
*
logging: Improved support for SMTP over TLS.
Vinay Sajip
2009-12-06
1
-5/+8
*
logging: Added optional 'secure' parameter to SMTPHandler.
Vinay Sajip
2009-12-06
1
-2/+10
*
Fixed #1923: make sure we don't strip meaningful whitespace in PKG-INFO Descr...
Tarek Ziadé
2009-12-06
2
-2/+18
*
bump version to 2.7a1
v2.7a1
Benjamin Peterson
2009-12-05
2
-2/+2
*
regenerate pydoc_topics
Benjamin Peterson
2009-12-05
1
-29/+29
[next]