]> granicus.if.org Git - python/shortlog
python
2009-05-01 Gregory P.... Adds the ipaddr module to the standard library. Issue...
2009-05-01 Walter DörwaldMake test.test_support.EnvironmentVarGuard behave like...
2009-05-01 Georg Brandl#5889: remove comma at the end of a list that some...
2009-05-01 Senthil KumaranFix for Issue1648102, based on the MSDN spec: If this...
2009-04-30 R. David MurrayMake the turtle.rst doctests pass. I have a feeling...
2009-04-30 Eric SmithIssue #1588: Add complex.__format__.
2009-04-30 Benjamin Petersonprevent ref cycles by removing bound method on close()
2009-04-30 Benjamin Petersonmake sure to close file
2009-04-29 Benjamin Petersonmake sure mode is removable while cleaning up test...
2009-04-29 Georg Brandl#5878: fix repr of re object.
2009-04-29 Benjamin Petersonfix test_shutil on ZFS #5676
2009-04-29 Mark DickinsonBackport some of the float formatting tests from py3k.
2009-04-29 Mark DickinsonRemove format_float and use _PyOS_double_to_string...
2009-04-29 Mark DickinsonIssue #5864: format(1234.5, '.4') gives misleading...
2009-04-29 Benjamin Petersonrun autoconf
2009-04-29 R. David MurrayMore aifc tests.
2009-04-29 Matthias Klose- configure.in: Don't error, when no --with-dbmliborder...
2009-04-29 Matthias Klose- Issue #4587: Add configure option --with-dbmliborder...
2009-04-29 Matthias Klose- Issue #4587: Add configure option --with-dbmliborder...
2009-04-29 R. David MurrayNow that we've got a test_aifc, add a few tests.
2009-04-29 R. David MurrayFix issue 2245. aifc now skips any chunk type it doesn...
2009-04-29 Tarek ZiadéFixed #5874 : distutils.tests.test_config_cmd is not...
2009-04-28 Georg BrandlMake the doctests in the docs pass, except for those...
2009-04-28 Thomas HellerIssue #4305: ctypes fails to build on mipsel-linux...
2009-04-28 R. David MurrayRemove spurious 'u'.
2009-04-28 R. David MurrayVarious small fixups to the multiprocessing docs, mostl...
2009-04-28 Eric SmithSilence warning on Windows.
2009-04-27 Antoine PitrouIssue #1734234: Massively speedup `unicodedata.normaliz...
2009-04-27 Raymond HettingerAdd example to the seealso section.
2009-04-27 Raymond HettingerUpdate spec version number.
2009-04-27 Antoine PitrouIssue #5853: calling a function of the mimetypes module...
2009-04-27 Eric SmithIssue #5793: rationalize isdigit / isalpha / tolower...
2009-04-27 R. David MurrayMake sys.xxx variable references into links, note that...
2009-04-27 Georg Brandl#5840: dont claim we dont support TLS.
2009-04-27 Georg Brandl#5848: small unittest doc patch.
2009-04-27 Georg BrandlDemote warnings to notices, part 2: stuff that is 2...
2009-04-27 Georg BrandlDemote warnings to notices where appropriate, following...
2009-04-27 Georg BrandlRemove ".. warning::" markup that doesnt contain warnin...
2009-04-27 Georg Brandl#5856: fix typo s in traceback example.
2009-04-27 Vinay SajipIssue #5854: Updated __all__ to include some missing...
2009-04-26 Kurt B. KaiserRight click 'go to file/line' not working if spaces
2009-04-26 Walter DörwaldUse test.test_support.EnvironmentVarGuard where tests...
2009-04-26 Mark DickinsonFix typo in function name
2009-04-26 Walter DörwaldFix typo.
2009-04-26 Mark DickinsonBackport r71967 changes from py3k to trunk.
2009-04-26 Mark DickinsonReset errno before both calls to PyOS_ascii_strtod...
2009-04-26 Eric SmithNote that the caller is resposible for freeing the...
2009-04-26 Georg BrandlUpdate pydoc topics.
2009-04-26 Georg BrandlMove pydoc_topics module to its own subdirectory, so...
2009-04-26 Georg BrandlAnother file where the versions need to be up to date.
2009-04-26 Georg BrandlRemove outdated TODO file.
2009-04-26 Georg BrandlNote that the versions are also in README.txt.
2009-04-26 Georg BrandlUpdate versions in instructions for manual set-up.
2009-04-26 Georg BrandlMostly formatting nits, and "and-ed together" -> "or...
2009-04-26 Martin v. LöwisIssue #4971: Fix titlecase for characters that are...
2009-04-25 Eric SmithIssue #5835, deprecate PyOS_ascii_formatd.
2009-04-25 Jeroen Ruigrok... Issue #4129: document int -> Py_ssize_t changes.
2009-04-25 Jeroen Ruigrok... Issue #4129: field changed from int to Py_ssize_t.
2009-04-25 Jeroen Ruigrok... Issue #4129: more int -> Py_ssize_t documentation.
2009-04-25 Jeroen Ruigrok... Issue #4129: more int -> Py_ssize_t documentation.
2009-04-25 Jeroen Ruigrok... Issue #4129: int -> Py_ssize_t documentation.
2009-04-25 Jeroen Ruigrok... Issue #4129: int -> Py_ssize_t documentation.
2009-04-25 Jeroen Ruigrok... Reformat prior to editing.
2009-04-25 Jeroen Ruigrok... Issue #4129: int -> Py_ssize_t documentation.
2009-04-25 Jeroen Ruigrok... Reformat prior to editing.
2009-04-25 Jeroen Ruigrok... Since it's a macro, actually refer to it as such instea...
2009-04-25 Jeroen Ruigrok... Issue #4129: Add a versionchanged notice for a few...
2009-04-25 Jeroen Ruigrok... Reformat, since I've been busy here anyway.
2009-04-25 Jeroen Ruigrok... Issue #4129: Documentation notes for int -> Py_ssize_t...
2009-04-25 Jeroen Ruigrok... Issue #4129: More documentation pointers about int...
2009-04-25 Jeroen Ruigrok... Reformat prior to editing.
2009-04-25 Jeroen Ruigrok... Since I edited this file, reformat for future edits.
2009-04-25 Jeroen Ruigrok... Reference to an int type, whereas it's a Py_ssize_t...
2009-04-25 Jeroen Ruigrok... Reformat prior to editing.
2009-04-25 Jeroen Ruigrok... Issue #4129: Document more int -> Py_ssize_t changes.
2009-04-25 Jeroen Ruigrok... Reformat prior to editing.
2009-04-25 Jeroen Ruigrok... Issue #4129: Belatedly document which C API functions...
2009-04-25 Thomas HellerIssue #5078: Avoid redundant call to FormatError()
2009-04-25 Georg Brandl#5841: add deprecation py3k warning and notice in the...
2009-04-25 Georg Brandl#5821: add some capabilities of TarFile's file-like...
2009-04-25 Georg Brandl#5834: use "failure" instead of "error" because the...
2009-04-25 Georg Brandl#3320: fix spelling.
2009-04-25 Jeroen Ruigrok... Reformat paragraph.
2009-04-25 Jeroen Ruigrok... The type for ppos has been Py_ssize_t since 2.5, reflec...
2009-04-25 Jeroen Ruigrok... Reformat prior to editing.
2009-04-25 Walter DörwaldIssue #5828 (Invalid behavior of unicode.lower): Fixed...
2009-04-25 Jeroen Ruigrok... Reformat file prior to editing.
2009-04-25 Jeroen Ruigrok... Rewrite a sentence to be more in line with the rest...
2009-04-25 Tarek Ziadé#5810: Fixed Distutils test_build_scripts
2009-04-25 Jeroen Ruigrok... Issue #4239: adjust email examples not to use connect...
2009-04-25 Tarek ZiadéIssue #4951: Fixed failure in test_httpservers
2009-04-25 Walter DörwaldIssue #5837: Certain sequences of calls to set() and...
2009-04-25 Jeroen Ruigrok... First attempt to document PyObject_HEAD_INIT and PyVarO...
2009-04-25 Jeroen Ruigrok... Reformat prior to expanding.
2009-04-25 Mark DickinsonFix typo in complex parsing code; expand tests.
2009-04-25 Benjamin Petersonfix a segfault when setting __class__ in __del__ #5283
2009-04-24 Thomas HellerIssue #3102: All global symbols that the _ctypes extens...
2009-04-24 Thomas HellerIssue 5041: ctypes unwilling to allow pickling wide...
2009-04-24 Thomas HellerIssue #5161: wrong paths for ctypes cleanup when Python...
2009-04-24 Mark DickinsonRemove unnecessary double negative
next