]> granicus.if.org Git - python/shortlog
python
2011-09-24 Mark DickinsonIssue #13012: Allow 'keepends' to be passed as a keywor...
2011-09-24 Mark DickinsonMerge #12973 itertools fix.
2011-09-24 Mark DickinsonIssue #12973: Fix itertools bug caused by signed intege...
2011-09-23 Benjamin Petersonmerge 3.2
2011-09-23 Benjamin Petersonfix compiler compliant about \0 not being an opcode
2011-09-23 Benjamin Petersondisable unused result warnings when possible
2011-09-23 Victor StinnerMerge 3.2: Issue #7732: Don't open a directory as a...
2011-09-23 Victor StinnerIssue #7732: Don't open a directory as a file anymore...
2011-09-22 Victor StinnerMerge 3.2: Issue #12931: Add a test with Unicode URI...
2011-09-22 Victor StinnerIssue #12931: Add a test with Unicode URI to test_xmlrpc
2011-09-21 Charles-François... Fix a race condition in test_socket.ThreadableTest...
2011-09-21 Charles-François... Fix a race condition in test_socket.ThreadableTest...
2011-09-21 Senthil Kumaranmerge 3.2. Fix closes issue13005 - Remove the mention...
2011-09-21 Senthil KumaranFix closes issue13005 - Remove the mention of 'repeat...
2011-09-21 Stefan KrahIssue #13002: Fix Visual Studio warning (not enough...
2011-09-21 Charles-François... Issue #12981: test_multiprocessing: catch ImportError...
2011-09-21 Charles-François... Issue #12981: test_multiprocessing: catch ImportError...
2011-09-21 Éric AraujoBranch merge
2011-09-21 Éric AraujoRemove two unneeded attributes in packaging
2011-09-21 Meador IngeIssue #1172711: Update What's New in Python 3.3 documen...
2011-09-21 Jesus CeaClose #13022: _multiprocessing.recvfd() doesn't check...
2011-09-21 Jesus CeaClose #13022: _multiprocessing.recvfd() doesn't check...
2011-09-21 Victor StinnerWhat's New in Python 3.3: add curses.unget_wch()
2011-09-21 Victor Stinnermeth.log2 doc: add a link to int.bit_length()
2011-09-21 Victor StinnerIssue #1172711: Update What's New in Python 3.3 documen...
2011-09-21 Meador IngeIssue #1172711: Add 'long long' support to the array...
2011-09-20 Victor StinnerMerge 3.2: test_multiprocessing removes temporary files
2011-09-20 Victor Stinnertest_multiprocessing removes temporary files
2011-09-20 Victor StinnerMerge 3.2: test_httplib removes temporary files
2011-09-20 Victor Stinnertest_httplib removes temporary files
2011-09-20 Barry WarsawHead merge
2011-09-20 Barry Warsaw- Issue #13021: Missing decref on an error path. Thank...
2011-09-20 Barry Warsaw- Issue #13021: Missing decref on an error path. Thank...
2011-09-20 Charles-François... Issue #12981: test_multiprocessing: catch ImportError...
2011-09-20 Charles-François... Issue #12996: multiprocessing.connection: transmit...
2011-09-20 Victor Stinneros.statvfs() encodes the filename to the filesystem...
2011-09-19 Éric AraujoSquash last tempdir leak in packaging tests.
2011-09-19 Mark DickinsonMerge issue #12973 list_repeat fix.
2011-09-19 Mark DickinsonIssue #12973: Fix undefined-behaviour-inducing overflow...
2011-09-19 Jesus CeaClose #13007: whichdb should recognize gdbm 1.9 magic...
2011-09-19 Jesus CeaClose #13007: whichdb should recognize gdbm 1.9 magic...
2011-09-19 Éric AraujoAvoid matching '' or 'yn' when asking for 'y' or 'n...
2011-09-19 Éric AraujoBranch merge
2011-09-19 Nick CoghlanClose issue 12958 by flagging expected failures in...
2011-09-19 Ross LagerwallIssue #12517: Silence warning on windows buildbots...
2011-09-19 Éric AraujoMake regrtest look at internal dicts in sysconfig.
2011-09-19 Éric AraujoFinal bag of small changes coming from distutils2.
2011-09-18 Éric AraujoA few style changes originally done in the distutils2...
2011-09-18 Éric AraujoReplace cmp function with key function
2011-09-18 Éric AraujoFix typo and wording
2011-09-18 Éric AraujoBranch merge
2011-09-18 Éric AraujoMake a number of small changes to ease the backport...
2011-09-18 Éric AraujoFix fallback base class when tests run without threading
2011-09-18 Georg BrandlMerge example fix from 3.2.
2011-09-18 Georg BrandlFix bug in heapq priority queue example.
2011-09-17 Georg Brandlmerge doc fixes from 3.2
2011-09-17 Georg BrandlAdd info from the docstring for random.gammavariate...
2011-09-17 Georg BrandlFix typo.
2011-09-17 Éric AraujoUse a local name (it was intended to be used but overlo...
2011-09-17 Éric AraujoPackaging cleanup: remove conditionals for < 2.6 support.
2011-09-15 Ned DeilyIssue #12765: Fix packaging.test.test_database failures...
2011-09-15 Victor Stinnerimport.c: remove now useless arbitrary limit
2011-09-15 Victor StinnerMerge 3.2: Fix the import machinery if there is an...
2011-09-15 Victor StinnerFix the import machinery if there is an error on sys...
2011-09-15 Éric AraujoFix packaging.database.Distribution.list_distinfo_files...
2011-09-14 Ned DeilyIssue #9871: Prevent IDLE 3 crash when given byte stings
2011-09-14 Ned DeilyIssue #9871: Prevent IDLE 3 crash when given byte stings
2011-09-14 Benjamin Petersonmerge heads
2011-09-14 Benjamin Petersononly compile xattrs on glibc (closes #12720)
2011-09-14 Stefan KrahMerge fix for issue #11149.
2011-09-14 Stefan KrahIssue #11149: recent versions of clang require the...
2011-09-13 Benjamin PetersonUse xattr functions from sys/xattr.h instead of attr...
2011-09-13 Jeremy KlothThe value is the dotted module name to the command...
2011-09-12 Senthil Kumaranmerge from 3.2
2011-09-12 Senthil KumaranFix issue12938 - Update the docstring of html.escape...
2011-09-12 Senthil Kumaranmerge from 3.2 - Add the missing quote_plus call. Fix...
2011-09-12 Senthil KumaranAdd the quote_plus call in the test.
2011-09-12 Amaury Forgeot... Remove trailing spaces
2011-09-12 Amaury Forgeot... Merge 3.2: Issue #12483: ctypes: Fix a crash when the...
2011-09-12 Amaury Forgeot... Issue #12483: ctypes: Fix a crash when the destruction...
2011-09-12 Jeremy KlothFactor out the distribution file-system safe name funct...
2011-09-12 Éric AraujoMerge 3.2
2011-09-12 Éric AraujoBranch merge
2011-09-12 Éric AraujoBranch merge
2011-09-12 Éric AraujoRemove unneeded --all option of “pysetup list”.
2011-09-12 Stefan KrahMerge fix for issue #12963.
2011-09-12 Stefan KrahIssue #12963: PyLong_AsSize_t() now returns (size_t...
2011-09-11 Nadeem VawdaOops, zlib.ZLIB_VERSION isn't new in 3.3 - just newly...
2011-09-11 Nadeem VawdaTerminology fix: .gz and .bz2 are not archive formats.
2011-09-11 Nadeem VawdaIssue #12306: Add ZLIB_RUNTIME_VERSION to the zlib...
2011-09-11 Nadeem VawdaBZ2File now uses the compresslevel argument given by...
2011-09-11 Benjamin Petersonadd ChainMap to __all__ (closes #12959)
2011-09-10 Éric AraujoWrap pydoc output under 80 characters
2011-09-10 Éric AraujoRemove obsolete comment (yes, build_ext supports C++)
2011-09-10 Éric AraujoDon’t let invalid line in setup.cfg pass silently
2011-09-10 Éric AraujoFix usage of bytes in packaging's bdist_wininst.
2011-09-10 Éric AraujoUse bytes regex instead of decoding whole pages
2011-09-10 Éric AraujoFix usage of dry-run in packaging bdist_wininst and...
2011-09-10 Ezio Melotti#12940: merge with 3.2.
2011-09-10 Ezio Melotti#12940: fix cmd example. Patch by Tim Chase.
next