summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* NEWS for PEP 3149, and clean up a few other entries.Barry Warsaw2010-09-031-7/+9
* Fix NEWS entry.Antoine Pitrou2010-09-031-2/+3
* Fix Issue9753: socket.dup() does not always work right on WindowsDaniel Stutzbach2010-09-031-0/+3
* fix output from RawConfigParser.write and ConfigParser.write for NoneFred Drake2010-09-031-0/+3
* Credit where credit is dueDaniel Stutzbach2010-09-021-1/+1
* Issue #9212: Added the missing isdisjoint method to the dict_keys andDaniel Stutzbach2010-09-021-0/+3
* Issue #9737: Fix a crash when trying to delete a slice or an item fromAntoine Pitrou2010-09-011-0/+3
* Issue #8990: array.fromstring() and array.tostring() get renamed toAntoine Pitrou2010-09-011-0/+5
* Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding()Antoine Pitrou2010-09-012-2/+4
* Issue #7415: PyUnicode_FromEncodedObject() now uses the new buffer APIAntoine Pitrou2010-09-012-0/+4
* Issue #3101: Helper functions _add_one_to_C() and _add_one_to_F() becomeAntoine Pitrou2010-09-011-0/+3
* Issue #808164: Fixed socket.close to avoid references to globals, toDaniel Stutzbach2010-08-311-0/+3
* Issue 5553: Improved Py_LOCAL_INLINE to actually inline under compilers other...Daniel Stutzbach2010-08-311-0/+4
* Issue #9700: define HAVE_BROKEN_POSIX_SEMAPHORES under AIX 6.x. Patch byAntoine Pitrou2010-08-302-0/+4
* handle names starting with non-ascii characters correctly #9712Benjamin Peterson2010-08-301-0/+2
* update Misc/NEWS to include issue #9706 changesGiampaolo Rodolà2010-08-291-0/+3
* Issue #4835: make PyLong_FromSocket_t() and PyLong_AsSocket_t() privateAntoine Pitrou2010-08-281-0/+4
* Issue #1868: Eliminate subtle timing issues in thread-local objects byAntoine Pitrou2010-08-281-0/+3
* Issue #1512791: In setframerate method of Wave_write, round non-integralMark Dickinson2010-08-282-0/+4
* Fix Issue8797 - Reset the basic auth retry count when response code is not 401.Senthil Kumaran2010-08-261-0/+3
* basicsize and itemsize are Py_ssize_t #9688Benjamin Peterson2010-08-251-0/+2
* Issue 8781: Define SIZEOF_WCHAR_T on WindowsDaniel Stutzbach2010-08-251-0/+3
* Issue #1027206: getnameinfo is now restricted to numeric addresses as input.Martin v. Löwis2010-08-251-1/+2
* #1194222: make parsedate always return RFC2822 four character years.R. David Murray2010-08-252-0/+4
* further clarifyBenjamin Peterson2010-08-241-2/+2
* Issue 8750: Fixed MutableSet's methods to correctly handle reflexive operatio...Daniel Stutzbach2010-08-241-0/+3
* only catch AttributeError in hasattr() #9666Benjamin Peterson2010-08-242-0/+4
* fix issue 9129: adds proper error handling on accept() when smtpd accepts new...Giampaolo Rodolà2010-08-231-0/+3
* fix issue 9601: ftplib now provides a workaround for invalid response code re...Giampaolo Rodolà2010-08-231-1/+7
* fix issue 658749: correctly interprets asyncore's windows errors on connect()Giampaolo Rodolà2010-08-231-0/+3
* Issue #9501: Fixed logging regressions in cleanup code.Vinay Sajip2010-08-231-0/+2
* news note for last changeBenjamin Peterson2010-08-231-0/+2
* One of the joys of having test_multiprocessing occasionally execute afterBrett Cannon2010-08-221-0/+3
* Added myself to Misc/maintainers.rst for topics on which I'd like to be added...Daniel Stutzbach2010-08-221-10/+10
* Mention that gethostbyaddr now also supports IDNA.Martin v. Löwis2010-08-221-1/+2
* Issue #1027206: Support IDNA in gethostbyname, gethostbyname_ex andMartin v. Löwis2010-08-221-0/+2
* Updated maintainers.rst to reflect correct Roundup name.Vinay Sajip2010-08-221-1/+1
* Add Daniel Stutzbach.Martin v. Löwis2010-08-221-0/+3
* Issue #9214: Fix set operations on KeysView and ItemsView.Raymond Hettinger2010-08-221-0/+3
* Issue #9617: Signals received during a low-level write operation aren'tAntoine Pitrou2010-08-211-0/+3
* revert changes made in r84236 committed by accidentGiampaolo Rodolà2010-08-211-3/+0
* fix issue #9129: added proper error handling when accepting new connections i...Giampaolo Rodolà2010-08-211-0/+3
* alias macintosh to mac_roman #843590Benjamin Peterson2010-08-211-0/+2
* Decode NIS data to fs encoding, using the surrogate error handler.Martin v. Löwis2010-08-191-1/+2
* Create os.fsdecode(): decode from the filesystem encoding with surrogateescapeVictor Stinner2010-08-191-0/+3
* #7647: add ST_RDONLY, ST_NOSUID constants to os module.Andrew M. Kuchling2010-08-182-1/+5
* Issue #8622: Add PYTHONFSENCODING environment variable to override theVictor Stinner2010-08-181-0/+3
* Issue #5737: Add Solaris-specific mnemonics in the errno module. Patch byAntoine Pitrou2010-08-182-0/+4
* #5127: Even on narrow unicode builds, the C functions that access the UnicodeAmaury Forgeot d'Arc2010-08-181-0/+6
* Restore GIL in nis_cat in case of error.Martin v. Löwis2010-08-181-0/+2