summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* SF bug #1030118, this should have named the email.Utils module as the oneBarry Warsaw2004-11-011-2/+2
* handle_weakrefs(): Simplification -- there's no need to make a secondTim Peters2004-10-311-58/+28
* SF 1055820: weakref callback vs gc vs threadsTim Peters2004-10-316-110/+531
* Backport of fix for bug of year/<week of year>/<day of week> calculation thatBrett Cannon2004-10-282-14/+30
* add missing line breakFred Drake2004-10-251-1/+1
* Backport from trunk:Thomas Heller2004-10-221-8/+3
* Add itemAndrew M. Kuchling2004-10-201-0/+2
* [Patch #1043972, for bug #1017553] filemode() returns an incorrect value for ...Andrew M. Kuchling2004-10-201-27/+34
* Add itemAndrew M. Kuchling2004-10-191-0/+2
* Typo fixes, and a minor edit to clarify a sentenceAndrew M. Kuchling2004-10-191-4/+4
* [Bug #1048816] Fix bug when you do Ctrl-K at the start of a line; fix from St...Andrew M. Kuchling2004-10-191-0/+2
* [Bug #1049826] Update version of zlib referenced in textAndrew M. Kuchling2004-10-191-2/+2
* Add support for using %U and %W in strptime when year and day of the week areBrett Cannon2004-10-184-4/+70
* SF bug #1048756, Doc typo for pdbNeal Norwitz2004-10-171-1/+1
* SF patch #1047577, typo in liblocale.texNeal Norwitz2004-10-171-1/+1
* Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy.Barry Warsaw2004-10-091-1/+2
* Fix for SF bug # 1032960.Barry Warsaw2004-10-091-4/+5
* Make it ANSI C again.Guido van Rossum2004-10-091-3/+3
* [Bug #1022311] curses module uses y,x ordering of arguments, not x,yAndrew M. Kuchling2004-10-081-5/+5
* [Bug #1041501] Fix example codeAndrew M. Kuchling2004-10-081-1/+1
* Escape locale data for regex metacharacters.Brett Cannon2004-10-062-1/+4
* Fix typo in docstring for system_methodSignature .Brett Cannon2004-10-031-1/+1
* __getitem__(): Fix docstring, SF 979924.Barry Warsaw2004-09-281-1/+1
* Remove bogus = from -h option.Martin v. Löwis2004-09-261-1/+1
* Replace -soname with -h for Solaris compatibility. Fixes #1034496.Martin v. Löwis2004-09-262-1/+3
* Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders.Phillip J. Eby2004-09-232-6/+23
* There was an error in the Tk error dialog fix at Rev 1.81.4.3 which caused st...Kurt B. Kaiser2004-09-221-2/+2
* Convert bool results back to strings. Fixes #807871.Martin v. Löwis2004-09-182-1/+8
* Make curses.h inclusion conditional as in the original patch #1012280.Martin v. Löwis2004-09-182-21/+18
* Patch #1012280: Include curses.h for term.h check. Fixes #933795.Martin v. Löwis2004-09-184-1353/+3284
* backport ipv6 address fixSkip Montanaro2004-09-162-2/+17
* [Bug #1023359] Make code match inheritance diagramAndrew M. Kuchling2004-09-101-1/+1
* SF bug #1020540: a wrong link from "frame object" in lib index.Raymond Hettinger2004-09-061-3/+4
* SF bug #901654: split method documentation can be improvedRaymond Hettinger2004-09-061-2/+16
* SF bug 1017405: DB keys() values() and items() methods were ignoringGregory P. Smith2004-09-041-1/+1
* Backport [ 1010677 ] thread Module Breaks PyGILState_Ensure()Mark Hammond2004-09-012-5/+6
* Use correct constantsAndrew M. Kuchling2004-08-311-2/+2
* Patch #973204: Use -rpath instead of -R on Irix and True64.Martin v. Löwis2004-08-293-1/+10
* Patch #1014992: Never return more than a line from readline.Martin v. Löwis2004-08-252-3/+3
* Patch #1015021: Stop claiming that coerce can return None.Martin v. Löwis2004-08-252-5/+5
* [Patch #945642] Fix non-blocking SSL sockets, which blocked on reads/writes i...Matthias Klose2004-08-242-29/+61
* - Bug #902501: fix unicode value of CYRILLIC CAPITAL LETTER UKRAINIAN IEMatthias Klose2004-08-242-1/+4
* Flush bz2 data even if nothing had been written so far. Fixes #1013882Martin v. Löwis2004-08-222-2/+4
* Patch #997284: Allow pydoc to work with XP Themes (.manifest file)Martin v. Löwis2004-08-222-2/+12
* SF bug #1013760: Error in Chapter 4 of TutorialRaymond Hettinger2004-08-221-1/+1
* Fail fatally if strdup fails.Martin v. Löwis2004-08-201-0/+4
* Patch #914291: Restore locale while calling readline.Martin v. Löwis2004-08-182-0/+10
* Patch #980082: Missing INCREF in PyType_Ready.Martin v. Löwis2004-08-181-1/+3
* Test cases and fixes for bugs described in patch #873418: email/Message.py:Barry Warsaw2004-08-162-2/+14
* - The distutils sdist command now ignores all .svn directories, inMatthias Klose2004-08-162-1/+5