]> granicus.if.org Git - python/shortlog
python
2010-09-02 Raymond HettingerBetter method name. Tighten inner-loop with bound...
2010-09-02 Antoine PitrouBytesIO.getvalue() and StringIO.getvalue() are METH_NOARGS.
2010-09-02 Raymond HettingerMake OrderedDict.popitem() a bit smarter and faster
2010-09-02 Daniel StutzbachCredit where credit is due
2010-09-02 Daniel StutzbachIssue #9212: Added the missing isdisjoint method to...
2010-09-02 Daniel StutzbachRemoved an extraneous semicolon
2010-09-02 Raymond HettingerSpeed-up cache updates
2010-09-02 Raymond HettingerKeep contents order the same between versions.
2010-09-01 Victor StinnerCreate PyUnicode_strdup() function
2010-09-01 Victor StinnerCreate Py_UNICODE_strcat() function
2010-09-01 Raymond HettingerGlossary cleanup
2010-09-01 Raymond HettingerCleanup heapq docs
2010-09-01 Antoine PitrouFix a compilation warning
2010-09-01 Antoine PitrouIssue #9737: Fix a crash when trying to delete a slice...
2010-09-01 Georg Brandl#9677: fix link.
2010-09-01 Antoine PitrouTry to fix some buildbot failures on test_ssl
2010-09-01 Raymond Hettinger'Using Python' now called 'Python Setup'
2010-09-01 Antoine PitrouIssue #8990: array.fromstring() and array.tostring...
2010-09-01 Victor StinnerRemove unicode_default_encoding constant
2010-09-01 Giampaolo RodolàIssue #9693 - msg 115273: attempt to fix ssl module...
2010-09-01 Antoine PitrouIssue #9549: sys.setdefaultencoding() and PyUnicode_Set...
2010-09-01 Antoine PitrouIssue #7415: PyUnicode_FromEncodedObject() now uses...
2010-09-01 Antoine PitrouIssue #3101: Helper functions _add_one_to_C() and _add_...
2010-09-01 Raymond HettingerForward port sorting howto
2010-09-01 Raymond HettingerMore descriptive title.
2010-09-01 Raymond HettingerFix line wrapping
2010-09-01 Raymond Hettinger2-to-3 fixup for map() example in docs
2010-09-01 Raymond HettingerClean-up bisect docs.
2010-08-31 Benjamin Petersonreformat comment
2010-08-31 Daniel StutzbachIssue #808164: Fixed socket.close to avoid references...
2010-08-31 Daniel StutzbachIssue 5553: Improved Py_LOCAL_INLINE to actually inline...
2010-08-31 Daniel StutzbachReverted r84315 and r84316, with Benjamin's blessing...
2010-08-31 Benjamin Petersonadd nonlocal to pydoc topics #9724
2010-08-31 Vinay SajipRemoved _unicode variable which is always False in...
2010-08-30 Vinay Sajiplogging: merged duplicated code in fileConfig and dictC...
2010-08-30 Vinay SajipLogging: removed some old commented out code.
2010-08-30 Giampaolo RodolàFix issue #9711: raise ValueError is SSLConnection...
2010-08-30 Vinay SajipImproved logging.Formatter date/time formatting documen...
2010-08-30 Antoine PitrouIssue #9700: define HAVE_BROKEN_POSIX_SEMAPHORES under...
2010-08-30 Benjamin Petersonhandle names starting with non-ascii characters correct...
2010-08-30 Florent Xiclunaremove pointless coding cookies
2010-08-30 Benjamin Petersonremove pointless coding cookie
2010-08-30 Benjamin Petersonrewrite and move open() docs only to functions.rst
2010-08-30 Benjamin Petersonsync open() doc
2010-08-30 Antoine PitrouIssue #9715: improve documentation of the io module
2010-08-29 Giampaolo Rodolàdedent some lines in test_ssl so that they are actually...
2010-08-29 Giampaolo Rodolàin ssl tests rely on IOError.errno rather thanf IOError...
2010-08-29 Giampaolo Rodolàupdate Misc/NEWS to include issue #9706 changes
2010-08-29 Giampaolo RodolàFix issue issue9706: provides a better error handling...
2010-08-29 Giampaolo RodolàRaise ValuError if non-zero flag argument is provided...
2010-08-28 Antoine PitrouIssue #4835: make PyLong_FromSocket_t() and PyLong_AsSo...
2010-08-28 Antoine PitrouIssue #1868: Eliminate subtle timing issues in thread...
2010-08-28 Mark DickinsonIssue #1512791: In setframerate method of Wave_write...
2010-08-28 Martin v. LöwisStop packaging versioncheck.
2010-08-28 Martin v. LöwisReplace cabarc with FCICreate.
2010-08-28 Martin v. LöwisFix various build problems.
2010-08-28 Martin v. LöwisAdd file needed to make distclean.
2010-08-28 Martin v. LöwisIssue #9704: Add zlib files necessary to run configure
2010-08-26 Brett CannonOSError is the exception raised when one tries to creat...
2010-08-26 Georg Brandl#9681: typo.
2010-08-26 Georg Brandl#9689: add links from overview to in-depth class API...
2010-08-26 Senthil KumaranFix Issue8797 - Reset the basic auth retry count when...
2010-08-25 Benjamin Petersonbasicsize and itemsize are Py_ssize_t #9688
2010-08-25 Martin v. LöwisDisable deletion of openssl again.
2010-08-25 Daniel StutzbachIssue 8781: Define SIZEOF_WCHAR_T on Windows
2010-08-25 Benjamin Petersonapparently this test should be gated, too
2010-08-25 Benjamin Petersonthis test is only valid when sizeof(wchar) == Py_UNICOD...
2010-08-25 Victor StinnerFix test_sys: set LC_ALL instead of LANG
2010-08-25 Martin v. LöwisIssue #1027206: getnameinfo is now restricted to numeri...
2010-08-25 R. David Murray#1194222: make parsedate always return RFC2822 four...
2010-08-25 Victor StinnerDisable test_undecodable_code() of test_sys on Windows
2010-08-24 Victor StinnerFix test_sys for FreeBSD, Solaris and Mac OS X
2010-08-24 Daniel StutzbachIssue 8781: On systems a signed 4-byte wchar_t and...
2010-08-24 Benjamin Petersonremove parens
2010-08-24 Brett CannonFix a bug where an attribute was lacking an object...
2010-08-24 Benjamin Petersonfurther clarify
2010-08-24 Daniel StutzbachIssue 8750: Fixed MutableSet's methods to correctly...
2010-08-24 Benjamin Petersontabbing no longer applicable
2010-08-24 Brian CurtinFix #7579. Add docstrings to msvcrt and adjust some...
2010-08-24 Benjamin Petersononly catch AttributeError in hasattr() #9666
2010-08-23 Giampaolo Rodolàfix issue 9129: adds proper error handling on accept...
2010-08-23 Giampaolo Rodolàfix issue 9601: ftplib now provides a workaround for...
2010-08-23 Benjamin Petersoncleanup imports
2010-08-23 Giampaolo Rodolàfix issue 658749: correctly interprets asyncore's windo...
2010-08-23 Benjamin Petersonreorder and save a comparison
2010-08-23 Vinay SajipIssue #9501: Fixed logging regressions in cleanup code.
2010-08-23 Benjamin Petersonnews note for last change
2010-08-23 Benjamin Petersonrun total_ordering() tests, and fix the function (defau...
2010-08-23 Matthias KloseFix builds with builddir != srcdir, introduced in r83988.
2010-08-23 Martin v. LöwisExplicitly pass socket type and family for getaddrinfo,
2010-08-22 Brett CannonOne of the joys of having test_multiprocessing occasion...
2010-08-22 Brett CannonMake sure that no __pycache__ directory is needlessly...
2010-08-22 Antoine PitrouAdd an import lock test for multithreaded circular...
2010-08-22 Brett CannonWhile not strictly necessary thanks to the odd ABC...
2010-08-22 Brett CannonUnder OS X, history_get from readline returns a const...
2010-08-22 Georg Brandl#9649: fix default value description.
2010-08-22 Daniel StutzbachAdded myself to Misc/maintainers.rst for topics on...
2010-08-22 Martin v. LöwisMention that gethostbyaddr now also supports IDNA.
2010-08-22 Martin v. LöwisIssue #1027206: Support IDNA in gethostbyname, gethostb...
2010-08-22 Vinay SajipUpdated maintainers.rst to reflect correct Roundup...
next