summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Add "file" argument to Hook constructor.Ka-Ping Yee2001-12-041-10/+15
* Address SF patch #485789 (Stefan Schwarzer).Guido van Rossum2001-12-041-1/+1
* Fix SF bug #486144: Uninitialized __slot__ vrbl is None.Guido van Rossum2001-12-041-5/+7
* unpack_iterable(): Add a missing DECREF in an error case. Reported byGuido van Rossum2001-12-031-0/+23
* decode(), encode(): Accepting the minor optimizations from SF patchBarry Warsaw2001-12-031-6/+7
* Convert to using string methods instead of the string module.Fred Drake2001-12-031-29/+25
* Add a test that makes sure unclosed entity references are handled consitently.Fred Drake2001-12-031-0/+6
* Fix of SF bug #475877 (Mutable subtype instances are hashable).Guido van Rossum2001-12-031-0/+24
* _tryorder should always be a list, then the problem Jack had to fix inGuido van Rossum2001-12-031-5/+4
* Missing comma in tuple initializer caused webbrowser.open() not to work atJack Jansen2001-12-031-1/+1
* Address SF patch #480716 as well as related issues.Guido van Rossum2001-12-031-1/+51
* further work on new configuration system, specifically,Steven M. Gava2001-12-033-66/+110
* Added tests expected to be skipped on Mac OS X.Jack Jansen2001-12-021-0/+21
* Patch #487784: Support Unicode commands in popen3/4 handling on UNIX.Martin v. Löwis2001-12-021-1/+2
* Patch #487275: Add windows-1251 charset alias.Martin v. Löwis2001-12-021-0/+1
* Patch #487455: make types.StringTypes a tuple.Martin v. Löwis2001-12-021-2/+2
* Whitespace normalization.Tim Peters2001-12-011-1/+0
* Synchronize with pulldom from PyXML (revision 1.18).Fred Drake2001-11-301-2/+24
* Synchronize with minidom from PyXML (revision 1.35).Fred Drake2001-11-301-5/+5
* Added the convenience constants that are present in PyXML to make theseFred Drake2001-11-301-0/+6
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-301-0/+1
* canonic(): don't use abspath() for filenames looking like <...>; thisGuido van Rossum2001-11-291-0/+2
* SF bug 486480: zipfile __del__ is brokenTim Peters2001-11-281-3/+3
* Adding test for Unicode repr()-output.Marc-André Lemburg2001-11-281-0/+15
* __format(): Applied SF patch #482003 by Skip to fix multiline dictBarry Warsaw2001-11-282-1/+20
* Fix [ #484645 ] little bug in pycodegen.pyJeremy Hylton2001-11-271-1/+1
* test_formatdate(): Integrating Jack's 22b2 branch fix for Mac epoch:Barry Warsaw2001-11-271-3/+4
* SF patch 483059: Avoid use of eval() in random.py, from Finn Bock.Tim Peters2001-11-251-6/+5
* Properly set static options for tixBalloon and tixResizeHandle.Martin v. Löwis2001-11-251-2/+19
* Patch #484847: Default to netscape.exe on OS/2.Martin v. Löwis2001-11-251-0/+10
* - Change all remaining assertions into verify() and vereq() calls.Guido van Rossum2001-11-241-14/+42
* _reduce():Guido van Rossum2001-11-241-3/+8
* More typo fixes.Barry Warsaw2001-11-241-2/+2
* Docstring typo fix.Greg Ward2001-11-242-2/+2
* fix for redundant empty parent window when invoked from idle shell windowSteven M. Gava2001-11-211-5/+3
* back in harness on new config systemSteven M. Gava2001-11-214-34/+53
* Fix for bug #438164: %-formatting using Unicode objects.Marc-André Lemburg2001-11-201-4/+1
* Fix for bug #480188: printing unicode objectsMarc-André Lemburg2001-11-202-0/+26
* test_formatdate(): Remove the unnecessary ldate calculation.Barry Warsaw2001-11-191-3/+6
* formatdate(): Jason Mastaler correctly points out that divmod with aBarry Warsaw2001-11-191-2/+8
* test_formatdate(), test_formatdate_zoneoffsets(): Two changes. First,Barry Warsaw2001-11-191-17/+16
* formatdate(): The calculation of the minutes part of the zone wasBarry Warsaw2001-11-191-1/+2
* test_formatdate(): A test that has a mild hope of working on Mac,Barry Warsaw2001-11-181-1/+11
* Fix parsing of parameters from a URL; urlparse() did not check that it onlyFred Drake2001-11-161-34/+46
* Two changes:Barry Warsaw2001-11-151-8/+6
* More simple test cases for mixed classic+new multiple inheritance.Tim Peters2001-11-141-0/+35
* Changing diapers reminded Guido that he wanted to allow for some measureTim Peters2001-11-141-8/+47
* Removed print that executes only on Unix boxes; that made it impossibleTim Peters2001-11-131-2/+2
* CVS patch #477161: New "access" keyword for mmap, from Jay T Miller.Tim Peters2001-11-132-13/+138
* Don't munge __debug__ and leave it that way.Jeremy Hylton2001-11-131-0/+2