summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue 11177: asyncore's create_socket() arguments can now be omitted.Giampaolo Rodolà2011-02-254-14/+18
* Issue #6064: Add a `daemon` keyword argument to the threading.ThreadAntoine Pitrou2011-02-257-21/+59
* (issue 11323) - attempt to fix solaris buildbot failure for os.sendfile(). Al...Giampaolo Rodolà2011-02-251-2/+3
* Add missing read() in distutils doc.Éric Araujo2011-02-251-1/+4
* Issue #10956: Buffered I/O classes retry reading or writing after a signalAntoine Pitrou2011-02-254-7/+173
* Update Misc/NEWS to include os.getpriority() and os.setpriority() addition.Giampaolo Rodolà2011-02-251-0/+2
* Issue 10784: adds os.getpriority() and os.setpriority() functions.Giampaolo Rodolà2011-02-257-12/+146
* Issue #11114: Fix catastrophic performance of tell() on text files (upAntoine Pitrou2011-02-253-47/+150
* (issue 11214) - fix asyncore.strerror test failure on AIXGiampaolo Rodolà2011-02-251-1/+1
* Skip os.sendfile() test if threading module is not available.Giampaolo Rodolà2011-02-251-0/+1
* Issue #11303: Added shortcuts for utf8 and latin1 encodings.Alexander Belopolsky2011-02-252-4/+19
* logging: enabled test which was intermittently failing on buildbots.Vinay Sajip2011-02-251-1/+1
* Documented QueueListener change.Vinay Sajip2011-02-251-0/+9
* Improved QueueListener implementation - queue sentinel addition made extensible.Vinay Sajip2011-02-251-1/+11
* Normalize the encoding names for Latin-1 and UTF-8 toMarc-André Lemburg2011-02-2532-79/+84
* Rename internal helper function and make it static.Georg Brandl2011-02-251-5/+5
* Regenerate configure after r88580.Georg Brandl2011-02-251-486/+574
* (issue 11232) - fix asyncore documentation issue (patch by Sandro Tosi)Giampaolo Rodolà2011-02-251-2/+3
* Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall)Giampaolo Rodolà2011-02-257-21/+550
* Fix .hgeolAntoine Pitrou2011-02-251-12/+15
* More eol-style'sAntoine Pitrou2011-02-255-1421/+1420
* Make svn:eol-style's more consistentAntoine Pitrou2011-02-2522-513/+513
* rewrite with assertIsBenjamin Peterson2011-02-251-2/+1
* run autoconfBenjamin Peterson2011-02-252-524/+484
* Add 3.3 whatsnew to index.Georg Brandl2011-02-251-0/+1
* Remove unused m4 define.Georg Brandl2011-02-251-7/+0
* Removed fcmp and FUZZ from test.support, following the discussion on python-dev:Eli Bendersky2011-02-253-25/+10
* Issue #10516: adding list.clear() and list.copy() methodsEli Bendersky2011-02-256-2/+81
* Adds Python 3.3 what's new document.Giampaolo Rodolà2011-02-241-0/+95
* Issue #11286: Raise a ValueError from calling PyMemoryView_FromBuffer withAntoine Pitrou2011-02-244-0/+21
* Issue #11286: Fixed unpickling of empty 2.x strings.Alexander Belopolsky2011-02-244-13/+12
* Allow usage of SomeABC.register as a class decorator. Patch by Edoardo Spado...Éric Araujo2011-02-245-3/+36
* rewriteBenjamin Peterson2011-02-241-26/+25
* this seems to be pointlessly nestedBenjamin Peterson2011-02-241-9/+6
* Merged revisions 88535 via svnmerge fromBenjamin Peterson2011-02-241-0/+4
* Issue #11304: Input/output tutorial - PI is rounded not truncated.Raymond Hettinger2011-02-241-1/+1
* Revert r88503 as Benjamin's request.Brett Cannon2011-02-232-6/+3
* Issue #3080: Fix test_reprlib on WindowsVictor Stinner2011-02-231-1/+1
* Issue #11272: Fix input() and sys.stdin for Windows newlineVictor Stinner2011-02-234-5/+48
* Issue #11224: Improved sparse file read support (r85916) introduced aLars Gustäbel2011-02-233-3/+22
* dynload_dl.c: replace tabs by spacesVictor Stinner2011-02-231-7/+7
* Add tests for the _ChainMap helper class.Raymond Hettinger2011-02-232-0/+119
* Indent "versionadded" properly.Georg Brandl2011-02-231-5/+5
* Add new subdirectory to LIBSUBDIRS.Georg Brandl2011-02-231-1/+1
* Fix imports from collections.abcRaymond Hettinger2011-02-237-20/+22
* Issue #3080: Add PyModule_GetNameObject()Victor Stinner2011-02-233-21/+45
* Issue #3080: Mark _PyImport_FindBuiltin() argument as constantVictor Stinner2011-02-232-4/+4
* Issue #3080: document encoding used by import functionsVictor Stinner2011-02-223-16/+51
* Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc()Victor Stinner2011-02-228-11/+10
* Issue #3080: Mark PyWin_FindRegisteredModule() as privateVictor Stinner2011-02-222-7/+7