summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Bump to 3.2.4rc1.Georg Brandl2013-03-236-13/+13
| | * | | | | Fix suspicious markup in the docs.Georg Brandl2013-03-234-5/+10
| | * | | | | Update pydoc topics.Georg Brandl2013-03-231-17/+17
* | | | | | | Issue #17469: Fix _Py_GetAllocatedBlocks() and sys.getallocatedblocks() when ...Antoine Pitrou2013-04-052-3/+8
* | | | | | | Add link to glossary for hashable term in docs for set typeAndrew Svetlov2013-04-051-3/+4
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Add link to glossary for hashable term in docs for set typeAndrew Svetlov2013-04-051-3/+4
* | | | | | | Fix typoAndrew Svetlov2013-04-051-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix typoAndrew Svetlov2013-04-051-1/+1
* | | | | | | Fix typo.Andrew Svetlov2013-04-051-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix typo.Andrew Svetlov2013-04-051-1/+1
* | | | | | | null mergeSenthil Kumaran2013-04-050-0/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Issue #17483: 3.3 Branch - Remove unreachable code in urllib.requestSenthil Kumaran2013-04-051-9/+5
* | | | | | | #17365: Remove Python 2 code from test_printAndrew Svetlov2013-04-041-43/+31
* | | | | | | #8913: merge with 3.3.Ezio Melotti2013-04-042-0/+28
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | #8913: add examples and docs for date/time/datetime.__format__. Patch by Hei...Ezio Melotti2013-04-042-0/+28
* | | | | | | merge 3.3 (#17625)Benjamin Peterson2013-04-042-0/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | close search and replace dialog after it is used (closes #17625)Benjamin Peterson2013-04-042-0/+3
* | | | | | | Remove the "Extension Modules" section.Ezio Melotti2013-04-031-3/+0
* | | | | | | #17572: merge with 3.3.Ezio Melotti2013-04-034-1/+16
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | #17572: Avoid chained exceptions while passing bad directives to time.strptim...Ezio Melotti2013-04-034-1/+16
* | | | | | | Merge with 3.3Terry Jan Reedy2013-04-031-0/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Issue #15940: NEWS entryTerry Jan Reedy2013-04-031-0/+5
* | | | | | | Merge with 3.3Terry Jan Reedy2013-04-031-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Issue #15940: Replace tab.Terry Jan Reedy2013-04-031-1/+1
* | | | | | | Merge with 3.3Terry Jan Reedy2013-04-031-2/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Issue #15940: Specify effect of locale on time functions.Terry Jan Reedy2013-04-031-2/+2
* | | | | | | MergeRichard Oudkerk2013-04-032-0/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Issue #17619: Make input() check for Ctrl-C correctly on Windows.Richard Oudkerk2013-04-032-0/+3
* | | | | | | Merge: Use repr when printing unknown url type in urlopen.R David Murray2013-04-031-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Use repr when printing unknown url type in urlopen.R David Murray2013-04-031-1/+1
* | | | | | | Merge #17623: fix whatsnew typoR David Murray2013-04-031-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | #17623: fix whatsnew typoR David Murray2013-04-031-1/+1
* | | | | | | remove uneffective 'while True' clauseGiampaolo Rodola'2013-04-031-11/+10
* | | | | | | #14254: merge with 3.3.Roger Serwy2013-04-032-2/+14
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | #14254: IDLE now handles readline correctly across shell restarts.Roger Serwy2013-04-032-2/+14
* | | | | | | #17614: merge with 3.3.Roger Serwy2013-04-032-1/+7
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | #17614: IDLE no longer raises exception when quickly closing a file.Roger Serwy2013-04-032-1/+7
| |\ \ \ \ \ \
| | * | | | | | #17614: IDLE no longer raises exception when quickly closing a file.Roger Serwy2013-04-032-1/+7
| | * | | | | | #13163: fix names of _get_socket argsR David Murray2013-04-024-2/+15
| | * | | | | | #6698: IDLE now opens just an editor window when configured to do so.Roger Serwy2013-04-012-2/+4
| | * | | | | | #8900: Using keyboard shortcuts in IDLE to open a file no longer raises an ex...Roger Serwy2013-03-312-2/+6
| | * | | | | | Issue #6419: Fix a test_kqueue failure on some BSD flavors.Charles-Francois Natali2013-03-311-22/+13
| | * | | | | | Add an itertools recipe showing how to use t.__copy__().Raymond Hettinger2013-03-311-0/+12
| | * | | | | | #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.Roger Serwy2013-03-312-1/+3
| | * | | | | | Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett.Terry Jan Reedy2013-03-302-1/+9
| | * | | | | | merge 2.7.4 release branchBenjamin Peterson2013-03-301-1/+1
| | |\ \ \ \ \ \
| | | * | | | | | G -> M (closes #17533)Benjamin Peterson2013-03-301-1/+1
| | * | | | | | | merge 2.7.4 release branchBenjamin Peterson2013-03-302-2/+10
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | fall back when an old test_support doesn't have various data and functions (c...Benjamin Peterson2013-03-302-2/+10
| | | * | | | | | Fix typos and clear up one very odd bit of wording as pointed out byGregory P. Smith2013-03-301-5/+7