summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #10311: The signal module now restores errno before returning fromAntoine Pitrou2010-11-052-0/+4
* Issue #10282: Add a `nntp_implementation` attribute to NNTP objects.Antoine Pitrou2010-11-051-0/+2
* Issue #10288: The deprecated family of "char"-handling macrosDavid Malcolm2010-11-051-0/+4
* Issue #10283: Add a `group_pattern` argument to NNTP.list().Antoine Pitrou2010-11-041-0/+2
* Issue #3699: Fix test_bigaddrspace and extend it to test bytestringsAntoine Pitrou2010-11-041-0/+3
* Issue #10293: Remove obsolete field in the PyMemoryView structure,Antoine Pitrou2010-11-041-0/+4
* Issue #6081: Add str.format_map. str.format_map(mapping) is similar to str.fo...Eric Smith2010-11-041-0/+2
* Implement http://bugs.python.org/issue10155 using And Clover's patch, w/addedPhillip J. Eby2010-11-031-0/+4
* Issue #10285: explain the `flag` return field better in NNTP.list().Antoine Pitrou2010-11-031-0/+1
* Issue #10281: nntplib now returns None for absent fields in the OVER/XOVERAntoine Pitrou2010-11-031-0/+3
* A newline in lineno output breaks pyframe output.Georg Brandl2010-11-031-1/+1
* Update docs (and sample app in wsgiref.simple_server) to reflect PEP 3333.Phillip J. Eby2010-11-031-0/+6
* Issue #10280: NNTP.nntp_version should reflect the highest versionAntoine Pitrou2010-11-021-0/+3
* Ditch some dead code in test_unicode_file.Brett Cannon2010-11-021-0/+2
* Issue #10184: Touch directories only once when extracting a tarfile.Martin v. Löwis2010-11-011-0/+2
* Issue #10199: Moved Demo/turtle under Lib/Alexander Belopolsky2010-11-011-0/+3
* Issue #10265: Close file objects explicitly in sunau. Patch by Brian Brazil.Antoine Pitrou2010-10-311-0/+2
* Issue 10110: Let Queue.put recognize a full queue when the maxsize parameter...Raymond Hettinger2010-10-311-0/+3
* add --enable-loadable-sqlite-extensions #10268Benjamin Peterson2010-10-311-0/+2
* Issue #10266: uu.decode didn't close in_file explicitly when it was givenAntoine Pitrou2010-10-311-0/+3
* Issue #10160: Speed up operator.attrgetter. Patch by Christos Georgiou.Antoine Pitrou2010-10-311-0/+2
* Updated NEWS about logging.basicConfig().Vinay Sajip2010-10-311-0/+2
* Issue #5729: json.dumps to support using '\t' as an indent stringRaymond Hettinger2010-10-311-0/+3
* if FileIO.__init__ fails, close fdBenjamin Peterson2010-10-301-0/+2
* Issue #10253: FileIO leaks a file descriptor when trying to open a fileAntoine Pitrou2010-10-301-0/+3
* Fix test_mailbox by supporting context manager protocol for get_file() returns.Georg Brandl2010-10-301-0/+3
* Issue #10246: uu.encode didn't close file objects explicitly when filenamesAntoine Pitrou2010-10-301-0/+3
* #10198: fix duplicate header when writeframes() is called with an empty string.Georg Brandl2010-10-301-0/+3
* Issue 10221: Improve error message for dict.pop().Raymond Hettinger2010-10-301-0/+3
* Silence ResourceWarnings in modulefinder by using file context managers.Brett Cannon2010-10-301-0/+2
* Add some missing entries related to the various ResourceWarning fixes I have ...Brett Cannon2010-10-301-0/+6
* Issue #10233: Close file objects in a timely manner in the tarfile moduleAntoine Pitrou2010-10-291-0/+3
* Issue #9377: Use Unicode API for gethostname on Windows.Martin v. Löwis2010-10-291-0/+2
* Fix issue 10214 by removing the out of date python-mode.el and replacing it w...Barry Warsaw2010-10-292-3916/+32
* Issue #10093: ResourceWarnings are now issued when files and sockets areAntoine Pitrou2010-10-291-0/+4
* Add read support for all missing variants of the GNU sparseLars Gustäbel2010-10-291-0/+3
* Issue #5437: A preallocated MemoryError instance should not hold tracebackAntoine Pitrou2010-10-281-0/+3
* #10218: return timeout status from Condition.wait, mirroring other primitives...Georg Brandl2010-10-281-0/+2
* #7351: add more consistent exception name alias.Georg Brandl2010-10-281-0/+3
* Issue #8852: Allow the socket module to build on OpenSolaris.Antoine Pitrou2010-10-271-0/+2
* Add David.Georg Brandl2010-10-271-0/+3
* Issue #5027: The standard `xml` namespace is now understood byAntoine Pitrou2010-10-272-0/+5
* #5975: add unix_dialect to csv module.Georg Brandl2010-10-271-1/+3
* #7761: fix telnetlib.interact failures on Windows.R. David Murray2010-10-261-0/+2
* logging: Added style option to Formatter to allow %, {} or himBHformatting.Vinay Sajip2010-10-251-0/+2
* Issue #10143: Update "os.pathconf" valuesJesus Cea2010-10-251-1/+3
* Add a new warning gategory, ResourceWarning, as discussed on python-dev. It ...Georg Brandl2010-10-241-1/+1
* Issue 5178: Add tempfile.TemporaryDirectory (original patch by Neil Schemenauer)Nick Coghlan2010-10-241-0/+3
* remove broken code accounting an offset the size of the line #10186Benjamin Peterson2010-10-241-0/+3
* #1349106: add linesep argument to generator.flatten and header.encode.R. David Murray2010-10-231-0/+3