summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Issue #9425: Create PyModule_GetFilenameObject() functionVictor Stinner2010-08-171-0/+5
* Correct library name that Ask will work on.Martin v. Löwis2010-08-171-1/+1
* Add Ask Solem.Martin v. Löwis2010-08-171-0/+4
* Issue #8063: Call _PyGILState_Init() earlier in Py_InitializeEx().Victor Stinner2010-08-171-0/+2
* Issue #3488: Provide convenient shorthand functions `gzip.compress`Antoine Pitrou2010-08-172-0/+4
* Issue #9612: The set object is now 64-bit clean under Windows.Antoine Pitrou2010-08-171-0/+2
* fix issue #8807: adds a context parameter to POP3_SSL class.Giampaolo Rodolà2010-08-171-0/+5
* fix issue #8866: parameters passed to socket.getaddrinfo can now be specified...Giampaolo Rodolà2010-08-171-0/+3
* Issue #8202: Set sys.argv[0] to -m rather than -c while searching for the mod...Nick Coghlan2010-08-171-0/+3
* Address XXX comment in dis.py: inspect.py now attempts to reuse the dis.py co...Nick Coghlan2010-08-171-0/+3
* Issue 9147: Add dis.code_info()Nick Coghlan2010-08-171-0/+4
* Document and test the resolution of issue 3445 (tolerate missing attributes i...Nick Coghlan2010-08-171-0/+6
* Remove some lingering remnants of the short-lived functools.lfu_cacheNick Coghlan2010-08-171-1/+1
* add support for abstract class and static methods #5867Benjamin Peterson2010-08-171-0/+2
* Mark myself as assignable for winreg, and put myself down for Windows.Brian Curtin2010-08-161-2/+2
* Add Tim Golden as interested in WindowsTim Golden2010-08-161-1/+1
* Issue #665761: functools.reduce() will no longer mask exceptions otherAlexander Belopolsky2010-08-161-0/+3
* Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr()Victor Stinner2010-08-161-0/+4
* Don't run pgen twice when using make -j.Martin v. Löwis2010-08-151-0/+5
* Oops, fix a typo in NEWS: surrogateespace => surrogateescapeVictor Stinner2010-08-151-1/+1
* Issue #9605: posix.getlogin() decodes the username with file filesystemVictor Stinner2010-08-151-1/+4
* Issue #9604: posix.initgroups() encodes the username using the fileystemVictor Stinner2010-08-151-0/+3
* Issue #9603: posix.ttyname() and posix.ctermid() decode the terminal nameVictor Stinner2010-08-151-0/+4
* Convert to spaces.Florent Xicluna2010-08-141-32/+32
* Fix order.Florent Xicluna2010-08-141-1/+1
* List Misc/python-config.in in Misc/README. Fix few typos.Florent Xicluna2010-08-143-9/+11
* fix issue #8857: provide a test case for socket.getaddrinfoGiampaolo Rodolà2010-08-141-0/+2
* Fix format.Georg Brandl2010-08-141-1/+1
* Typo fix.Georg Brandl2010-08-141-1/+1
* Add some maintainers.Georg Brandl2010-08-141-8/+9
* Add myself to threads topic (suggested by Ezio)Antoine Pitrou2010-08-141-1/+1
* Add myself for the bug tracker (and for re).Ezio Melotti2010-08-141-2/+2
* Revert r82831 as discussed at EP now that the wording of maintainers.rst has ...Ezio Melotti2010-08-141-9/+9
* Let's commitÉric Araujo2010-08-141-1/+1
* Manually merge r83995: Fix version{added,changed} and spacing in NEWSÉric Araujo2010-08-141-1/+1
* Use a marker in generated MANIFEST files, don't touch files without it. Fixes...Éric Araujo2010-08-141-0/+4
* Issue #9542: Create PyUnicode_FSDecoder() functionVictor Stinner2010-08-131-0/+4