summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Minor clean-up of function parameters in random().Raymond Hettinger2013-10-061-12/+17
|\
| * Minor clean-up of function parameters in random().Raymond Hettinger2013-10-061-11/+17
* | mergeRaymond Hettinger2013-10-065-3/+16
|\ \
| * | Issue #19087: Improve bytearray allocation in order to allow cheap popping of...Antoine Pitrou2013-10-052-1/+10
| * | [issue 19152] Ensure we have actually registered ExtensionFileLoader as an Ex...Eric Snow2013-10-052-2/+3
| * | #19166: merge with 3.3.Ezio Melotti2013-10-051-0/+3
| |\ \ | | |/
| | * #19166: use an unused var in a test. Patch by Vajrasky Kok.Ezio Melotti2013-10-051-0/+3
* | | Issue #19169: Micro refactoring with a micro benefit for brevity and speed.Raymond Hettinger2013-10-061-2/+2
* | | Strengthen one of the collections.Counter() testsRaymond Hettinger2013-10-061-0/+2
|/ /
* | mergeRaymond Hettinger2013-10-041-0/+24
|\ \ | |/
| * Issue #18594: Make the C code more closely match the pure python code.Raymond Hettinger2013-10-041-0/+24
| * [issue19152] Revert 832579dbafd6.Eric Snow2013-10-032-7/+0
| * [issue19152] Add ExtensionFileLoader.get_filename().Eric Snow2013-10-032-0/+7
| * [issue19151] Fix docstring and use of _get_suppported_file_loaders() to refle...Eric Snow2013-10-031-2/+2
* | Issue #16803: Run test.test_importlib.test_abc under bothBrett Cannon2013-10-042-120/+308
* | Issue #18716: Deprecate the formatter moduleBrett Cannon2013-10-042-5/+7
* | Remove builtin "caching" in pprintAntoine Pitrou2013-10-031-28/+22
* | [issue19152] Add ExtensionFileLoader.get_filename().Eric Snow2013-10-032-0/+7
* | [issue19951] Fix docstring and use of _get_suppported_file_loaders() to refle...Eric Snow2013-10-031-2/+2
* | Issue #19014: memoryview.cast() is now allowed on zero-length views.Antoine Pitrou2013-10-031-3/+10
|\ \ | |/
| * Issue #19014: memoryview.cast() is now allowed on zero-length views.Antoine Pitrou2013-10-031-3/+10
* | Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.Serhiy Storchaka2013-10-032-7/+62
|\ \ | |/
| * Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.Serhiy Storchaka2013-10-032-7/+62
* | Use cached builtins.Serhiy Storchaka2013-10-021-6/+6
* | Close #17839: support bytes-like objects in base64 moduleNick Coghlan2013-10-023-39/+129
* | Tweak skipIf messageBrett Cannon2013-10-021-1/+1
* | Try to fix issue #19134 againBrett Cannon2013-10-021-5/+6
* | Close #18690: register memoryview with Sequence ABCNick Coghlan2013-10-022-0/+3
* | Close #19078: memoryview now supports reversedNick Coghlan2013-10-021-0/+9
* | Closes #19139: Changed usage of __VENV_NAME__ and added __VENV_PROMPT__.Vinay Sajip2013-10-025-7/+8
* | Issue #19132: The pprint module now supports compact mode.Serhiy Storchaka2013-10-022-14/+51
* | Issue #19137: The pprint module now correctly formats instances of set andSerhiy Storchaka2013-10-022-27/+80
|\ \ | |/
| * Issue #19137: The pprint module now correctly formats instances of set andSerhiy Storchaka2013-10-022-27/+80
* | Close #10042: functools.total_ordering now handles NotImplementedNick Coghlan2013-10-012-19/+183
* | Merge #19092 from 3.3Nick Coghlan2013-10-012-3/+52
|\ \ | |/
| * Close #19092: ExitStack now reraises exceptions from __exit__Nick Coghlan2013-10-012-3/+52
* | Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except whe...Antoine Pitrou2013-09-301-7/+17
|\ \ | |/
| * Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except whe...Antoine Pitrou2013-09-301-8/+18
* | Issue #19134: Make a test in inspect conditional on multiprocessingBrett Cannon2013-09-301-0/+3
* | merge from 3.3Senthil Kumaran2013-09-301-1/+1
|\ \ | |/
| * Minor code improvement. Review comment by Eric V. SmithSenthil Kumaran2013-09-301-1/+1
* | Merge 3.4.0a3 release changes.Larry Hastings2013-09-3014-71/+46
|\ \
| * | Issue #5845: In site.py, only load readline history from ~/.python_history if...Antoine Pitrou2013-09-291-6/+13
| * | rename some more tests to avoid duplicate names (#19123)Benjamin Peterson2013-09-291-3/+3
| * | merge 3.3Benjamin Peterson2013-09-291-7/+0
| |\ \ | | |/
| | * remove unused importsBenjamin Peterson2013-09-291-7/+0
| * | Issue #19095: SSLSocket.getpeercert() now raises ValueError when the SSL hand...Antoine Pitrou2013-09-291-1/+7
| * | Merge.Richard Oudkerk2013-09-291-8/+9
| |\ \ | | |/
| | * Issue #19112: avoid using function defined in method.Richard Oudkerk2013-09-291-8/+9
| * | merge 3.3 (#19127)Benjamin Peterson2013-09-291-3/+0
| |\ \ | | |/