]> granicus.if.org Git - python/shortlog
python
2011-10-28 Florent XiclunaI should be someone
2011-10-28 Florent XiclunaRemove unused variable.
2011-10-28 Florent XiclunaCloses #13258: Use callable() built-in in the standard...
2011-10-28 Ezio MelottiImprove HTMLParser example in the doc and fix a couple...
2011-10-28 Ezio Melotti#13273: fix a bug that prevented HTMLParser to properly...
2011-10-28 Ezio MelottiMerge heads.
2011-10-28 Ezio Melotti#13278: fix typo.
2011-10-28 Florent XiclunaFixes #13270: obsolete reference to old-style/new-style...
2011-10-27 Vinay SajipAdded lost documentation cross-reference.
2011-10-26 Petri LehtinenIssue #10860: Skip the new test if HTTPS is not available
2011-10-25 Ezio MelottiRefactor a bit the codecs doc.
2011-10-25 Ezio MelottiFix typo.
2011-10-25 Benjamin Petersonmerge heads
2011-10-25 Benjamin Petersondocument __bytes__ special method (closes #13259)
2011-10-24 Petri Lehtinenmerge heads
2011-10-24 Petri LehtinenIssue #13018: Fix reference leaks in error paths in...
2011-10-24 Charles-François... Issue #10332: multiprocessing: fix a race condition...
2011-10-24 Benjamin Petersonnote callable is back in 3.2
2011-10-24 Florent XiclunaIssue #13255: wrong docstrings in array module.
2011-10-23 Florent XiclunaIssue 13141: Demonstrate recommended style for socketse...
2011-10-23 Petri LehtinenAdd the green "New reference" note to the doc of PyExce...
2011-10-23 Nick CoghlanIssue 1294232: Fix errors in metaclass calculation...
2011-10-20 Florent XiclunaIssue #9168: now smtpd is able to bind privileged port.
2011-10-20 Ezio Melotti#13233: fix typo.
2011-10-20 Ezio Melotti#13219: clarify section about character sets in the...
2011-10-20 Senthil KumaranNews entry for Issue12529 and Issue12604
2011-10-19 Raymond HettingerIssue 12668: Fix wording in Whatsnew3.2
2011-10-19 Raymond HettingerIssue 11931: Minor punctuation/grammar/wording fixups...
2011-10-19 Benjamin Petersonadjust braces a bit
2011-10-19 Senthil Kumaranurllib.request - syntax changes enhancing readability...
2011-10-19 Senthil Kumaran3.2 - Fix Issue 12604 - Use a proper no-op macro expans...
2011-10-19 Senthil Kumaran3.2 - Fix closes Issue6090 - Raise a ValueError, instea...
2011-10-19 Senthil Kumaran3.2 - Fix closes Issue12529 - cgi.parse_header failure...
2011-10-19 Ezio MelottiRemove duplication.
2011-10-18 Łukasz LangaFixes #10860: Handle empty port after port delimiter...
2011-10-18 Antoine PitrouIssue #13188: When called without an explicit traceback...
2011-10-18 Ezio Melotti#12448: smtplib now flushes stdout while running `...
2011-10-18 Ezio Melotti#12277: add missing comma.
2011-10-17 Nadeem VawdaIssue #13194: zlib.compressobj().copy() and zlib.decomp...
2011-10-17 Benjamin Petersonplug possible refleak (closes #13199)
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-16 Victor StinnerIssue #10653: Fix time.strftime() on Windows, check...
2011-10-16 Raymond HettingerIssue 13177: Make tracebacks more readable by avoiding...
2011-10-14 Éric AraujoUpdate dead references from py.org/dev/faq to the devgu...
2011-10-14 Éric AraujoBranch merge
2011-10-14 Lars GustäbelIssue #13158: Fix decoding and encoding of base-256...
2011-10-14 Victor StinnerIssue #13025: mimetypes is now reading MIME types using...
2011-10-14 Victor StinnerIssue #10653: On Windows, use strftime() instead of...
2011-10-13 Nadeem VawdaIssue #13159: Replace FileIO's quadratic-time buffer...
2011-10-11 Mark DickinsonIssue #13145. Fix incorrect documentation for PyNumber_...
2011-10-11 Éric AraujoIncrease test coverage for distutils.filelist (#11751).
2011-10-09 Ezio MelottiFix/improve markup in whatsnew/2.7.
2011-10-09 Ezio Melotti#13138: add missing versionadded.
2011-10-09 Raymond HettingerClean-up and improve the priority queue example in...
2011-10-09 Éric AraujoBranch merge
2011-10-09 Éric AraujoAdd tests for Unicode handling in distutils’ check...
2011-10-09 Éric AraujoAs it turns out, this bug was already in the tracker...
2011-10-08 Antoine Pitroutest_unicode was forgetting to run the common string...
2011-10-08 Antoine PitrouFix a missing encoding argument when opening a text...
2011-10-08 Éric AraujoFix docstring of distutils.util.byte_compile (followup...
2011-10-07 Éric AraujoFix distutils.sysconfig.get_makefile_filename when...
2011-10-07 Éric AraujoFix test_sysconfig when prefix != exec-prefix (#9100).
2011-10-07 Éric AraujoFix distutils byte-compilation to comply with PEP 3147...
2011-10-07 Éric AraujoMake C code in one distutils test comply with ISO C...
2011-10-07 Éric AraujoFix a typo and a broken link (part of #10536).
2011-10-07 Barry WarsawMerged
2011-10-07 Ned DeilyIssue #7367: Ensure test directory always gets removed.
2011-10-07 Barry WarsawBranch merge.
2011-10-07 Barry Warsaw- Issue #11250: Back port fix from 3.3 branch, so that...
2011-10-07 Antoine PitrouIssue #12823: remove broken link and replace it with...
2011-10-07 Antoine PitrouIssue #13063: the Windows error ERROR_NO_DATA (numbered...
2011-10-06 Ned DeilyIssue #7367: add NEWS item.
2011-10-06 Ned DeilyIssue #7367: Fix pkgutil.walk_paths to skip directories...
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 Antoine PitrouIssue #12911: Fix memory consumption when calculating...
2011-10-06 Éric AraujoBranch merge
2011-10-05 Amaury Forgeot... Enable the only tests for sys.gettrace
2011-10-05 Charles-François... Issue #13070: Fix a crash when a TextIOWrapper caught...
2011-10-05 Senthil KumaranIssue13104 - Fix urllib.request.thishost() utility...
2011-10-05 Senthil KumaranIssue #13073 - Address the review comments made by...
2011-10-04 Éric AraujoFix typo and case in a recently added test
2011-10-04 Éric AraujoFix markup used in the documentation of sys.prefix...
2011-10-04 Éric AraujoMove doc of sys.dont_write_bytecode to make all attribu...
2011-10-04 Charles-François... os.geteuid() may not be available...
2011-10-04 Charles-François... Issue #11956: Always skip test_import.test_unwritable_d...
2011-10-04 Charles-François... Issue #11956: Skip test_import.test_unwritable_director...
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 PitrouAdd John to ACKS
2011-10-04 Antoine PitrouIssue #13087: BufferedReader.seek() now always raises...
2011-10-04 Antoine PitrouStart fixing test_bigmem:
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 KumaranDocument message_body arg in HTTPConnection.endheaders
2011-10-02 Antoine PitrouFix ResourceWarnings in the TIPC socket tests.
2011-10-02 Ezio Melotti#13076: fix links to datetime.time and datetime.datetime.
2011-10-01 R David Murray#4147: minidom's toprettyxml no longer adds whitespace...
next