summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Added an optional timeout parameter to function urllib2.urlopen,Facundo Batista2007-06-063-13/+62
* FTP.ntransfercmd method now uses create_connection when passive,Facundo Batista2007-06-061-3/+1
* Patch #1731049: make threading.py use a proper "raise" when checking internal...Collin Winter2007-06-062-13/+64
* Fix for Windows: close a temporary file before trying to delete it.Hye-Shik Chang2007-06-051-0/+2
* Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when itHye-Shik Chang2007-06-051-1/+9
* Make _strptime.TimeRE().pattern() use ``\s+`` for matching whitespace insteadBrett Cannon2007-06-032-1/+10
* SF 1668596/1720897: distutils now copies data filesNeal Norwitz2007-06-012-1/+38
* Have cfmfile raise a DeprecationWarning as per PEP 4.Brett Cannon2007-05-311-0/+3
* Cause buildtools to raise a DeprecationWarning.Brett Cannon2007-05-311-0/+3
* Have the sha module raise a DeprecationWarning as specified in PEP 4.Brett Cannon2007-05-315-7/+17
* Have md5 raise a DeprecationWarning as per PEP 4.Brett Cannon2007-05-305-4/+15
* Have mimify raise a DeprecationWarning. The docs and PEP 4 have listed theBrett Cannon2007-05-303-0/+7
* Have MimeWriter raise a DeprecationWarning as per PEP 4 and its documentation.Brett Cannon2007-05-303-0/+11
* Correct the name of a field in the WIN32_FIND_DATAA and WIN32_FIND_DATAW stru...Thomas Heller2007-05-301-2/+2
* Revert 55634.Martin v. Löwis2007-05-291-1/+0
* Test pre-commit hook for a link to a .py file.Martin v. Löwis2007-05-291-0/+1
* Added errors argument to TarFile class that allows the user toLars Gustäbel2007-05-273-166/+315
* Applied patch 1669481, slightly modified: Support close_fds on Win32Peter Astrand2007-05-262-5/+12
* Remove direct call's to file's constructor and replace them with calls toBrett Cannon2007-05-252-5/+6
* Updated docstring for SysLogHandler (#1720726).Vinay Sajip2007-05-251-1/+2
* Get test passing again by commenting out the reference to the test class.Neal Norwitz2007-05-251-1/+1
* Commenting out the tests until find out who can test them inFacundo Batista2007-05-251-61/+69
* Fixing stupid error, and introducing a sleep, to see if theFacundo Batista2007-05-251-1/+1
* Trying to make the tests work in Windows and Solaris, everywhereFacundo Batista2007-05-251-11/+13
* Let's see if reading exactly what is written allow this liveFacundo Batista2007-05-241-0/+1
* Removed the .recv() in the test, is not necessary, and wasFacundo Batista2007-05-241-1/+0
* Added an optional timeout parameter to urllib.ftpwrapper, with testsFacundo Batista2007-05-242-3/+69
* Fix parameter passing.Georg Brandl2007-05-241-1/+1
* shlex.split() now has an optional "posix" parameter.Georg Brandl2007-05-241-2/+2
* Patch #1686487: you can now pass any mapping after '**' in function calls.Georg Brandl2007-05-212-6/+16
* Added timeout support to HTTPSConnection, through theFacundo Batista2007-05-212-5/+12
* Allow all alphanumeric and underscores in type and field names.Raymond Hettinger2007-05-212-1/+4
* Replace assertion with straight error-checking.Raymond Hettinger2007-05-211-1/+2
* Cause posixfile to raise a DeprecationWarning. Documented as deprecated sinceBrett Cannon2007-05-202-66/+71
* Move imgfile import to the global namespace to trigger an import error ASAP toBrett Cannon2007-05-201-4/+1
* Remove the macfs module. This led to the deprecation of macostools.touched();Brett Cannon2007-05-206-305/+9
* Remove the rgbimg module. It has been deprecated since Python 2.5.Brett Cannon2007-05-203-100/+8
* Fix docstring for add_package in site.py.Georg Brandl2007-05-191-2/+4
* Give some clue as to what happened if the test fails.Neal Norwitz2007-05-191-1/+1
* Fix beginner mistake -- don't mix spaces and tabs.Raymond Hettinger2007-05-191-1/+1
* Improvements to NamedTuple's implementation, tests, and documentationRaymond Hettinger2007-05-192-25/+25
* Backport PEP 3110's new 'except' syntax to 2.6.Collin Winter2007-05-182-3/+3
* Verify neither dumps or loads overflow the stack and segfault.Neal Norwitz2007-05-181-1/+21
* calendar.py gets no benefit from xrange() instead of range()Raymond Hettinger2007-05-171-16/+16
* Remove the gopherlib module. It has been raising a DeprecationWarning sinceBrett Cannon2007-05-166-285/+2
* Fix bug in marshal where bad data would cause a segfault due toNeal Norwitz2007-05-161-0/+4
* HTML-escape the plain traceback in cgitb's HTML output, to preventGeorg Brandl2007-05-151-1/+2
* Small speedup.Raymond Hettinger2007-05-141-4/+3
* Remove support for freebsd[23] which haven't been released since 2000Neal Norwitz2007-05-134-383/+0
* Add bz2 to content encodings.Georg Brandl2007-05-131-0/+2