summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - pygettext.py: Generate POT-Creation-Date header in ISO format.Matthias Klose2004-08-162-1/+6
* - Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)).Matthias Klose2004-08-153-7/+25
* Define _BSD_TYPES. Fixes #1005308.Martin v. Löwis2004-08-124-1/+18
* Patch #1005568: Use _SC_PAGESIZE on Irix.Martin v. Löwis2004-08-122-0/+7
* Patch #808719: Ignore locale's encoding in IDLE if it is an empty string.Martin v. Löwis2004-08-121-0/+2
* Ignore the locale's encoding if it is an empty string.Martin v. Löwis2004-08-121-2/+2
* Spelling fixAndrew M. Kuchling2004-08-101-1/+1
* Backport SF bug #1004088:Raymond Hettinger2004-08-061-0/+4
* Add wait_visibility before grab_set. Fixes #946153.Martin v. Löwis2004-08-034-0/+5
* Be more careful about maintaining the invariants; it was actuallyFred Drake2004-08-031-3/+25
* Patch #994595: Recognize Basic auth even if other schemes are offered.Martin v. Löwis2004-08-032-1/+4
* back-ported SF bug #808756: refleaksArmin Rigo2004-08-031-2/+10
* Use isabs() in conditional, not abspathAndrew M. Kuchling2004-08-021-1/+1
* - make references to the readline module hyperlinks now that there isFred Drake2004-07-301-5/+13
* backport relevant bits of the bool api docsSkip Montanaro2004-07-291-0/+33