]> granicus.if.org Git - python/shortlog
python
2013-10-13 Christian HeimesDocument speedup in whatsnew
2013-10-13 Christian HeimesIssue #19219: retval may be used uninitialized value
2013-10-13 Christian Heimeswhitespace cleanup
2013-10-13 Christian Heimesmerge
2013-10-13 Christian HeimesIssue #19218: set __name__ of _collections_abc to colle...
2013-10-13 Christian HeimesIssue #19218: Add facade collections.abc
2013-10-13 Christian HeimesIssue #19218: Rename collections.abc to _collections_ab...
2013-10-13 Christian HeimesRemove import functools from re module. The re module...
2013-10-12 Richard OudkerkMerge.
2013-10-12 Richard OudkerkMake test_terminate() succeed or fail quickly.
2013-10-12 Raymond Hettingermerge
2013-10-12 Raymond HettingerIssue #19202: Add cross-reference and a rough code...
2013-10-12 Ned DeilyIssue #18458: merge comments from 3.3
2013-10-12 Christian HeimesIssue #18582: Add 'pbkdf2_hmac' to the hashlib module.
2013-10-12 Ned DeilyIssue #18458: Prevent crashes with newer versions of...
2013-10-12 Antoine PitrouMerge
2013-10-12 Antoine PitrouTry to fix weird assertion error on the Fedora buildbot.
2013-10-12 Georg Brandlmerge
2013-10-12 Georg Brandlmerge with 3.3
2013-10-12 Georg BrandlInvert logic of new limited-API annotation and call...
2013-10-12 Antoine PitrouIssue #4555: All exported C symbols are now prefixed...
2013-10-12 Antoine PitrouDon't export internal symbols ("make smelly")
2013-10-12 Antoine PitrouForgot NEWS entry for previous commit.
2013-10-12 Antoine PitrouIssue #19219: Speed up marshal.loads(), and make pyc...
2013-10-12 Benjamin Petersonmerge 3.3
2013-10-12 Benjamin Petersonbackport media types from default
2013-10-12 Benjamin Petersonadd aifc
2013-10-12 Benjamin Petersonadd some audio formats
2013-10-12 Georg Brandlmerge with 3.3
2013-10-12 Georg BrandlFix compatibility with upcoming Sphinx 1.2.
2013-10-12 Serhiy StorchakaNull merge
2013-10-12 Serhiy StorchakaIssue #18919: If the close() method of a writer in...
2013-10-12 Georg Brandlmerge with 3.3
2013-10-12 Georg BrandlIntroduce support for documenting which C API elements...
2013-10-12 Georg Brandlmerge with 3.3
2013-10-12 Georg BrandlCloses #13915: update tutorial with respect to .pyc...
2013-10-12 Georg Brandlmerge with 3.3
2013-10-12 Georg BrandlCloses #13833: document PyStructSequence C-API functions.
2013-10-12 Georg Brandlmerge with 3.3
2013-10-12 Georg BrandlCloses #13026: fix documentation of MAKE_FUNCTION for...
2013-10-12 Georg Brandlmerge with 3.3
2013-10-12 Georg BrandlCloses #19179: make table of XML vulnerabilities cleare...
2013-10-12 Georg Brandlmerge with 3.3
2013-10-12 Georg BrandlCloses #13203: add a FAQ section about seemingly duplic...
2013-10-12 Serhiy StorchakaIssue #19131: The aifc module now correctly reads and...
2013-10-12 Serhiy StorchakaIssue #19131: The aifc module now correctly reads and...
2013-10-12 Ezio Melotti#19221: update whatsnew entry about UCD version.
2013-10-12 Christian HeimesIssue #19205: _osx_support uses the re module all over...
2013-10-12 Antoine PitrouFix wrong exception in _bootlocale (apparently this...
2013-10-12 Victor StinnerClose #18754: Run Python child processes in isolated...
2013-10-12 Georg BrandlMarkup fix.
2013-10-12 Christian HeimesIssue #19205: add debugging output for failing test...
2013-10-11 Christian Heimesmerge
2013-10-11 Christian HeimesIssue #19209: fix structseq test
2013-10-11 Victor Stinnertest_os: report tests as skipped when os.statvfs()...
2013-10-11 Christian HeimesIssue #19209: Remove import of copyreg from the os...
2013-10-11 Christian HeimesAlso test that the locale module isn't loaded during...
2013-10-11 Christian HeimesIssue #19205 fix 406529adf156
2013-10-11 Christian HeimesIssue #19205: Don't import the 're' module in site...
2013-10-11 Antoine PitrouIssue #9548: Add a minimal "_bootlocale" module that...
2013-10-11 Antoine PitrouFix expected checksum for new unicodedata (after full...
2013-10-11 R David Murray#19192: Give up on time.xmlrpc.com as an xmlrpc network...
2013-10-11 Raymond HettingerRename contextlib.ignored() to contextlib.ignore().
2013-10-11 Benjamin Petersonmerge 3.3
2013-10-11 Benjamin Petersonreplace hardcoded version
2013-10-11 Benjamin Petersonmerge 3.3
2013-10-11 Benjamin Petersonmake sure the docstring is never out of date wrt unicod...
2013-10-10 Benjamin Petersonmerge heads
2013-10-10 Benjamin Petersonmerge 3.3 (#19220)
2013-10-10 Benjamin Petersonremove url from docstring (closes #19220)
2013-10-10 R David Murray#18764: p(rint) -> p in pdb docs.
2013-10-10 Benjamin Petersonupgrade unicode db to 6.3.0 (closes #19221)
2013-10-10 R David Murray18764: remove the problematic 'print' alias for the...
2013-10-10 Victor StinnerClose #16742: Fix misuse of memory allocations in PyOS_...
2013-10-10 Victor StinnerIssue #18874: _PyObject_Malloc/Realloc/Free() now falls...
2013-10-10 Victor StinnerIssue #18874: PyCode_New() now ensures that the filenam...
2013-10-10 Raymond HettingerIssue #15805: Add contextlib.redirect_stdout()
2013-10-10 Raymond Hettingermerge
2013-10-10 Raymond HettingerIssue #19005: Fix documentation for PyIter_Next().
2013-10-09 Tim PetersRepair format of NEWS entry.
2013-10-09 Tim PetersRepair format of NEWS entry.
2013-10-09 Tim PetersIssue 19158: a rare race in BoundedSemaphore could...
2013-10-09 Tim PetersIssue 19158: a rare race in BoundedSemaphore could...
2013-10-09 Georg BrandlCloses #19200: small grammar fix in multiprocessing...
2013-10-09 Victor StinnerClose #19199: Remove ``PyThreadState.tick_counter`...
2013-10-09 Serhiy Storchaka#19194: Improved cross-references in the fcntl module...
2013-10-09 Serhiy Storchaka#19194: Improved cross-references in the fcntl module...
2013-10-09 Serhiy Storchaka#19196: Improved cross-references in distutils document...
2013-10-09 Serhiy Storchaka#19196: Improved cross-references in distutils document...
2013-10-09 Serhiy StorchakaIssue #19190: Improve cross-references in builtin types...
2013-10-09 Serhiy StorchakaIssue #19190: Improve cross-references in builtin types...
2013-10-09 Serhiy StorchakaIssue 19195: Improved cross-references in C API documen...
2013-10-09 Serhiy StorchakaIssue 19195: Improved cross-references in C API documen...
2013-10-09 Serhiy StorchakaIssue #19193: Improved cross-references in the tutorial.
2013-10-09 Serhiy StorchakaIssue #19193: Improved cross-references in the tutorial.
2013-10-09 Tim PetersWhitespace normalization.
2013-10-09 Tim PetersIssue 19158: a rare race in BoundedSemaphore could...
2013-10-09 Tim PetersIssue 19158: a rare race in BoundedSemaphore could...
2013-10-08 Antoine PitrouIssue #18948: improve SuppressCoreFiles to include...
2013-10-08 Georg Brandlmerge with 3.3
next