]> granicus.if.org Git - python/shortlog
python
2011-04-06 Senthil Kumaranhg pull/merge - Changes to accomodate.
2011-04-06 Senthil KumaranIssue #10762: Guard against invalid/non-supported forma...
2011-04-06 Alexander BelopolskyIssue #11576: Fixed timedelta subtraction glitch on...
2011-04-06 Ned DeilyIssue #7108: Fix test_commands to not fail when special...
2011-04-05 Ezio Melotti#7311: fix HTMLParser to accept non-ASCII attribute...
2011-04-05 Ross LagerwallIssue #10963: Ensure that subprocess.communicate()...
2011-04-03 Steven BethardIssue #9347: Fix formatting for tuples in argparse...
2011-03-31 R David MurrayDummy merge from 2.6.
2011-03-30 Raymond HettingerIssue 11713: clarify docstring for collections.deque()
2011-03-29 Guido van RossumMerge cleanup.
2011-03-29 Guido van RossumMerge cleanup.
2011-03-29 Guido van RossumMerge issue 11662 from 2.6.
2011-03-29 Guido van RossumMerge issue 11662 from 2.5.
2011-03-29 guido@google.comMerge urllib/urllib2 security fix from 2.6 branch.
2011-03-29 guido@google.comMerge urllib/urllib2 security fix from 2.5 branch.
2011-03-29 guido@google.comAdding .hgignore (copied from default branch).
2011-03-29 Vinay SajipIssue #11639: Configuration function documentation...
2011-03-29 Vinay SajipIssue #11639: Configuration function documentation...
2011-03-29 Vinay SajipIssue #11639: Configuration function documentation...
2011-03-28 Benjamin PetersonCorrect handling of functions with only kwarg args...
2011-03-28 Benjamin Petersonlet's keep parenthesis around sizeof
2011-03-28 guido@google.comAdd CVE number to urllib/urllib2 news item.
2011-03-28 guido@google.comAdd tests for the urllib[2] vulnerability. Change to...
2011-03-28 Ezio Melotti#10617: add class directives to collections ABCs.
2011-03-27 Martin v. LöwisAdd missing file from #11696.
2011-03-27 Martin v. LöwisCloses #11696: Fix ID generation in msilib.
2011-03-27 Mark DickinsonIssue #9696: Fix exception incorrectly raised by xdrlib...
2011-03-27 Mark DickinsonMove Misc/NEWS entry to correct section.
2011-03-27 Steven BethardIssue #9026: Fix order of argparse sub-commands in...
2011-03-27 Martin v. LöwisFix short file name generation in bdist_msi.
2011-03-26 Benjamin Petersonrevert unintended changes
2011-03-26 Benjamin Petersonfix missing variable declarations
2011-03-26 Benjamin Petersonalways check return value of PyObject_IsInstance for...
2011-03-26 Benjamin Petersoncheck possible recursive _as_parameter_ to prevent...
2011-03-26 Antoine PitrouIn the Windows clean script for buildbots, also clear...
2011-03-26 Steven BethardIssue #9343: Document that argparse parent parsers...
2011-03-26 Steven BethardIssue #8982: Improve the documentation for the argparse...
2011-03-26 Steven BethardIssue #9348: Raise an early error if argparse nargs...
2011-03-26 Mark DickinsonIssue #11144: Fix corner cases where float-to-int conve...
2011-03-26 Mark DickinsonIssue #11675: Zero-out newly-created multiprocessing...
2011-03-26 Éric AraujoTweaks to sys.flags description table.
2011-03-26 Éric AraujoRemove untrue statement from tutorial
2011-03-26 Éric AraujoUse universal construct os.path.expanduser('~') instead...
2011-03-25 Raymond HettingerIssue #11666: Teach pydoc to display full help for...
2011-03-25 Mark DickinsonIssue #11673: Fix multiprocessing.[Raw]Array constructo...
2011-03-25 Benjamin Petersonmerge heads
2011-03-25 Benjamin Petersonremove this dead subversion code
2011-03-25 Kurt B. Kaiser<Home> toggle failing on Tk 8.5, causing IDLE exits...
2011-03-25 Ezio Melotti#2650: Refactor re.escape and its tests.
2011-03-24 Eli BenderskyIssue #11634: Remove misleading paragraph from a comment
2011-03-24 guido@google.comAdd FTP to the allowed url schemes. Add Misc/NEWS.
2011-03-24 guido@google.comIssue 22663: fix redirect vulnerability in urllib/urllib2.
2011-03-22 Éric AraujoFix obscure set crashers (#4420). Backport of d56b3caf...
2011-03-23 Raymond HettingerIssue #10771: Clarify that descriptors get used in...
2011-03-22 Raymond HettingerIssue 10787: Document the probability density function...
2011-03-22 Raymond HettingerIssue 10988: fix description of super's descriptor...
2011-03-22 Éric AraujoFix typo spotted by Sandro Tosi
2011-03-22 Raymond HettingerIssue #11628: cmp_to_key should use__slots__.
2011-03-22 Raymond HettingerIssue #11625: Fix Typo
2011-03-21 Martin v. Löwisnull merge
2011-03-21 Martin v. Löwisnull merge
2011-03-21 Martin v. LöwisSet subversion version identification to empty strings...
2011-03-21 Georg BrandlFix duplicate word.
2011-03-20 Éric AraujoFix some issue references in NEWS
2011-03-20 Éric AraujoFix typo in class name
2011-03-20 Benjamin Petersonthe name of the option is a bit too low-level
2011-03-19 Guido van RossumMerge from 2.6.
2011-03-19 Guido van RossumWhoops. The copyright should be two lines (merge from...
2011-03-19 Guido van RossumWhoops. The copyright should be two lines.
2011-03-19 Guido van RossumTest commit. Add 2011 to copyright line (merge from...
2011-03-19 Guido van RossumTest commit. Add 2011 to copyright line (merge from...
2011-03-19 Guido van RossumTest commit. Add 2011 to copyright line.
2011-03-19 Raymond HettingerMinor doc clean-up.
2011-03-19 Éric AraujoFix the total_ordering decorator to handle cross-type...
2011-03-17 Michael FoordNews update for previous commit
2011-03-17 Michael FoordIssue #10979. unittest stdout buffering now works for...
2011-03-17 Senthil Kumaranbranch merge.
2011-03-17 Senthil Kumaranmerge from 2.6 branch
2011-03-17 Senthil Kumaranmerge from 2.5 branch.
2011-03-17 Senthil KumaranFix issue11442 - Add a charset parameter to the Content...
2011-03-17 Kurt B. Kaiser<Home> toggle non-functional when NumLock set.
2011-03-17 Michael FoordChanges for Wing Project file caused by mercurial trans...
2011-03-17 Michael FoordIssue #10242: backport of more fixes to unittest.TestCa...
2011-03-16 Ronald OussorenIssue #11569: use absolute path to the sysctl command...
2011-03-16 Ezio MelottiRevert typo fixes in zlib/*
2011-03-16 Ezio Melotti#11565: Fix several typos. Patch by Piotr Kasprzyk.
2011-03-16 Jesus CeaClose issue #8600: test_gdb failures because innocuous...
2011-03-15 R David MurrayMerge #11216: document all possible set_charset executi...
2011-03-15 Benjamin Petersonmake this subversion artifact empty
2011-03-15 Ezio MelottiRevert typo fixes in _cytpes/libffi*
2011-03-15 Ezio Melotti#11515: fix several typos. Patch by Piotr Kasprzyk.
2011-03-14 Ronald OussorenIssue #11500: Fixed a bug in the os x proxy bypass...
2011-03-14 Ronald OussorenIssue #1099: Fix the build on MacOSX when building...
2011-03-14 R David MurrayPort #11488 patch from 3.1 (changeset f816841bab03)
2011-03-14 Ross LagerwallIssue #10885: Fix multiprocessing docs typo
2011-03-14 R David Murraymerge heads
2011-03-14 R David Murray#11490: EACCES can also mean command not found
2011-03-13 Ezio Melotti#11484: remove paragraph about with_traceback from...
2011-03-13 Antoine PitrouRemove documentation to non-existent function PyObject_...
2011-03-13 Nick CoghlanDummy merge of 2.6 reversion of logging change
next