summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* backported r76993 and r76994 so the trunk behaves the same way with MSVC Mani...Tarek Ziadé2009-12-212-29/+108
* Issue #7553: test_long_future wasn't testing properly. Thanks Florent XiclunaMark Dickinson2009-12-211-9/+7
* Remove a leftover from a previous iteration of the issue 7376 patch.R. David Murray2009-12-211-1/+1
* massive import cleaning in DistutilsTarek Ziadé2009-12-2124-121/+97
* Fixed #7552: fixed distutils.command.upload failure on very long passwordsTarek Ziadé2009-12-202-4/+25
* Issue #7554: Various fixups in test_cmath.py: remove code duplication,Mark Dickinson2009-12-201-63/+50
* Silence -3 warnings. Thanks Florent Xicluna.Mark Dickinson2009-12-201-2/+4
* Fix for consistency with py3k keyword-only version of assertAlmostEqualMark Dickinson2009-12-201-4/+4
* Issue #7554: Fix incorrect usage of rAssertAlmostEqual. Thanks Florent Xicl...Mark Dickinson2009-12-201-2/+2
* Issue #7376: When called with no arguments doctest was running aR. David Murray2009-12-201-18/+22
* Fix comment typo.R. David Murray2009-12-201-1/+1
* Add missing tests for PyArg_Parse* with format 'h'Mark Dickinson2009-12-201-1/+18
* #7381: subprocess documentation and library docstring consistency fixes.Georg Brandl2009-12-201-9/+9
* Fix for issue 7291 - urllib2 cannot handle https with proxy requiring authSenthil Kumaran2009-12-203-35/+97
* Remove superfetatory paragraph (left there by mistake).Antoine Pitrou2009-12-191-5/+0
* Issue #7545: improve documentation of the `buffering` argument in io.open().Antoine Pitrou2009-12-191-0/+15
* Issue #3366: Add error function and complementary error function toMark Dickinson2009-12-191-0/+82
* Issue #3366: Add expm1 function to math module. Thanks Eric Smith forMark Dickinson2009-12-162-7/+76
* Issue #7396: fix -s, which was broken by the -j enhancement.R. David Murray2009-12-161-11/+9
* remove lib2to3 resourceBenjamin Peterson2009-12-161-2/+0
* cleaned up the module (PEP 8 + old fashion test removal)Tarek Ziadé2009-12-151-3/+2
* Issue #7498: make test_multiprocessing use test_support.find_unused_portR. David Murray2009-12-141-2/+3
* Issue #1680159: unicode coercion during an 'in' operation was maskingR. David Murray2009-12-141-1/+3
* accept None as the same as having passed no argument in file types #7349Benjamin Peterson2009-12-132-4/+41
* #7342: make sure that the datetime object in test_fraction always has a numbe...Ezio Melotti2009-12-131-3/+4
* make StringIO like other file objects in that readline(-1) has no effect #7348Benjamin Peterson2009-12-132-1/+3
* fix the ignoring of __cmp__ method on metaclasses #7491Benjamin Peterson2009-12-131-0/+9
* Issue #7357: No longer suppress fatal extraction errors byLars Gustäbel2009-12-131-1/+1
* Issue #7466: segmentation fault when the garbage collector is calledAntoine Pitrou2009-12-121-0/+3
* Issue #3366: Add lgamma function to math module.Mark Dickinson2009-12-112-5/+150
* Issue #7470: logging: fix bug in Unicode encoding fallback.Vinay Sajip2009-12-111-3/+3
* using an existing file to avoid dealing with a sleep to test file agesTarek Ziadé2009-12-101-47/+26
* added test coverage for distutils.dep_util, and cleaned up the moduleTarek Ziadé2009-12-102-37/+132
* Fix an issue with the detection of a non-existing SDKRonald Oussoren2009-12-101-3/+3
* Add a reverse() method to collections.deque().Raymond Hettinger2009-12-101-0/+12
* Fix variants of deque.extend: d.extend(d) d+=d d.extendleft(d)Raymond Hettinger2009-12-101-0/+11
* Skip new imaplib SSL tests if ssl is not available.R. David Murray2009-12-091-14/+31
* Issue 5949: fixed IMAP4_SSL hang when the IMAP server response isR. David Murray2009-12-092-4/+166
* Make test_pipes a little bit more robust.Antoine Pitrou2009-12-081-3/+6
* Fix transient refleaks in test_urllib. Thanks to Florent Xicluna.Antoine Pitrou2009-12-081-0/+2
* Fix the transient refleaks in test_zipimport_support.Antoine Pitrou2009-12-081-1/+2
* Issue #6986: Fix crash in the JSON C accelerator when called with theAntoine Pitrou2009-12-081-2/+11
* removed the usage of rfc822 in favor of email.message.MessageTarek Ziadé2009-12-081-32/+31
* Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetad...Tarek Ziadé2009-12-082-19/+103
* fix test_parser from tokenizer tweakBenjamin Peterson2009-12-061-4/+4
* logging: Improved support for SMTP over TLS.Vinay Sajip2009-12-061-5/+8
* logging: Added optional 'secure' parameter to SMTPHandler.Vinay Sajip2009-12-061-2/+10
* Fixed #1923: make sure we don't strip meaningful whitespace in PKG-INFO Descr...Tarek Ziadé2009-12-062-2/+18
* bump version to 2.7a1v2.7a1Benjamin Peterson2009-12-052-2/+2
* regenerate pydoc_topicsBenjamin Peterson2009-12-051-29/+29