]> granicus.if.org Git - python/shortlog
python
2011-10-31 Sandro Tosimerge heads
2011-10-31 Sandro Tosireally use backticks in string conversion definition...
2011-10-31 Barry Warsawtest_protocol_sslv2(): Skip this test if ssl.PROTOCOL_S...
2011-10-31 Sandro Tosiuse diveintopython.net now that DIP.org returns 410...
2011-10-31 Sandro Tosiremove confusing paragraph (as part of r87523); thanks...
2011-10-31 Jesus CeaCloses #13283: removal of two unused variable in locale.py
2011-10-31 Martin v. Löwismerge closing of 2.5 branch
2011-10-31 Martin v. Löwismerge closing of 2.5 branch
2011-10-31 Martin v. Löwis2.5 is no longer maintained 2.5
2011-10-31 Sandro Tosidocument turtle mainloop()/done() functions; thanks...
2011-10-31 Ned DeilyIssue 13296: Fix IDLE to clear compile __future__ flags...
2011-10-31 Sandro Tosicaught is the right pp of catch; thanks to Don Bennett...
2011-10-30 Raymond HettingerImprove itertools docs with clearer examples of pure...
2011-10-30 Raymond HettingerIssue 13274: Make the pure python code for heapq more...
2011-10-30 Antoine PitrouRemove unstable SSL tests in the absence of ssl.OP_NO_...
2011-10-30 Petri LehtinenAdd Misc/NEWS entry for issue #10519
2011-10-30 Benjamin Petersonremove unused variable
2011-10-30 Petri LehtinenFix the return value of set_discard (issue #10519)
2011-10-30 Petri LehtinenAvoid unnecessary recursive function calls (closes...
2011-10-30 Ezio MelottiAdd a button to the code examples in the doc to show...
2011-10-29 Ezio Melotti#13289: fix typo.
2011-10-29 Florent XiclunaCloses #7334: close source files on ElementTree.parse...
2011-10-28 Benjamin Petersonbring is_integer into tested existence
2011-10-28 Barry WarsawOops, put fix news in the right section.
2011-10-28 Barry Warsaw- Issue #13218: Fix test_ssl failures on Debian/Ubuntu.
2011-10-28 Ezio MelottiMinor fixes to the HTMLParser doc.
2011-10-28 Ezio MelottiImprove HTMLParser example in the doc.
2011-10-28 Ezio Melotti#13278: fix typo.
2011-10-27 Vinay SajipAdded lost documentation cross-reference.
2011-10-27 Benjamin Petersonadjust for change in assert bytecode
2011-10-27 Benjamin Petersonmerge heads
2011-10-27 Benjamin Petersondon't let a tuple msg be interpreted as arguments to...
2011-10-27 Benjamin Petersonadd a test for an assertion with tuple msg
2011-10-27 Nick CoghlanIssue #13237: Make the subprocess convenience helper...
2011-10-26 Petri LehtinenIssue #10860: Skip the new test if HTTPS is not available
2011-10-26 Nick CoghlanIssue #13237: fix typo
2011-10-26 Nick CoghlanIssue #13237: remove some details that only apply to...
2011-10-26 Nick CoghlanIssue #13237: further updates to subprocess documentation
2011-10-25 Vinay SajipCorrected typo in comment.
2011-10-25 Ezio MelottiRefactor a bit the codecs doc.
2011-10-24 Vinay SajipUpdated NEWS with fix for 13232.
2011-10-24 Vinay SajipCloses #13232: Handle multiple encodings in exception...
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 Petersonmerge heads
2011-10-24 Benjamin Petersonnote callable is back in 3.2
2011-10-24 Nick CoghlanIssue #13237: Rearrange subprocess module documentation...
2011-10-23 Florent XiclunaIssue #13141: Demonstrate recommended style for SocketS...
2011-10-23 Petri LehtinenWhoops, PyException_GetTraceback() is not documented...
2011-10-23 Petri LehtinenAdd the green "New reference" note to the doc of PyExce...
2011-10-23 Éric AraujoNote that the #1548891 fix indirectly fixes shlex ...
2011-10-22 Antoine PitrouIssue #1548891: The cStringIO.StringIO() constructor...
2011-10-21 Antoine PitrouOops, forgot issue number
2011-10-21 Antoine PitrouAdd test for fix of issue #1730114.
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 MelottiMerge heads.
2011-10-20 Senthil KumaranNews entry for Issue12529 and Issue12604
2011-10-20 Ezio Melotti#13219: clarify section about character sets in the...
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...
next