summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add link to glossary for hashable term in docs for set typeAndrew Svetlov2013-04-051-3/+4
* | Fix typoAndrew Svetlov2013-04-051-1/+1
* | merge headsAndrew Svetlov2013-04-051-1/+1
|\ \
| * | Fix typo.Andrew Svetlov2013-04-051-1/+1
* | | #8913: add examples and docs for date/time/datetime.__format__. Patch by Hei...Ezio Melotti2013-04-042-0/+28
* | | merge 2.7.4 release branchBenjamin Peterson2013-04-042-0/+3
|\ \ \ | | |/ | |/|
| * | close search and replace dialog after it is used (closes #17625)Benjamin Peterson2013-04-042-0/+3
* | | Issue #15940: NEWS entryTerry Jan Reedy2013-04-031-0/+5
* | | Issue #15940: Replace tab.Terry Jan Reedy2013-04-031-1/+1
* | | Issue #15940: Specify effect of locale on time functions.Terry Jan Reedy2013-04-031-2/+2
* | | #14254: IDLE now handles readline correctly across shell restarts.Roger Serwy2013-04-032-2/+14
* | | #17614: IDLE no longer raises exception when quickly closing a file.Roger Serwy2013-04-032-1/+7