summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | #17341: Include name in re error message about invalid group name.R David Murray2013-04-144-2/+19
| * | | Issue #17221: Resort Misc/NEWS.Serhiy Storchaka2013-04-141-138/+155
| * | | Fix example ignoring ".svn" directories in compileall.Georg Brandl2013-04-141-1/+1
| * | | The Integral class does not contain implementations for the bit-shifting oper...Georg Brandl2013-04-141-4/+4
| * | | The im_class of unbound class methods is actually not the same as im_self.Georg Brandl2013-04-141-5/+4
| * | | Clarify that the function *definition* creates the function and the binding i...Georg Brandl2013-04-141-2/+2
| * | | Fix refcount leak in the reference counting example section (!).Georg Brandl2013-04-141-1/+3
| * | | Closes #13638: document PyErr_SetFromErrnoWithFilenameObject,Georg Brandl2013-04-141-7/+29
| * | | bind('') does not do the same as bind('localhost')Georg Brandl2013-04-141-3/+5
| * | | Closes #17661: fix references to repr() going to module repr.Georg Brandl2013-04-141-2/+2
| * | | Closes #17726: small clarification in design FAQ.Georg Brandl2013-04-141-2/+2
| * | | Update using/mac documentation which was still on 2.5.Georg Brandl2013-04-141-8/+6
| * | | Clarify point in name mangling doc.Georg Brandl2013-04-141-8/+7
| |/ /
| * | Reflow paragraph.R David Murray2013-04-131-4/+3
| * | #2118: clarify smtplib exception documentation.R David Murray2013-04-132-14/+19
| * | Issue #17016: Get rid of possible pointer wraparounds and integer overflowsSerhiy Storchaka2013-04-133-11/+15
| * | #17686: fix broken link in Doc/using/unix.rst. Patch by Dan Riti.Ezio Melotti2013-04-131-1/+1
| * | null mergeAndrew Svetlov2013-04-134-42/+1
| |\ \
| | * | Revert changes for #13355 by request from Raymond HettingerAndrew Svetlov2013-04-134-42/+1
| * | | - Issue #17536: Add to webbrowser's browser list: xdg-open, gvfs-open,doko@ubuntu.com2013-04-132-0/+34
| |/ /
| * | Issue #16447: Fix potential segfault when setting __name__ on a class.Mark Dickinson2013-04-133-1/+22
| * | Issue #17656: Fix extraction of zip files with unicode member paths.Serhiy Storchaka2013-04-133-2/+26
| * | Issue #13355: Raise ValueError on random.triangular call with invalid params.Andrew Svetlov2013-04-124-1/+42
| * | #6696: add documentation for the Profile objects, and improve profile/cProfil...Ezio Melotti2013-04-123-374/+404
| * | #17585: Fixed IDLE regression. Now closes when using exit() or quit().Roger Serwy2013-04-122-0/+5
| * | - Issue #17086: Search the include and library directories provided by thedoko@ubuntu.com2013-04-102-0/+4
| * | #17635: fix wrong function name in multiprocessing docs.Ezio Melotti2013-04-101-1/+1
| * | - Issue #17682: Add the _io module to Modules/Setup.dist (commented out).doko@ubuntu.com2013-04-092-0/+8
| * | #17657: Show full Tk version in IDLE's about dialog.Roger Serwy2013-04-092-6/+4
| * | Close #17666: Fix reading gzip files with an extra field.Serhiy Storchaka2013-04-083-1/+11
| * | - Issue #13150, #17512: sysconfig no longer parses the Makefile and config.hdoko@ubuntu.com2013-04-089-85/+115
| * | Issue #17662: fix socketmodule compilation with Setup.dist.Kristjan Valur Jonsson2013-04-081-1/+1
| * | #17613: Prevent traceback when removing syntax colorizer in IDLE.Roger Serwy2013-04-072-0/+6
| * | #1207589: Backwards-compatibility patch for right-click menu in IDLE.Roger Serwy2013-04-072-2/+10
| * | list slotdefs in offset order rather than sorting them (closes #17610)Benjamin Peterson2013-04-073-131/+117
| * | Update argparse docs to follow order of ArgumentParser() arguments.Andrew Svetlov2013-04-072-202/+204
| * | #16887: IDLE now accepts Cancel in tabify/untabify dialog box.Roger Serwy2013-04-072-1/+5
| * | move idle news entries to its sectionRoger Serwy2013-04-071-5/+6
| * | Revert a premature patch for issue #14010 (changeset d17d10c84d27).Serhiy Storchaka2013-04-064-205/+12
| * | Issue #17645: convert an assert() into a proper exception in _Py_Mangle().Antoine Pitrou2013-04-061-2/+5
| * | merge headsBenjamin Peterson2013-04-065-14/+207
| |\ \
| | * | Issue #14010: Fix a crash when iterating or deleting deeply nested filtersSerhiy Storchaka2013-04-064-12/+205
| | * | Change wording as Eli Bendersky suggests.Andrew Svetlov2013-04-061-2/+2
| * | | move idle news to its own sectionBenjamin Peterson2013-04-061-6/+9
| |/ /
| * | start cracking on 2.7.5Benjamin Peterson2013-04-061-1/+1
| * | merge 2.7.4 release branchBenjamin Peterson2013-04-067-8/+9
| |\ \
| | * | Added tag v2.7.4 for changeset 026ee0057e2dBenjamin Peterson2013-04-061-0/+1
| | * | change version to 2.7.4v2.7.4Benjamin Peterson2013-04-065-7/+7
| | * | update pydoc-topicsBenjamin Peterson2013-04-061-1/+1
| * | | #17641: 2.X / 3.X ssl doc unificationGiampaolo Rodola'2013-04-061-8/+24