summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Issue #14698: Make test_posix more robust when the current UID doesn't have anCharles-François Natali2012-05-021-3/+9
|\ | | | | | | associated pwd entry.
| * Issue #14698: Make test_posix more robust when the current UID doesn't have anCharles-François Natali2012-05-021-2/+7
| | | | | | | | associated pwd entry.
* | Issue #13183: Revert 0b53b70a40a0 (reenable test on windows)Martin v. Löwis2012-05-021-2/+1
| |
* | fix closes issue13183 - windows test failureSenthil Kumaran2012-05-021-1/+1
|\ \ | |/
| * fix windows test failure - issue13183Senthil Kumaran2012-05-021-1/+1
| |
* | Merge sphinx changesMartin v. Löwis2012-05-011-2/+1
|\ \
| * | Include micro version even if it is 0.Martin v. Löwis2012-05-011-2/+1
| | |
* | | don't use assertEqual for test for bool equalityBenjamin Peterson2012-05-011-9/+9
| | |
* | | merge 3.2 (#14699)Benjamin Peterson2012-05-011-0/+16
|\ \ \ | | |/ | |/|
| * | fix calling the classmethod descriptor directly (closes #14699)Benjamin Peterson2012-05-011-0/+16
| | |
* | | strip is_ prefixes on clock_info fieldsBenjamin Peterson2012-05-011-11/+11
| | |
* | | Check extract_version when opening a zipfile.Martin v. Löwis2012-05-012-0/+15
| | |
* | | Add an option to timeit to use time.process_time() and mark -t and -c as ↵Georg Brandl2012-05-011-5/+9
| |/ |/| | | | | deprecated.
* | Disable test_13183 temporarily on Windows for 3.3a3 release.v3.3.0a3Georg Brandl2012-05-011-1/+2
| |
* | Bump to 3.3.0a3.Georg Brandl2012-05-012-2/+2
| |
* | Regenerate pydoc topics.Georg Brandl2012-05-011-3/+3
| |
* | test_pdb: fix failure of test_issue13183 in debug mode, and make sure files ↵Georg Brandl2012-05-011-2/+5
| | | | | | | | are cleaned up.
* | Add missing comma in __all__ list.Georg Brandl2012-05-011-1/+1
| |
* | Recognize unsupported feature "compressed patch data set" from zip 2.7.Martin v. Löwis2012-05-011-0/+4
| |
* | Detect unsupported compression types.Martin v. Löwis2012-05-012-2/+30
| |
* | Issue #14371: Support bzip2 in zipfile module.Martin v. Löwis2012-05-013-93/+306
| | | | | | | | Patch by Serhiy Storchaka.
* | Move make_key() out of the decorator body. Make keys that only need to be ↵Raymond Hettinger2012-05-011-17/+27
| | | | | | | | hashed once.
* | Use a flag to indicate when the circular queue is fully populated and stable.Raymond Hettinger2012-05-011-9/+12
| |
* | issue13183 - Fix pdb skipping frames after hitting a breakpoint and running ↵Senthil Kumaran2012-05-012-1/+65
|\ \ | |/ | | | | step. Patch by Xavier de Gaye
| * issue13183 - Fix pdb skipping frames after hitting a breakpoint and running ↵Senthil Kumaran2012-05-012-1/+65
| | | | | | | | step. Patch by Xavier de Gaye
* | Handle a possible race conditionRaymond Hettinger2012-04-301-0/+6
| |
* | Issue #14669: Skip multiprocessing connection pickling test on MacOSXRichard Oudkerk2012-04-301-0/+2
| | | | | | | | Passing of fds is unreliable on MacOSX, compare issues #6560 and #12958.
* | Minor fix for multiprocessing unit testRichard Oudkerk2012-04-301-1/+8
| | | | | | | | Read from socket might have returned partial message.
* | Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"Richard Oudkerk2012-04-3012-312/+12
| | | | | | | | instead of BSD licence.
* | Track the cache size directly.Raymond Hettinger2012-04-301-10/+11
| |
* | Issue #14428: Remove test_process_time_threads() from test_timeVictor Stinner2012-04-291-52/+0
| | | | | | | | | | The test is unstable and it's not really interesting to test exactly how threads are handled.
* | Issue #14428: Make test_process_time_threads() less strictVictor Stinner2012-04-291-1/+2
| |
* | mergedAlexander Belopolsky2012-04-291-1/+5
|\ \ | |/
| * fixed test_imaplib failure on WinAlexander Belopolsky2012-04-291-1/+5
| |
* | mergeRaymond Hettinger2012-04-294-15/+51
|\ \
| * \ Issue #14696: Merge from 3.2Mark Dickinson2012-04-291-0/+10
| |\ \ | | |/
| | * Issue #14696: Fix parser module to understand 'nonlocal' declarations.Mark Dickinson2012-04-291-0/+10
| | |
| * | mergeAlexander Belopolsky2012-04-293-15/+41
| |\ \
| | * \ Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result nearAlexander Belopolsky2012-04-293-15/+41
| | |\ \ | | | |/ | | | | | | | | the DST transition. Patch by Joe Peterson.
| | | * Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result nearAlexander Belopolsky2012-04-293-15/+41
| | | | | | | | | | | | | | | | the DST transition. Patch by Joe Peterson.
* | | | Factor out shared variables.Raymond Hettinger2012-04-291-4/+6
|/ / /
* | | Flatten the lru cache keyword args tuple for better memory utilization.Raymond Hettinger2012-04-291-1/+3
|/ /
* | Re-indent.Brett Cannon2012-04-291-1/+0
| |
* | mergeBrett Cannon2012-04-291-10/+0
|\ \
| * | Remove untests for non-existent functionality.Mark Dickinson2012-04-291-10/+0
| | |
* | | Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py.Brett Cannon2012-04-291-1/+32
|/ / | | | | | | Thanks to Eric Snow for the patch.
* | Issue #14428: Rewrite test_process_time_threads() testVictor Stinner2012-04-291-7/+40
| | | | | | | | time.process_time() is CPU time, not a number of seconds.
* | Issue #9154: Merge fix from 3.2.Mark Dickinson2012-04-291-0/+21
|\ \ | |/
| * Issue #9154: Fix parser module to understand function annotations.Mark Dickinson2012-04-291-0/+21
| |
* | Issue #13959: Re-implement imp.NullImporter in Lib/imp.py.Brett Cannon2012-04-292-5/+15
| |