summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Keep contents order the same between versions.Raymond Hettinger2010-09-021-2/+2
* Create PyUnicode_strdup() functionVictor Stinner2010-09-012-1/+32
* Create Py_UNICODE_strcat() functionVictor Stinner2010-09-012-0/+12
* Glossary cleanupRaymond Hettinger2010-09-011-19/+19
* Cleanup heapq docsRaymond Hettinger2010-09-011-37/+37
* Fix a compilation warningAntoine Pitrou2010-09-011-1/+1
* Issue #9737: Fix a crash when trying to delete a slice or an item fromAntoine Pitrou2010-09-013-0/+17
* #9677: fix link.Georg Brandl2010-09-011-1/+1
* Try to fix some buildbot failures on test_sslAntoine Pitrou2010-09-011-0/+1
* 'Using Python' now called 'Python Setup'Raymond Hettinger2010-09-011-2/+2
* Issue #8990: array.fromstring() and array.tostring() get renamed toAntoine Pitrou2010-09-0112-48/+167
* Remove unicode_default_encoding constantVictor Stinner2010-09-011-10/+1
* Issue #9693 - msg 115273: attempt to fix ssl module failures on certain OpenS...Giampaolo Rodolà2010-09-011-0/+3
* Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding()Antoine Pitrou2010-09-018-90/+4
* Issue #7415: PyUnicode_FromEncodedObject() now uses the new buffer APIAntoine Pitrou2010-09-013-27/+30
* Issue #3101: Helper functions _add_one_to_C() and _add_one_to_F() becomeAntoine Pitrou2010-09-014-14/+21
* Forward port sorting howtoRaymond Hettinger2010-09-012-0/+282
* More descriptive title.Raymond Hettinger2010-09-012-2/+2
* Fix line wrappingRaymond Hettinger2010-09-011-4/+2
* 2-to-3 fixup for map() example in docsRaymond Hettinger2010-09-011-1/+1
* Clean-up bisect docs.Raymond Hettinger2010-09-011-60/+62
* reformat commentBenjamin Peterson2010-08-311-2/+2
* Issue #808164: Fixed socket.close to avoid references to globals, toDaniel Stutzbach2010-08-312-2/+7
* Issue 5553: Improved Py_LOCAL_INLINE to actually inline under compilers other...Daniel Stutzbach2010-08-316-5/+64
* Reverted r84315 and r84316, with Benjamin's blessing. The tests wereDaniel Stutzbach2010-08-311-7/+6
* add nonlocal to pydoc topics #9724Benjamin Peterson2010-08-311-6/+6
* Removed _unicode variable which is always False in Python 3.x.Vinay Sajip2010-08-311-32/+2
* logging: merged duplicated code in fileConfig and dictConfig paths.Vinay Sajip2010-08-301-18/+40
* Logging: removed some old commented out code.Vinay Sajip2010-08-302-14/+1
* Fix issue #9711: raise ValueError is SSLConnection constructor is invoked wit...Giampaolo Rodolà2010-08-302-7/+14
* Improved logging.Formatter date/time formatting documentation.Vinay Sajip2010-08-302-1/+13
* Issue #9700: define HAVE_BROKEN_POSIX_SEMAPHORES under AIX 6.x. Patch byAntoine Pitrou2010-08-304-1/+12
* handle names starting with non-ascii characters correctly #9712Benjamin Peterson2010-08-303-5/+25
* remove pointless coding cookiesFlorent Xicluna2010-08-308-10/+2
* remove pointless coding cookieBenjamin Peterson2010-08-301-2/+0
* rewrite and move open() docs only to functions.rstBenjamin Peterson2010-08-302-212/+108
* sync open() docBenjamin Peterson2010-08-301-39/+52
* Issue #9715: improve documentation of the io moduleAntoine Pitrou2010-08-301-52/+162
* dedent some lines in test_ssl so that they are actually executedGiampaolo Rodolà2010-08-291-10/+10
* in ssl tests rely on IOError.errno rather thanf IOError.strerror for better c...Giampaolo Rodolà2010-08-291-7/+17
* update Misc/NEWS to include issue #9706 changesGiampaolo Rodolà2010-08-291-0/+3
* Fix issue issue9706: provides a better error handling for various SSL operationsGiampaolo Rodolà2010-08-293-7/+44
* Raise ValuError if non-zero flag argument is provided for sendall() method fo...Giampaolo Rodolà2010-08-291-0/+4
* Issue #4835: make PyLong_FromSocket_t() and PyLong_AsSocket_t() privateAntoine Pitrou2010-08-283-9/+12
* Issue #1868: Eliminate subtle timing issues in thread-local objects byAntoine Pitrou2010-08-286-92/+183
* Issue #1512791: In setframerate method of Wave_write, round non-integralMark Dickinson2010-08-285-3/+21
* Stop packaging versioncheck.Martin v. Löwis2010-08-281-1/+1
* Replace cabarc with FCICreate.Martin v. Löwis2010-08-281-36/+4
* Fix various build problems.Martin v. Löwis2010-08-281-5/+5
* Add file needed to make distclean.Martin v. Löwis2010-08-281-0/+430