]> granicus.if.org Git - python/shortlog
python
2009-05-04 Gregory P.... cleanup applied patch to match style that is already...
2009-05-04 Gregory P.... Issue #4751: For hashlib algorithms provided by OpenSSL...
2009-05-03 Walter DörwaldThere's no %A in Python 2.x!
2009-05-03 Walter DörwaldIssue #5108: Handle %s like %S and %R in PyUnicode_From...
2009-05-03 Mark DickinsonDon't use PyOS_strnicmp for NaN and Inf detection:...
2009-05-03 Mark DickinsonEliminate some locale-dependent calls to isspace and...
2009-05-03 Mark DickinsonRemove unnecessary uses of context in PyGetSetDef....
2009-05-03 Gregory P.... docstring update.
2009-05-03 Gregory P.... Optimization: move RFC defined network constant constru...
2009-05-03 Gregory P.... Issue 5379 - applies patch supplied by philipp hagemeis...
2009-05-03 Kurt B. KaiserFurther development of issue5559, handle Windows files
2009-05-03 Kurt B. Kaiseridle.py modified and simplified to better support
2009-05-02 Michael Foord(no commit message)
2009-05-02 Antoine PitrouIsue #5084: unpickling now interns the attribute names...
2009-05-02 Benjamin Petersonadd myself
2009-05-02 Michael FoordAdd addCleanup and doCleanups to unittest.TestCase.
2009-05-02 Andrew M. Kuchling#1607951: Make mailbox.Maildir re-read the directories...
2009-05-02 Gregory P.... Convert test method names to PEP8 style.
2009-05-02 Mark DickinsonRemove unnecessary use of context for long getters.
2009-05-02 Benjamin Petersonrevert unrelated change
2009-05-02 Benjamin Petersonremove py3k compat code
2009-05-02 Andrew M. KuchlingAdd items
2009-05-02 Benjamin Petersondon't let sys.argv be used in the tests
2009-05-02 Michael FoordAdds an exit parameter to unittest.main(). If False...
2009-05-02 Eric SmithKeep py3k and trunk code in sync.
2009-05-01 Georg BrandlFix directive name.
2009-05-01 Georg BrandlReview ipaddr docs and add them in the TOC under "Inter...
2009-05-01 Antoine PitrouIssue #5726: Make Modules/ld_so_aix return the actual...
2009-05-01 Antoine PitrouIssue #3002: `shutil.copyfile()` and `shutil.copytree...
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.
next