summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Improved the bytecode optimizer.Raymond Hettinger2003-04-221-0/+2
* Add helper function to get module name taking packages into account.Jeremy Hylton2003-04-211-1/+22
* Holistic refactoring.Jeremy Hylton2003-04-211-225/+159
* Test suite for optparse. This is a slightly-edited copy ofGreg Ward2003-04-211-0/+1210
* Update to Optik 1.4.1; here are the relevant bits of the change log:Greg Ward2003-04-211-49/+48
* More work on bug #672491 and patch #712900.Gustavo Niemeyer2003-04-202-1/+7
* - Changed shlex.split() method to have more useful andGustavo Niemeyer2003-04-202-10/+8
* Patch #553171: Add writeback parameter. Also add protocol parameter.Martin v. Löwis2003-04-192-25/+125
* - bool() called without arguments now returns False rather thanGuido van Rossum2003-04-192-0/+11
* - Several methods of nntplib.NNTP have grown an optional file argumentGuido van Rossum2003-04-191-14/+14
* New PyGILState_ API - implements pep 311, from patch 684256.Mark Hammond2003-04-191-0/+29
* New file.Martin v. Löwis2003-04-191-0/+90
* Fully support 32-bit codes. Enable BIGCHARSET in UCS-4 builds.Martin v. Löwis2003-04-192-24/+47
* Patch #681152: Support escaped Unicode characters in classes. Fixes #612074.Martin v. Löwis2003-04-192-1/+5
* Make _strptime escape regex syntax in format string to prevent use in interna...Brett Cannon2003-04-192-1/+24
* as_string(): Added some text to the docstring to make it clear thatBarry Warsaw2003-04-181-0/+4
* Patch #536883: SimpleXMLRPCServer auto-docing subclass.Martin v. Löwis2003-04-181-0/+302
* Skip nameprep test 3.43, as we do allow unassigned characters. The testMartin v. Löwis2003-04-181-2/+4
* Patch #718049: Setting exe_extension for cygwinJason Tishler2003-04-181-0/+2
* Implement IDNA (Internationalized Domain Names in Applications).Martin v. Löwis2003-04-185-3/+981
* Delete the 'h' test -- 'h' is no longer unsigned so the machinery hereGuido van Rossum2003-04-181-16/+1
* Use True in a few more places.Neal Norwitz2003-04-171-7/+5
* Get test to work under regrtest when running whole suiteNeal Norwitz2003-04-171-1/+6
* Add test that demonstrates SGML-style handling of processingFred Drake2003-04-171-0/+3
* - use Tue/False for booleansFred Drake2003-04-171-9/+8
* Implemented posix-mode parsing support in shlex.py, as dicussed inGustavo Niemeyer2003-04-172-24/+299
* SF # 595026: support for masks in getargs.c.Thomas Heller2003-04-171-0/+245
* Remove extra space in docstringNeal Norwitz2003-04-171-1/+1
* Add 'get' method to Variable and switch it from internal class toGuido van Rossum2003-04-161-1/+7
* - super() no longer ignores data descriptors, except __class__. SeeGuido van Rossum2003-04-161-1/+16
* For StringVar results to strings. Document that boolean things are ofMartin v. Löwis2003-04-161-4/+7
* When on MacOSX, and only in a framework build, addJack Jansen2003-04-161-0/+13
* The identify() description didn't match the code. Fixed.Jack Jansen2003-04-161-1/+1
* Allow switching of install dir after creation of preferences.Jack Jansen2003-04-161-7/+10
* Add two dictionaries to htmlentitydefs: name2codepoint mapsWalter Dörwald2003-04-161-254/+270
* Test SystemEvents too.Jack Jansen2003-04-151-1/+4
* Ouch, it's Carlo Verre, not Verre Carlo.Guido van Rossum2003-04-151-5/+5
* Add a few errors tests for range().Walter Dörwald2003-04-151-0/+6
* Fix copy & paste error in comment.Walter Dörwald2003-04-151-1/+1
* Fix the test so that it works even when /etc/group has two entriesWalter Dörwald2003-04-151-1/+12
* Fix the test so that it works even when /etc/passwd has two entriesWalter Dörwald2003-04-151-1/+12
* - Use the tarfile module to unpack tarfiles.Jack Jansen2003-04-151-62/+187
* test_range(): The C code changed to raise TypeError in one of theseTim Peters2003-04-151-1/+1
* Port test_pwd.py to PyUnit. Check that getpwall() andWalter Dörwald2003-04-154-239/+319
* The date class is now properly subclassable. (SF bug #720908)Guido van Rossum2003-04-141-0/+6
* Close off the "Verre Carlo hack" as discussed on python-dev.Guido van Rossum2003-04-141-0/+17
* - list.insert(i, x) now interprets negative i as it would beGuido van Rossum2003-04-141-0/+5
* SF patch #720991 by Gary Herron:Guido van Rossum2003-04-144-4/+24
* Patch #709178: remove -static option from cygwinccompilerJason Tishler2003-04-141-5/+30
* Get test working if gzip support is not availableNeal Norwitz2003-04-141-1/+2