summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add some spaces in the example code.Neal Norwitz2007-05-311-3/+3
* Have md5 raise a DeprecationWarning as per PEP 4.Brett Cannon2007-05-306-4/+17
* Have mimify raise a DeprecationWarning. The docs and PEP 4 have listed theBrett Cannon2007-05-304-0/+9
* Have MimeWriter raise a DeprecationWarning as per PEP 4 and its documentation.Brett Cannon2007-05-304-0/+13
* Correct the name of a field in the WIN32_FIND_DATAA and WIN32_FIND_DATAW stru...Thomas Heller2007-05-301-2/+2
* Fix compiler warnings.Thomas Heller2007-05-301-2/+2
* Fix indentation (whitespace only).Neal Norwitz2007-05-301-2/+2
* Fix typo in docNeal Norwitz2007-05-291-1/+1
* Fix rst markup.Georg Brandl2007-05-291-1/+1
* 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
* Explain when groupby() issues a new group.Raymond Hettinger2007-05-281-0/+8
* Added errors argument to TarFile class that allows the user toLars Gustäbel2007-05-275-197/+453
* Add the new function object attribute names from py3k.Neal Norwitz2007-05-272-3/+13
* Applied patch 1669481, slightly modified: Support close_fds on Win32Peter Astrand2007-05-263-6/+16
* Fix typo.Walter Dörwald2007-05-261-1/+1
* Include <windows.h> after python.h, so that WINNT is properly set before wind...Kristján Valur Jónsson2007-05-265-8/+6
* Remove the rgbimgmodule from PCBuild8Kristján Valur Jónsson2007-05-261-4/+0
* Remove direct call's to file's constructor and replace them with calls toBrett Cannon2007-05-252-5/+6
* Updated documentation for SysLogHandler (#1720726).Vinay Sajip2007-05-251-2/+5
* 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-243-3/+71
* Fix parameter passing.Georg Brandl2007-05-241-1/+1
* shlex.split() now has an optional "posix" parameter.Georg Brandl2007-05-243-4/+8
* Add a bunch more deprecation warnings for builtins that are going away in 3.0Neal Norwitz2007-05-231-0/+24
* Whitespace cleanupNeal Norwitz2007-05-231-1/+1
* Add -3 option to the interpreter to warn about features that areNeal Norwitz2007-05-237-3/+31
* Remove definition of PY_UNICODE_TYPE from pyconfig.h, allowing theMark Hammond2007-05-231-11/+2
* Remove the "panel" module doc file which has been ignored since 1994.Georg Brandl2007-05-222-75/+0
* Stop using METH_OLDARGS implicitlyNeal Norwitz2007-05-224-13/+13
* Stop using METH_OLDARGSNeal Norwitz2007-05-221-3/+3
* Document new params to HTTPSConnectionNeal Norwitz2007-05-221-1/+3
* Patch #1686487: you can now pass any mapping after '**' in function calls.Georg Brandl2007-05-215-17/+49
* Added timeout support to HTTPSConnection, through theFacundo Batista2007-05-213-6/+13
* 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
* fix against r55474 [Remove the macfs module]George Yoshida2007-05-212-2/+0
* Add Alexandre Vassalotti.Martin v. Löwis2007-05-211-0/+4
* Note removed modulesAndrew M. Kuchling2007-05-211-0/+8
* Cause posixfile to raise a DeprecationWarning. Documented as deprecated sinceBrett Cannon2007-05-203-66/+73
* 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-209-546/+14
* Try to remove rgbimg from Windows builds.Brett Cannon2007-05-202-9/+0
* Update directories/files at the top-level.Neal Norwitz2007-05-201-1/+2