summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #11016: Add C implementation of the stat module as _statChristian Heimes2013-06-229-23/+679
* Merge from 3.3Andrew Kuchling2013-06-222-3/+17
|\
| * #18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userp...Andrew Kuchling2013-06-222-3/+17
* | ... also TLSv1.1 and TLSv1.2Christian Heimes2013-06-221-0/+3
* | Add my SSL module patches to whatsnew 3.4Christian Heimes2013-06-221-0/+12
* | BSD: block devices are goneChristian Heimes2013-06-221-1/+1
|\ \ | |/
| * BSD: block devices are goneChristian Heimes2013-06-221-1/+1
* | merge for issue #18278Brett Cannon2013-06-211-0/+2
|\ \ | |/
| * Issue #18278: properly document how the loaders are called for FileFinderBrett Cannon2013-06-211-0/+2
* | marshal: optimize parsing of empty Unicode stringsVictor Stinner2013-06-211-12/+17
* | Fix test_stat on BSD, /dev/da0 and /dev/ad0 are linksChristian Heimes2013-06-211-1/+2
|\ \ | |/
| * Fix test_stat on BSD, /dev/da0 and /dev/ad0 are linksChristian Heimes2013-06-211-1/+2
* | Add tests for untested features of the 'stat' module (part of issue #11016)Christian Heimes2013-06-211-13/+132
|\ \ | |/
| * Add tests for untested features of the 'stat' module (part of issue #11016)Christian Heimes2013-06-211-13/+132
* | #12716: reorganize docs for os module a bitAndrew Kuchling2013-06-211-76/+70
* | #13226: update references from ctypes/DLFCN modules to os moduleAndrew Kuchling2013-06-212-6/+7
* | Merge from 3.3Andrew Kuchling2013-06-212-2/+2
|\ \ | |/
| * Closes #18218: use correct variable name for starting pointAndrew Kuchling2013-06-211-1/+1
| * Closes #18239: correct description of count() in module docstringAndrew Kuchling2013-06-211-1/+1
* | Closes #18247: add Lib/test/data/* to .gitignoreAndrew Kuchling2013-06-211-0/+1
* | Merge from 3.3Andrew Kuchling2013-06-211-2/+2
|\ \ | |/
| * Closes #18267: use floor division in code exampleAndrew Kuchling2013-06-211-2/+2
* | Grammatical mistake in a commentBrett Cannon2013-06-211-1/+1
* | Merge from 3.3Andrew Kuchling2013-06-212-2/+2
|\ \ | |/
| * Closes #18272: use 'builtins' for 3.3 instead of __builtin__Andrew Kuchling2013-06-212-2/+2
* | whatsnew/3.4: mention functools.singledispatch, PEP 443Victor Stinner2013-06-201-0/+6
* | whatsnew/3.4: mention the new enum module, PEP 435Victor Stinner2013-06-201-2/+2
* | Merge from 3.3Andrew Kuchling2013-06-201-95/+162
|\ \ | |/
| * #4153: update Unicode howto for Python 3.3Andrew Kuchling2013-06-201-95/+162
* | merge from 3.3Senthil Kumaran2013-06-201-4/+18
|\ \ | |/
| * Add -b and -X options to python man page.Senthil Kumaran2013-06-201-4/+18
* | Merge: Tweak programming faq examples so that it (mostly) passes doctest.R David Murray2013-06-191-18/+19
|\ \ | |/
| * Tweak programming faq examples so that it (mostly) passes doctest.R David Murray2013-06-191-18/+19
* | merge 3.3 (#18248)Benjamin Peterson2013-06-193-2/+4
|\ \ | |/
| * fix libffi build on AIX (closes #18248)Benjamin Peterson2013-06-193-2/+4
* | Issue #18202: Fix minor bugs and cleanup test_source_encoding.py.Serhiy Storchaka2013-06-191-12/+13
|\ \ | |/
| * Issue #18202: Fix minor bugs and cleanup test_coding.py.Serhiy Storchaka2013-06-191-17/+15
* | mergeBrett Cannon2013-06-193-1/+10
|\ \
| * \ fixed libffi on PPC without __NO_FPRS__Christian Heimes2013-06-191-1/+3
| |\ \ | | |/
| | * fixed libffi on PPC without __NO_FPRS__Christian Heimes2013-06-191-1/+3
| | * merge headsChristian Heimes2013-06-193-0/+7
| | |\
| * | \ merge headsChristian Heimes2013-06-194-1/+7
| |\ \ \
| * \ \ \ Issue #18259: Declare sethostname in socketmodule.c for AIXChristian Heimes2013-06-192-0/+7
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Issue #18259: Declare sethostname in socketmodule.c for AIXChristian Heimes2013-06-192-0/+7
* | | | | Issue #17177: Clarify some deprecationsBrett Cannon2013-06-191-3/+11
| |_|/ / |/| | |
* | | | Fix compilation warning with gcc 4.8 (unused typedef)Antoine Pitrou2013-06-181-1/+0
* | | | Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn.Antoine Pitrou2013-06-183-0/+7
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn.Antoine Pitrou2013-06-183-0/+7
| |/
* | Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if i...Christian Heimes2013-06-184-2/+8
|\ \ | |/
| * Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if i...Christian Heimes2013-06-184-2/+8