summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Fix Issue1368368 - prompt_user_passwd() in FancyURLopener masks 401 Unauthori...Senthil Kumaran2010-06-181-0/+4
* Issue #6543: Mention the author of the patch, Amaury Forgeot d'ArcVictor Stinner2010-06-171-1/+2
* Issue #6543: Write the traceback in the terminal encoding instead of utf-8.Victor Stinner2010-06-171-0/+3
* Issue #8203: Fix IDLE Credits dialog: view_file() uses its encoding argument.Victor Stinner2010-06-171-0/+2
* Issue #6641: The datetime.strptime method now supports the %z directive.Alexander Belopolsky2010-06-171-0/+8
* Issue #9011: Remove buggy and unnecessary ST->AST compilation codeMark Dickinson2010-06-171-0/+5
* Merged revisions 82039 via svnmerge fromR. David Murray2010-06-171-0/+3
* Issue #850997: Oops, I forgot the author of the patch: Mark HammondVictor Stinner2010-06-161-1/+1
* Issue #850997: mbcs encoding (Windows only) handles errors argument: strictVictor Stinner2010-06-161-0/+5
* Merged revisions 81675 via svnmerge fromR. David Murray2010-06-161-0/+3
* Issue #5094: The ``datetime`` module now has a simple concrete classAlexander Belopolsky2010-06-142-0/+9
* Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z"Victor Stinner2010-06-131-0/+4
* Merged revisions 81971 via svnmerge fromMark Dickinson2010-06-131-0/+1
* Merged revisions 81969 via svnmerge fromMark Dickinson2010-06-131-0/+1
* Merged revisions 81967 via svnmerge fromMark Dickinson2010-06-132-0/+4
* Added acknowlegement for Issue #3129Alexander Belopolsky2010-06-122-2/+3
* Issue #8973: Add __all__ to struct module, so that help(struct) correctlyMark Dickinson2010-06-121-0/+3
* Merged revisions 80578 via svnmerge fromNick Coghlan2010-06-122-0/+5
* Issue #8969: On Windows, use mbcs codec in strict mode to encode and decodeVictor Stinner2010-06-111-0/+3
* Issue #8784: Set tarfile default encoding to 'utf-8' on Windows.Victor Stinner2010-06-111-0/+2
* Issue #8966: If a ctypes structure field is an array of c_char, convert itsVictor Stinner2010-06-111-1/+4
* Merged revisions 81907 via svnmerge fromAntoine Pitrou2010-06-111-0/+4
* Issue #3129: Trailing digits in format string are no longer ignored.Alexander Belopolsky2010-06-111-0/+4
* Fix issue number typo.Mark Dickinson2010-06-111-2/+2
* Issue #8188: Comparisons between Decimal objects and other numericMark Dickinson2010-06-111-1/+9
* Issue #8950: Make PyArg_Parse* with 'L' code raise for float inputs,Mark Dickinson2010-06-101-0/+5
* Issue #8922: Normalize the encoding name in PyUnicode_AsEncodedString() toVictor Stinner2010-06-101-0/+4
* Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing formatVictor Stinner2010-06-081-0/+7
* Added myself as a maintainer of time and datetime modules.Alexander Belopolsky2010-06-081-2/+2
* Merged revisions 81834 via svnmerge fromBenjamin Peterson2010-06-081-2/+2
* Add note for r81830.Stefan Krah2010-06-081-0/+4
* Merged revisions 81820 via svnmerge fromBenjamin Peterson2010-06-071-0/+3
* Issue #8897: Fix sunau module, use bytes to write the header. Patch written byVictor Stinner2010-06-072-0/+4
* Merged revisions 81788 via svnmerge fromTarek Ziadé2010-06-061-0/+3
* Merged revisions 81756 via svnmerge fromAlexander Belopolsky2010-06-051-0/+2
* Merged revisions 81701 via svnmerge fromMartin v. Löwis2010-06-041-0/+2
* Merged revisions 81697 via svnmerge fromMartin v. Löwis2010-06-041-0/+2
* Merged revisions 81692 via svnmerge fromMartin v. Löwis2010-06-041-1/+2
* #4768: store base64 encoded email body parts as text, not binary.R. David Murray2010-06-042-0/+4
* Merged revisions 81663 via svnmerge fromLars Gustäbel2010-06-031-0/+3
* Fix Charset.body_encode to encode to output_charset before calling base64mime.R. David Murray2010-06-031-0/+4
* #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute.R. David Murray2010-06-012-0/+4
* Issue #1289118: datetime.timedelta objects can now be multiplied by floatAlexander Belopolsky2010-05-311-0/+5
* Issue #8837: Remove "O?" format of PyArg_Parse*() functions. The format is noVictor Stinner2010-05-281-0/+3
* Merged revisions 81582 via svnmerge fromMartin v. Löwis2010-05-281-0/+2
* Merged revisions 81566 via svnmerge fromAlexander Belopolsky2010-05-271-0/+3
* Stefan Krah was missing from Misc/ACKS in the py3k branch.Mark Dickinson2010-05-271-0/+1
* Merged revisions 81512 via svnmerge fromMark Dickinson2010-05-271-1/+1
* Issue #2844: Make int('42', n) consistently raise ValueError forMark Dickinson2010-05-261-0/+3
* Fix issue #8806: add SSL contexts support to ftplibGiampaolo Rodolà2010-05-261-0/+2