]> granicus.if.org Git - python/shortlog
python
2011-10-19 Senthil KumaranFix Issue 12604 - Use a proper no-op macro expansion...
2011-10-19 Senthil KumaranFix closes Issue6090 - Raise a ValueError, instead...
2011-10-19 Senthil KumaranFix closes Issue12529 - cgi.parse_header failure on...
2011-10-19 Ezio MelottiRemove duplication.
2011-10-18 Łukasz LangaFixes #10860: Handle empty port after port delimiter...
2011-10-18 Ezio Melotti#12277: add missing comma.
2011-10-17 Nadeem VawdaIssue #13194: zlib.compressobj().copy() and zlib.decomp...
2011-10-17 Mark Hammondnormalize whitespace in Lib/distutils/msvc9compiler.py
2011-10-17 Mark HammondIssue #7833: Ext. modules built using distutils on...
2011-10-15 Benjamin PetersonPyEval_CallObject requires a tuple of args (closes...
2011-10-14 Éric AraujoIncrease test coverage for distutils.filelist (#11751).
2011-10-14 Éric AraujoUpdate dead references from py.org/dev/faq to the devgu...
2011-10-13 Nadeem VawdaIssue #13159: Replace FileIO's quadratic-time buffer...
2011-10-12 Charles-François... Issue #13156: Add an entry in Misc/NEWS.
2011-10-12 Charles-François... Merge.
2011-10-12 Charles-François... Issue #13156: revert changeset f6feed6ec3f9, which...
2011-10-09 Ezio MelottiFix/improve markup in whatsnew/2.7.
2011-10-09 Ezio Melotti#13138: add missing versionadded. Patch by Andreas...
2011-10-09 Raymond HettingerClean-up and improve the priority queue example in...
2011-10-09 Larry HastingsIssue #13053: Added section on migrating from CObject...
2011-10-09 Éric AraujoFix distutils’ check and register Unicode handling...
2011-10-09 Éric AraujoBranch merge
2011-10-08 Antoine PitrouFix a missing encoding argument when opening a text...
2011-10-08 Éric AraujoFix test_sysconfig when prefix != exec-prefix (#9100).
2011-10-08 Éric AraujoMake C code in one distutils test comply with ISO C...
2011-10-08 Éric AraujoFix a typo and a broken link (part of #10536).
2011-10-07 Ned DeilyIssue #7367: Ensure test directory always gets removed.
2011-10-07 Antoine PitrouIssue #12823: remove broken link and replace it with...
2011-10-06 Ned DeilyIssue #7425 and Issue #7367: add NEWS items.
2011-10-06 Ned DeilyIssue #7367: Fix pkgutil.walk_paths to skip directories...
2011-10-06 Ned DeilyIssue #7425: Prevent pydoc -k failures due to module...
2011-10-06 Ned DeilyIssue #7367: Add test case to test_pkgutil for walking...
2011-10-06 Ned DeilyIssue #7425: Refactor test_pydoc test case for '-k...
2011-10-06 Charles-François... Issue #13070: Fix a crash when a TextIOWrapper caught...
2011-10-06 Éric AraujoBranch merge
2011-10-05 Amaury Forgeot... Enable the only tests for sys.gettrace
2011-10-05 Senthil KumaranIssue13073 - Address review comments and add versioncha...
2011-10-05 Éric AraujoFix typo and case in a recently added test
2011-10-05 Éric AraujoFix markup used in the documentation of sys.prefix...
2011-10-05 Éric AraujoMove doc of sys.dont_write_bytecode to make all attribu...
2011-10-04 Antoine PitrouTry to fix linking failures under Windows
2011-10-04 Antoine PitrouRemove all other uses of the C tolower()/toupper()...
2011-10-04 Antoine PitrouIssue #13099: Fix sqlite3.Cursor.lastrowid under a...
2011-10-04 Antoine PitrouAvoid testing stuff that's been fixed in 2.7 on older...
2011-10-04 Antoine PitrouIssue #7689: Allow pickling of dynamically created...
2011-10-04 Meador IngeIssue #12881: ctypes: Fix segfault with large structure...
2011-10-02 Senthil Kumaranupdate 2.7 - Document message_body arg in HTTPConnectio...
2011-10-02 Ezio Melotti#13076: fix links to datetime.time.
2011-10-01 R David Murray#4147: minidom's toprettyxml no longer adds whitespace...
2011-10-01 Antoine PitrouIssue #13034: When decoding some SSL certificates,...
2011-09-29 Charles-François... Issue #13058: ossaudiodev: fix a file descriptor leak...
2011-09-28 Senthil KumaranDoc fix. Mathematically correct sentence.
2011-09-28 Meador IngeIssue #13013: ctypes: Fix a reference leak in PyCArrayT...
2011-09-24 Mark DickinsonBackport issue #12973 itertools fix from 3.x.
2011-09-23 Victor StinnerIssue #7732: Fix a crash on importing a module if a...
2011-09-22 Victor StinnerIssue #12931: xmlrpclib now encodes Unicode URI to...
2011-09-21 Charles-François... Fix a race condition in test_socket.ThreadableTest...
2011-09-21 Charles-François... Issue #12981: test_multiprocessing: catch ImportError...
2011-09-21 Jesus CeaClose #13022: _multiprocessing.recvfd() doesn't check...
2011-09-19 Mark DickinsonBackport issue #12973 list_repeat fix from 3.x.
2011-09-19 Mark DickinsonIssue #12973: Fix int.__pow__ overflow checks that...
2011-09-19 Jesus CeaClose #13007: whichdb should recognize gdbm 1.9 magic...
2011-09-18 Georg BrandlFix bug in heapq priority queue example.
2011-09-17 Georg BrandlAdd info from the docstring for random.gammavariate...
2011-09-15 Ned DeilyIssue #12935: Correct typo in findertools.
2011-09-15 Stefan KrahUse bitwise instead of logical or for flags.
2011-09-15 Victor StinnerFix the import machinery if there is an error on sys...
2011-09-14 Stefan KrahBackport fix for issue #11149.
2011-09-12 Senthil KumaranPort the fix for Issue12924 (missing quote_plus) to...
2011-09-12 Amaury Forgeot... Remove trailing spaces
2011-09-12 Amaury Forgeot... Issue #12483: ctypes: Fix a crash when the destruction...
2011-09-12 Éric AraujoBranch merge
2011-09-10 Éric AraujoFix determination of Metadata version (#8933). Patch...
2011-09-10 Éric AraujoSlight cleanup in distutils test_dist.
2011-09-10 Jesus CeaNEWS
2011-09-10 Jesus CeaClose #12950: multiprocessing "test_fd_transfer" fails...
2011-09-09 Jesus CeaFix issue #12948: multiprocessing test failures can...
2011-09-09 Jesus CeaClose issue #12948: multiprocessing test failures can...
2011-09-09 Éric AraujoPort a few markup edits from 3.x
2011-09-09 Jesus CeaIssue #12333: fix test_distutils failures under Solaris...
2011-09-06 Vinay SajipCloses #12906: Fixed bug in YAML configuration.
2011-09-05 Victor StinnerUpdate sys.platform doc for #12326.
2011-09-05 Victor StinnerIssue #12326: Remove plat-linux3 directory
2011-09-05 Senthil Kumaranmerge from 3.2. Fix closes Issue11155 - Correct the...
2011-09-05 Éric AraujoBranch merge
2011-09-05 Lars GustäbelIssue #12841: Fix tarfile extraction of non-existent...
2011-09-02 Éric AraujoWarn instead of crashing because of invalid path in...
2011-09-02 Éric AraujoEnable catching WARN-level logging messages in distutil...
2011-09-02 Sandro TosiGive credit to Adam
2011-09-02 Amaury Forgeot... Issue #12764: Fix a crash in ctypes when the name of...
2011-09-02 Sandro Tosi#12781: Mention SO_REUSEADDR flag near socket examples
2011-09-02 Éric AraujoBranch merge
2011-09-01 Victor StinnerRemove unused variable if Python is build without threads
2011-09-01 Éric AraujoRemove obsolete comment
2011-09-01 Éric AraujoClarify compileall command-line options (#10454).
2011-09-01 Éric AraujoDocument that format string don’t support arbitrary...
2011-09-01 Éric AraujoDocument that True/False/None don’t use :keyword: in doc
2011-09-01 Éric AraujoFix some markup and one typo
2011-09-01 Éric AraujoAvoid using the default reST role. Makes Doc/tools...
2011-09-01 Ezio MelottiFrom RFC 3629 5- and 6-bytes UTF-8 sequences are invali...
next