summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* unittest.mock.PropertyMock return value and attributes are now standard Magic...Michael Foord2012-04-132-0/+14
* Have importlib take advantage of ImportError's new 'name' and 'path'Brett Cannon2012-04-139-41/+76
* Issue #1559549: Add 'name' and 'path' attributes to ImportError.Brett Cannon2012-04-131-1/+23
* Merge #14399: zipfile now correctly handles comments added to empty zipfiles.R David Murray2012-04-122-11/+44
* code improvement. 'as cm' not required when not used. Review comment by Georg...Senthil Kumaran2012-04-121-7/+7
* #14508: make gprof2html script runnable under python3R David Murray2012-04-111-1/+24
|\
* \ merge to default - Issue 10484 - Incorporate improvements to CGI module - Sug...Senthil Kumaran2012-04-112-51/+56
|\ \ | |/
| * 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Gle...Senthil Kumaran2012-04-112-51/+56
| * Merge 3.2.3 release clone.Georg Brandl2012-04-112-2/+2
| |\
| | * Bump to 3.2.3 final.Georg Brandl2012-04-102-2/+2
* | | use assertWarns instead of check_warnings - Issue14341Senthil Kumaran2012-04-111-7/+9
* | | Make the trace module ignore modules whose names start with "<" andBrett Cannon2012-04-111-2/+1
* | | merge - fix the incorrect changes made for PATH_INFO value - Issue10484Senthil Kumaran2012-04-102-11/+6
|\ \ \ | |/ /
| * | 3.2- fix the incorrect changes made for PATH_INFO value - Issue10484Senthil Kumaran2012-04-102-11/+6
| * | Fix the patch for issue #7978: select() raises select.error before 3.3, not O...Antoine Pitrou2012-04-082-3/+3
* | | Rename test_ file that is really a support file to remove test_ prefix.R David Murray2012-04-0912-64/+64
* | | #14533: if a test has no test_main, use loadTestsFromModule.R David Murray2012-04-091-7/+8
* | | #12537: in mailbox avoid depending on knowledge of email package internalsR David Murray2012-04-092-3/+35
* | | Remove redundancy in listing of all mailbox classes in test_mailbox.R David Murray2012-04-091-15/+9
* | | Fix flakiness in test_socketserverAntoine Pitrou2012-04-081-1/+4
|\ \ \ | |/ /
| * | Fix flakiness in test_socketserverAntoine Pitrou2012-04-081-1/+4
* | | Issue #7978: socketserver now restarts the select() call when EINTR is returned.Antoine Pitrou2012-04-082-2/+47
|\ \ \ | |/ /
| * | Issue #7978: socketserver now restarts the select() call when EINTR is returned.Antoine Pitrou2012-04-082-2/+47
* | | Merge: Make test_mailbox runnable via python -m unittest.R David Murray2012-04-081-17/+17
|\ \ \ | |/ /
| * | Make test_mailbox runnable via python -m unittest.R David Murray2012-04-081-17/+17
* | | Issue #14522: Avoid duplicating socket handles in multiprocessing.connection.Antoine Pitrou2012-04-071-12/+3
* | | Issue #14310: Catch testing errors when trying to create unsupported socketKristján Valur Jónsson2012-04-071-1/+4
* | | Issue #14310: inter-process socket duplication for windowsKristján Valur Jónsson2012-04-072-1/+114
* | | Issue #14500: Fix importlib.test.import_.test_packages to clean upBrett Cannon2012-04-061-1/+5
* | | mergeBrett Cannon2012-04-0626-79/+926
|\ \ \
| * | | Set a time threshold in test_asyncore.capture_server so that tests don'tKristján Valur Jónsson2012-04-061-3/+4
| * | | Merge #14492: fix some bugs in Tools/scripts/pdeps.py.R David Murray2012-04-061-0/+27
| |\ \ \ | | |/ /
| | * | #14492: fix some bugs in Tools/scripts/pdeps.py.R David Murray2012-04-061-0/+27
| * | | Clarify that the purpose of computing all the miscellaneous collection types ...Raymond Hettinger2012-04-051-3/+7
| * | | Issue #8515: Set __file__ when run file in IDLE.Andrew Svetlov2012-04-052-6/+9
| * | | Merge.Stefan Krah2012-04-051-2/+2
| |\ \ \
| | * \ \ Merge from 3.2Andrew Svetlov2012-04-051-2/+2
| | |\ \ \ | | | |/ /
| | | * | Issue #14496: Fix wrong name in idlelib/tabbedpages.py.Andrew Svetlov2012-04-051-2/+2
| * | | | Allow printing a leading '-' and the maximum number of exponent digitsStefan Krah2012-04-051-0/+48
| * | | | Raise InvalidOperation if exponents of zeros are clamped during exactStefan Krah2012-04-051-0/+24
| |/ / /
| * | | Issue #3033: Add displayof parameter to tkinter font.Andrew Svetlov2012-04-051-17/+27
| * | | Merge: test_tools fix: don't import analyze_dxp if no _thread moduleR David Murray2012-04-051-0/+1
| |\ \ \ | | |/ /
| | * | test_tools fix: don't import analyze_dxp if no _thread moduleR David Murray2012-04-051-0/+1
| * | | Merge #14490, #14491: add 'sundry'-style import tests for Tools/scripts.R David Murray2012-04-051-2/+43
| |\ \ \ | | |/ /
| | * | #14490, #14491: add 'sundry'-style import tests for Tools/scripts.R David Murray2012-04-051-2/+43
| * | | merge with 3.2Georg Brandl2012-04-041-1/+1
| |\ \ \ | | |/ /
| | * | Closes #14495: fix typo.Georg Brandl2012-04-041-1/+1
| * | | - Issue #14493: Use gvfs-open/xdg-open in Lib/webbrowser.py.Matthias Klose2012-04-041-0/+8
| * | | Fixes and enhancements to _elementtree:Eli Bendersky2012-04-031-0/+35
| * | | Issue #14482: Raise a ValueError, not a NameError, when trying to createAntoine Pitrou2012-04-032-0/+8
| |\ \ \ | | |/ /