]> granicus.if.org Git - python/shortlog
python
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
2009-04-24 Mark DickinsonIssue #5593: Use more robust test for double-rounding...
2009-04-24 Mark DickinsonIssue #5812: The two-argument form of the Fraction...
2009-04-24 Mark DickinsonFix missing 'return NULL'
2009-04-24 Mark DickinsonIssue #5816:
2009-04-23 Georg BrandlAdd link to PEP 236.
2009-04-23 Georg Brandl#5813: add a reference to the "future statements" section.
2009-04-23 Georg BrandlFix rewrapping accident.
2009-04-23 Georg Brandl#5820: fix bug in usage of getreader().
2009-04-23 Kurt B. KaiserProduce correct version string to access the .chm
2009-04-22 Mark DickinsonIssue #5812: make Fraction('1e-6') valid. Backport...
2009-04-22 Eric SmithFixed issue 5782: formatting with commas didn't work...
2009-04-22 Nick CoghlanIssue 5354: Change API for import_fresh_module() to...
2009-04-22 Eric SmithBackport of some of the work in r71665 to trunk. This...
2009-04-22 Vinay SajipIssue #5170: Fixed regression caused when fixing #5768.
2009-04-22 Eric SmithDocumentation for issue 5237, auto-numbered format...
2009-04-21 Georg Brandl#5751: fix escaping of \\n.
2009-04-21 Georg Brandl#5757: fix copy-paste error in notify().
2009-04-21 R. David MurrayRestore skips of posix and pty tests on Windows by...
2009-04-21 Senthil KumaranFix for the Issue918368 - urllib doesn't correct server...
next