summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Correct long standing bugs in the methods for random distributions.Raymond Hettinger2003-01-041-4/+6
* Backport MAL's patch for bug #659709: bogus computation of float lengthRaymond Hettinger2003-01-021-0/+26
* Add test for SF #658106. Will backport.Neal Norwitz2002-12-241-0/+4
* Backporting a small part of the socket.py changes from 2.3: get ridTim Peters2002-12-231-3/+0
* Fix typo in abstract.c which caused __rpow__ to not be invoked.Raymond Hettinger2002-12-071-0/+5
* Backport my (!) revision 1.50:Michael W. Hudson2002-11-261-7/+3
* Backport fix for SF #640094, on win32 getpass runs into unix_getpassNeal Norwitz2002-11-201-1/+4
* Backport rev. 1.14:Andrew M. Kuchling2002-11-201-1/+15
* Backport of rev1.57:Andrew M. Kuchling2002-11-201-2/+11
* Add more names to ok_sys_names, including hexversion; otherwise theGuido van Rossum2002-11-191-2/+3
* Update the docstring to match the code.Neal Norwitz2002-11-141-1/+3
* Search for tix subdirectories. Fixes #564729.Martin v. Löwis2002-11-091-9/+14
* Make strip work as documented.Martin v. Löwis2002-11-081-2/+2
* Backport 1.72:Neal Norwitz2002-11-071-0/+1
* Backport 1.72:Neal Norwitz2002-11-071-0/+6
* Backport 1.6->1.7: Skip the test_nocaret test when running as jython.Finn Bock2002-11-061-1/+4
* Backport 1.8->1.9: Make the test pass for jython where there are noFinn Bock2002-11-061-3/+7
* SF 633560: tokenize.__all__ needs "generate_tokens"Raymond Hettinger2002-11-051-1/+2
* Backport to 2.2: [Bug #570655] Fix misleading option textAndrew M. Kuchling2002-11-041-1/+1
* Support @euro modifiers. Fixes #554676.Martin v. Löwis2002-11-031-0/+9
* Fix SF # 631066, running regrtest in user mode failsNeal Norwitz2002-11-031-1/+21
* Patch #631972: Adds an is_jython flag.Finn Bock2002-11-011-0/+2
* Added missing names to __all__.Raymond Hettinger2002-10-301-1/+1
* Patrick K. O'Brien noticed that kwlist was missing from __all__.Raymond Hettinger2002-10-301-1/+1
* Stop-gap to forestall test_email failing in MacPython: disable the line-endin...Jack Jansen2002-10-291-0/+3
* Backport:Neal Norwitz2002-10-181-0/+12
* This commit was manufactured by cvs2svn to create branchcvs2svn2002-10-171-0/+54
* Added missing entries to __all__.Fred Drake2002-10-161-1/+2
* Backporting urlparse.py:1.34, test_urlparse.py:1.8:Guido van Rossum2002-10-142-1/+6
* Backport bugfix microrelease of email 2.4.3 from cvs trunk.Barry Warsaw2002-10-145-53/+109
* Add finditer to __all__ (when defining it at all).Guido van Rossum2002-10-141-0/+1
* Backport 1.34.Neal Norwitz2002-10-111-2/+2
* Use \n as line separator in stead of \r\n, which causes problems in MacPython...Jack Jansen2002-10-102-10/+10
* Backport of 1.7:Jack Jansen2002-10-101-4/+4
* Backport email 2.4.2 changes from Python 2.3.Barry Warsaw2002-10-104-6/+44
* TheTim Peters2002-10-081-1/+1
* Fix some code that was added to the r22-maint branch to allow it to work withFred Drake2002-10-083-7/+88
* Put a do-nothing set_python_build() back.Michael W. Hudson2002-10-081-0/+5
* Backport, at the reqest of Kevin Jacobs:Guido van Rossum2002-10-071-0/+22
* Bump the version to 2.4.1 (not 2.5 as previously mentioned) to sync itBarry Warsaw2002-10-071-1/+1
* Backport 1.68:Guido van Rossum2002-10-071-37/+36
* openfile(): Go back to opening the files in text mode. This undoesBarry Warsaw2002-10-072-2/+2
* _parsebody(): Use get_content_type() instead of the deprecatedBarry Warsaw2002-10-071-5/+6
* Backport 1.63:Guido van Rossum2002-10-071-2/+8
* Darn. Fix stupid typo in whichmodule() backport.Guido van Rossum2002-10-071-1/+1
* Backport 1.70 and 1.71 (which really go together):Guido van Rossum2002-10-071-10/+11
* Backport:Michael W. Hudson2002-10-071-0/+16
* A couple of fixes for the compiler package:Michael W. Hudson2002-10-072-4/+7
* Backport fdrake'sMichael W. Hudson2002-10-071-14/+22
* Patch #619493: Prefer rpmbuild over rpm if available.Martin v. Löwis2002-10-071-0/+3