]> granicus.if.org Git - python/shortlog
python
2010-01-03 Mark DickinsonMake use of PyLong_AsLongAndOverflow in math_ldexp.
2010-01-03 Ezio Melotti:stmt: -> :keyword:
2010-01-03 Ezio Melotti#7618: fix highlight of code blocks
2010-01-03 Kurt B. Kaiserr77152 to Doc/Makefile broke doc build due to (at least...
2010-01-03 Gregory P.... issue3972: HTTPConnection and HTTPSConnection now support a
2010-01-03 Gregory P.... Adds an optional source_address parameter to socket...
2010-01-03 Andrew M. KuchlingAdd a few items
2010-01-03 Gregory P.... make setup.py similar to py3k's when reporting on _hash...
2010-01-03 Gregory P.... Import all implementations of the hash algorithms ...
2010-01-02 Georg BrandlFix typo.
2010-01-02 Gregory P.... mention the r77252 change
2010-01-02 Gregory P.... Issue #3745: Undo the requirement for new buffer API...
2010-01-02 Gregory P.... Always compile the all versions of the hashlib algorith...
2010-01-02 Antoine PitrouRemove silly conditional.
2010-01-02 Antoine PitrouAdd tests for issue #7458: str.rfind() would crash...
2010-01-02 Gregory P.... Correct documentation for s* z* and w*, the argument...
2010-01-02 Antoine PitrouIssue #7462: Implement the stringlib fast search algori...
2010-01-02 Mark DickinsonRefactor some longobject internals: PyLong_AsDouble...
2010-01-02 Mark DickinsonClarify that the rect, phase and polar functions work...
2010-01-02 Georg BrandlFix casing.
2010-01-02 Martin v. LöwisMake script work with 2.5.
2010-01-02 Martin v. LöwisUpdate Windows build to sqlite 3.6.21.
2010-01-02 Benjamin Petersonremove use of deprecated os.popen #7619
2010-01-01 Mark DickinsonIssue #5080: turn the DeprecationWarning from float...
2010-01-01 Benjamin Petersonallow --with-dbmliborder to specify that no dbm modules...
2010-01-01 Benjamin Petersonfix indentation
2010-01-01 Benjamin Petersonadd note
2010-01-01 Benjamin Petersonuse pkg-config to find the libffi headers when --with...
2010-01-01 Georg BrandlMore yearly updates.
2010-01-01 Ezio Melottimore copyright year updates
2010-01-01 Benjamin Petersonupdate copyright year
2010-01-01 Brett CannonAdd some missing command-line options to the main list...
2009-12-31 Mark DickinsonMore configure fixes: avoid sh 'integer argument expect...
2009-12-31 Mark DickinsonAdd missing quotes.
2009-12-31 Benjamin Petersonadd another advancement
2009-12-31 Andrew M. KuchlingAdd various items
2009-12-31 Benjamin Petersonupdate expat comment
2009-12-31 Andrew M. KuchlingAdd some items
2009-12-31 Ezio Melotti#7613: missing ) in flmodule.c
2009-12-31 Ezio Melottiindentation and further alignment with py3k
2009-12-31 Ezio Melotticleanup and refactoring
2009-12-31 Benjamin Petersonadd a --with-system-expat option to build pyexpat again...
2009-12-30 Benjamin PetersonMerged revisions 77158 via svnmerge from
2009-12-30 Benjamin Petersoncheck if the attribute is set before deleting it with...
2009-12-30 Georg BrandlWe only support Windows NT derivatives now.
2009-12-30 Georg Brandl#7602: improve "clean" and "checkout" targets now that...
2009-12-30 Georg Brandl#7487: update Pygments version.
2009-12-30 Georg BrandlUse new Pygments version.
2009-12-30 Mark DickinsonAdd Marcos Donolo for work on issue 7534 patch.
2009-12-30 Mark DickinsonIssue #7534: Fix handling of nans, infinities, and...
2009-12-30 Ezio Melotti#5511: Added the ability to use ZipFile as a context...
2009-12-30 Benjamin Petersonwrap long line
2009-12-30 Benjamin Petersononly build the nis module when the headers are found...
2009-12-29 Andrew M. KuchlingAdd various items
2009-12-29 Amaury Forgeot... #7579: Add docstrings to the msvcrt module
2009-12-29 Amaury Forgeot... #7413: Passing '\0' as the separator to datetime.dateti...
2009-12-29 Georg Brandl#7595: fix typo in argument default constant.
2009-12-29 Mark DickinsonIssue #7575: An overflow test for math.expm1 was faili...
2009-12-29 Andrew M. KuchlingVarious additions
2009-12-29 Georg BrandlFix wrong markup.
2009-12-29 Georg BrandlImprove markup of ctypes docs.
2009-12-29 Georg Brandl#7569: clarification about c_char_p.
2009-12-29 Benjamin Petersonenable test_main.py
2009-12-28 Benjamin PetersonMerged revisions 76871-76872,77093-77095,77097-77101...
2009-12-28 Benjamin Petersondocument new fix_callable behavior
2009-12-28 Georg Brandl#7404: remove reference to non-existing example files.
2009-12-28 Georg Brandl#7033: add new API function PyErr_NewExceptionWithDoc...
2009-12-28 Georg Brandl#7381: consistency update, and backport avoiding `...
2009-12-28 Georg Brandl#7586: fix typo.
2009-12-28 Georg Brandl#7577: fix signature of PyBuffer_FillInfo().
2009-12-27 Mark DickinsonUse a more idiomatic check in check_truediv.
2009-12-27 Amaury Forgeot... Fix a typo in comment
2009-12-27 Mark DickinsonUse ldexp(q, exp) instead of q*2.**exp in true division...
2009-12-27 Mark DickinsonIssue #1811: Improve accuracy and consistency of true...
2009-12-27 Senthil KumaranFix for issue5625 - test_urllib2 fails - urlopen error...
2009-12-25 Ezio MelottiUpdated sys.flags table in Doc
2009-12-24 Ezio Melotti#6108: unicode(exception) and str(exception) should...
2009-12-24 Mark DickinsonIssue #7568: typo in docstring. Thanks Mike Putnam.
2009-12-24 Benjamin Petersonallow Process name to be unicode #7571
2009-12-24 Ronald OussorenUnittests and news items for the patch in r77026.
2009-12-24 Ronald OussorenFix for issue #7541: python-config --ldflags doesn...
2009-12-24 Ronald OussorenIssue #6834: replace the implementation for the 'python...
2009-12-24 Ronald OussorenAn update to the script that's used to build the binary...
2009-12-24 Ronald OussorenOn OSX the output of "uname -m" always reflects the...
2009-12-24 Ezio MelottiAdded markup and default arg, fixed example
2009-12-24 Senthil KumaranFix for Issue7570: Error in urllib2 example.
2009-12-24 Benjamin Petersonfix alleged refleak
2009-12-23 Gregory P.... Fix possible integer overflow in lchown and fchown...
2009-12-22 Brett CannonMake a word plural.
2009-12-21 Tarek Ziadéadded a note about #7556 in Misc/NEWS
2009-12-21 Tarek Ziadébackported r76993 and r76994 so the trunk behaves the...
2009-12-21 Martin v. LöwisAdd NEWS for OpenSSL changes.
2009-12-21 Martin v. LöwisSwitch to OpenSSL 0.9.8l.
2009-12-21 Martin v. LöwisDrop 2.4 compatibility.
2009-12-21 Mark DickinsonIssue #7553: test_long_future wasn't testing properly...
2009-12-21 Mark DickinsonInverse hyperbolic trigonometric functions should call...
2009-12-21 Mark DickinsonIssue #7518: Move substitute definitions of C99 math...
2009-12-21 R. David MurrayRemove a leftover from a previous iteration of the...
2009-12-21 Mark DickinsonAdditional edge-case tests for test_long_and_overflow.
2009-12-21 Mark DickinsonFix reference counts for test_long_and_overflow.
next