summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Patch #808120: Add --force-arch=ARCH to bdist_rpm.py.Martin v. Löwis2004-09-101-3/+12
* Patch #808115: Add script support to bdist_rpm.py.Martin v. Löwis2004-09-101-0/+25
* __slots__ went missing from Template.Raymond Hettinger2004-09-101-0/+1
* Many updates to PEP 292 templates. Summary:Barry Warsaw2004-09-102-63/+136
* clean up the API a little; exceptions are defined by this moduleFred Drake2004-09-091-5/+13
* add name that should be considered public to __all__Fred Drake2004-09-091-1/+1
* remove unnecessary override of base class methodFred Drake2004-09-081-13/+0
* add tests that make sure buffer boundaries are handled properly for SGML comm...Fred Drake2004-09-082-0/+26
* Remove usage of locale.getlocale in favor or setlocale(LC_NUMERIC, None) .Brett Cannon2004-09-081-3/+9
* SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now supportWalter Dörwald2004-09-076-116/+235
* Remove debugging print (not triggered by test suite) and add XXX comment abou...Jeremy Hylton2004-09-071-1/+1
* compiler.transformer: correct lineno attribute when possibleJeremy Hylton2004-09-074-408/+376
* Ported test__locale to unittest.Brett Cannon2004-09-061-26/+34
* SF #1022953: binascii.a2b_hqx("") raises SystemErrorRaymond Hettinger2004-09-061-0/+10
* Fix erroneous docstring comment.Raymond Hettinger2004-09-061-2/+3
* Fulfill Martin's request to use try/except rather than a "look beforeRaymond Hettinger2004-09-052-18/+13
* Teach a test about the different kinds of functions.Raymond Hettinger2004-09-041-2/+2
* SF bug #1022010: Import random failsRaymond Hettinger2004-09-041-3/+6
* Change the strategy for coping with time intensive tests fromRaymond Hettinger2004-09-042-8/+17
* Added IGNORE_EXCEPTION_DETAIL comparison option. The need is explainedTim Peters2004-09-042-32/+84
* Added a couple names to __all__.Tim Peters2004-09-041-0/+2
* Minor aesthetic change in sre_parse.py, as suggested by Mike Coleman.Gustavo Niemeyer2004-09-031-2/+2
* SF bug #1022010: Import random failsRaymond Hettinger2004-09-031-1/+2
* Fixing bug #817234, which made SRE get into an infinite loop onGustavo Niemeyer2004-09-031-0/+16
* Applying modified version of patch #1018386, which fixesGustavo Niemeyer2004-09-032-42/+89
* [Bug #1011606] Only check file descriptors for exceptional conditions if the ...Andrew M. Kuchling2004-09-011-4/+10
* Whitespace normalization.Tim Peters2004-09-013-5/+5
* Missed some occurrences of test_mpzAndrew M. Kuchling2004-08-311-3/+0
* Remove test output for rotor, xreadlineAndrew M. Kuchling2004-08-312-9/+0
* Remove rotor, xreadlines modulesAndrew M. Kuchling2004-08-311-2/+2
* Remove test for mpzAndrew M. Kuchling2004-08-311-89/+0
* Remove tests for mpz, rotor, xreadlinesAndrew M. Kuchling2004-08-313-84/+0
* Remove TERMIOS moduleAndrew M. Kuchling2004-08-311-14/+0
* Use multi-line importAndrew M. Kuchling2004-08-317-26/+26
* SF patch #1007189, multi-line imports, for instance:Anthony Baxter2004-08-316-83/+159
* HardwareRandom: Go back to multiplying by 2**-BPF instead of usingTim Peters2004-08-311-2/+3
* Take advantage of the math library's ldexp for assembling a float byRaymond Hettinger2004-08-311-5/+3
* Changed Karatsuba cutoff to match current reality.Tim Peters2004-08-301-1/+1
* The distinction between comparison flags and reporting flags isn't uniqueTim Peters2004-08-301-28/+19
* Patch #934356: if a module defines __all__, believe that rather than usingJohannes Gijsbers2004-08-301-4/+12
* Whitespace normalization.Johannes Gijsbers2004-08-301-1/+1
* Patch #1003640: replace checkline() function parsing with new breakpoint logic:Johannes Gijsbers2004-08-302-45/+51
* Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists i...Johannes Gijsbers2004-08-308-4/+44
* Teach the random module about os.urandom().Raymond Hettinger2004-08-302-8/+164
* Whitespace normalization. test_difflib passes again.Tim Peters2004-08-293-101/+101
* Reverting whitespace normalization. test_difflib fails with it -- theTim Peters2004-08-292-47/+47
* Whitespace normalization.Tim Peters2004-08-294-52/+52
* Patch #727483: Add AUTH_TYPE and REMOTE_USER.Martin v. Löwis2004-08-291-2/+15
* Patch #973204: Use -rpath instead of -R on Irix and Tru64.Martin v. Löwis2004-08-292-1/+7
* Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option.Martin v. Löwis2004-08-293-5/+1328