]> granicus.if.org Git - python/shortlog
python
2010-01-08 Senthil KumaranFix for Issue7026. For the Error - RuntimeError: dictio...
2010-01-08 Antoine PitrouIssue #7092: Remove py3k warning when importing cPickle...
2010-01-08 Senthil KumaranReverting the Revision: 77368. I committed Flox's...
2010-01-08 Senthil KumaranFixing - Issue7026 - RuntimeError: dictionary changed...
2010-01-08 Mark DickinsonBackport some float repr tests that were missed in...
2010-01-07 Georg Brandl#7653: clarify how the PythonPath registry key should...
2010-01-07 Georg BrandlFix description for Py_GetPath(); it sounded like it...
2010-01-07 Antoine PitrouFix reattribution mistake when fixing attribution mistake!
2010-01-07 Antoine PitrouFix attribution. Florent actually repackaged and review...
2010-01-07 Antoine PitrouIssue #7455: Fix possible crash in cPickle on invalid...
2010-01-07 Mark DickinsonEric Smith was missing fro m the issue 7117 whatsnew...
2010-01-07 R. David MurrayFix inadvertent checkin of debug line.
2010-01-07 R. David MurrayAdd -W to the 'basics', 'opt', and 'all' test runs...
2010-01-06 Georg Brandl#5950: document that zip files with comments are unsupp...
2010-01-06 Georg Brandl#5991: let completion for the "help" command include...
2010-01-06 Georg BrandlSmall fixes to test_cmd: fix signature of do_shell...
2010-01-06 Mark DickinsonAdd missing docstring for Context.divmod. Thanks Juan...
2010-01-05 Georg BrandlAdd Stefan.
2010-01-05 Benjamin Petersonadd a test about hashing array.array
2010-01-04 Antoine PitrouKill a couple of "<>"
2010-01-04 Antoine PitrouIssue #7092: Fix the DeprecationWarnings emitted by...
2010-01-04 Ezio Melotti#3340: document print/get_usage and print/get_version
2010-01-04 Mark DickinsonFix typo in comment.
2010-01-04 Ezio Melottifixed markup errors
2010-01-04 Benjamin Petersonfactor out __complex__ lookup code to fix another case
2010-01-04 Benjamin Petersondo correct lookup of the __complex__ method
2010-01-03 Antoine PitrouCredit Nir Aides for r77288
2010-01-03 Antoine PitrouIssue #7471: Improve the performance of GzipFile's...
2010-01-03 Gregory P.... Fix testSourceAddress to not test the host, it wasn...
2010-01-03 Gregory P.... remove an obsolete file that should've gone with r77252
2010-01-03 Georg BrandlUpdate doc build step.
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.
next