summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Fix #9333. The symlink function is always available now, raising OSErrorBrian Curtin2010-12-281-0/+4
* Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8Victor Stinner2010-12-281-0/+3
* Remove history; adapt a bit more to reST, since this will once be part of the...Georg Brandl2010-12-281-160/+153
* Add news entry and clarify another.Georg Brandl2010-12-281-2/+4
* #10768: fix ScrolledText widget construction, and make the example work from ...Georg Brandl2010-12-281-0/+2
* #10777: fix iteration over dict keys while mutating the dict.Georg Brandl2010-12-281-0/+3
* #10679: install idle, pydoc, 2to3 scripts with X.Y suffix for make altinstall...Georg Brandl2010-12-281-0/+6
* Issue #10780: PyErr_SetFromWindowsErrWithFilename() andVictor Stinner2010-12-281-0/+4
* Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystemVictor Stinner2010-12-271-0/+3
* Issue #10626: test_logging now preserves logger disabled states.Vinay Sajip2010-12-271-2/+4
* Issue #10774: test_logging now removes temp files created during tests.Vinay Sajip2010-12-271-0/+2
* #5258/#10642: print fn, line, traceback and continue when .pth file is brokenR. David Murray2010-12-261-0/+4
* revert 87478Terry Reedy2010-12-261-1/+1
* Issue #10763: subprocess.communicate() closes stdout and stderr if both areVictor Stinner2010-12-251-0/+3
* #1693546: don't add quotes around RFC 2231 encoded values.R. David Murray2010-12-241-0/+3
* Match current tracker name, though I do not know if still active.Terry Reedy2010-12-241-1/+1
* Add news entry for 87471.Raymond Hettinger2010-12-241-0/+2
* #1155362: allow hh:mm:ss-uuuu like we allow hh:mm:ss+uuuu in parsedate_tzR. David Murray2010-12-231-0/+3
* #4871: check that zipfile password is bytes, and give useful error message.R. David Murray2010-12-211-0/+3
* Issue #10750: The `raw` attribute of buffered IO objects is now read-only.Antoine Pitrou2010-12-211-0/+2
* Deprecate assertDictContainsSubset()Raymond Hettinger2010-12-211-0/+12
* Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji...Senthil Kumaran2010-12-191-0/+3
* Bump to 3.2b2.Georg Brandl2010-12-192-2/+2
* #6075: make idle work with both Carbon AquaTk and Cocoa AquaTk. Patch by Kevi...Georg Brandl2010-12-192-0/+4
* Issue 10611. Issue 9857. Improve the way exception handling, including test s...Michael Foord2010-12-192-2/+9
* #10573: use actual/expected consistently in unittest methods. The order of th...Ezio Melotti2010-12-181-0/+3
* #9286: Fix the rfc822 parser to preserve whitespace in address local part.R. David Murray2010-12-181-0/+3
* NEWS entry for r87373Antoine Pitrou2010-12-181-0/+3
* #10404: Use ctl-button-1 for context menus on OSX Idle.R. David Murray2010-12-181-1/+3
* #5587: add a repr to dict_proxy objects. Patch by David Stanek and Daniel Ur...Ezio Melotti2010-12-181-0/+3
* Add subparser aliases for argparse. Resolves issue 9324. Approved by Georg fo...Steven Bethard2010-12-182-0/+3
* #9907: call rl_initialize early when using editline on OSXR. David Murray2010-12-181-0/+3
* 100% test coverage, better mapping protocol compatibility, some minor bugfixesŁukasz Langa2010-12-171-1/+5
* Upgrade to sqlite3 3.7.4.Martin v. Löwis2010-12-171-1/+1
* Upgrade Tcl/Tk to 8.5.9.Martin v. Löwis2010-12-171-0/+5
* Issue #4188: Avoid creating dummy thread objects when logging operationsAntoine Pitrou2010-12-171-0/+3
* Issue #10711: Remove HTTP 0.9 support from http.client. The `strict`Antoine Pitrou2010-12-171-0/+4
* Fix Issue9721 - urljoin behavior when the relative url starts with ';'Senthil Kumaran2010-12-171-0/+2
* Issue #10710: `Misc/setuid-prog.c` is removed from the source tree.Antoine Pitrou2010-12-163-179/+2
* Issue #10714: Limit length of incoming request in http.server to 65536 bytesAntoine Pitrou2010-12-162-0/+4
* Acknowledged renaming of SafeConfigParser to ConfigParser.Łukasz Langa2010-12-161-5/+9
* NitsRaymond Hettinger2010-12-161-1/+1
* Issue #8844: Regular and recursive lock acquisitions can now be interruptedAntoine Pitrou2010-12-152-0/+4
* Fix build_ext with VS 8.0. Patch by Hirokazu Yamamoto (#9558).Éric Araujo2010-12-151-0/+2
* Issue 10667: Fast path for collections.CounterRaymond Hettinger2010-12-151-0/+2
* I don't think we need to ship the comp.lang.python RFD these days.Antoine Pitrou2010-12-151-114/+0
* Encourage --with-pydebug rather than individual setting of debug options.Antoine Pitrou2010-12-151-1/+6
* Remove outdated compatibility file.Antoine Pitrou2010-12-151-85/+0
* Issue #10706: Remove outdated script runtests.sh. Either `make test`Antoine Pitrou2010-12-151-1/+6
* #4236: avoid possible Fatal Error when import is called from __del__R. David Murray2010-12-141-0/+6