summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* typo in Arfrever nameTarek Ziadé2010-10-031-1/+1
* Fixed #8980: distutils.command.check was failing w/ docutils installedTarek Ziadé2010-10-031-0/+3
* add a test and a note about metaclasses now being abcsBenjamin Peterson2010-10-021-2/+3
* #1050268: make parseaddr 'quote' the contents of quoted strings in addresses.R. David Murray2010-10-021-0/+3
* Update changelog for r85174Victor Stinner2010-10-021-0/+2
* Issue #8670: PyUnicode_AsWideChar() and PyUnicode_AsWideCharString() replaceVictor Stinner2010-10-021-1/+5
* type.__abstractmethods__ should raise an AttributeError #10006Benjamin Peterson2010-10-021-0/+2
* #10004: in Q encoded word ignore '=xx' when xx is not valid hex.R. David Murray2010-10-011-0/+3
* Fix #10003. Add SIGBREAK to the set of valid signals on Windows.Brian Curtin2010-10-011-0/+3
* Issue #6608: time.asctime is now checking struct tm fields its inputAlexander Belopolsky2010-10-012-1/+5
* Issue1491 - BaseHTTPServer incorrectly implements response code 100Senthil Kumaran2010-09-301-0/+3
* Issue #9360: Cleanup and improvements to the nntplib module. The APIAntoine Pitrou2010-09-291-0/+4
* Issue #9962: GzipFile now has the peek() method.Antoine Pitrou2010-09-291-0/+2
* Issue #9979: Create function PyUnicode_AsWideCharString().Victor Stinner2010-09-291-0/+2
* #7110: have regrtest print test failures and tracebacks to stderr not stdout.R. David Murray2010-09-292-0/+4
* #9628: fix runtests.sh -x option so more than one test can be excluded.R. David Murray2010-09-281-0/+2
* Issue #9090: When a socket with a timeout fails with EWOULDBLOCK or EAGAIN,Antoine Pitrou2010-09-281-0/+5
* Issue #3612: Added new types to ctypes.wintypes. (CHAR and pointers)Hirokazu Yamamoto2010-09-281-0/+2
* Fix for issue #9568.Ronald Oussoren2010-09-281-0/+2
* Add support for the ZSH shell to the "Update Shell Profile" scriptRonald Oussoren2010-09-281-0/+4
* Issue #9599: Tweak loghelper algorithm to return slightly improved results f...Mark Dickinson2010-09-281-0/+3
* Since __import__ is not designed for general use, have its docstring pointBrett Cannon2010-09-271-0/+3
* Implement #8521. Added named argument handling to winreg's CreateKeyEx,Brian Curtin2010-09-271-0/+3
* Issue #9950: Fix socket.sendall() crash or misbehaviour when a signal isAntoine Pitrou2010-09-271-0/+5
* Issue #9947: logging: Fixed locking bug in stopListening.Vinay Sajip2010-09-251-0/+2
* Issue #9945: logging: Fixed locking bugs in addHandler/removeHandler.Vinay Sajip2010-09-251-0/+2
* revert r85003, poorly considered; breaks testsBenjamin Peterson2010-09-251-3/+0
* don't count keyword arguments as positional #9943Benjamin Peterson2010-09-251-0/+3
* Issue #9936: Fixed executable lines' search in the trace module.Alexander Belopolsky2010-09-241-0/+2
* Fix #9790: Rework the imports necessary for ntpath.samefile andBrian Curtin2010-09-231-0/+3
* Issue #9930: Remove an unnecessary type check in wrap_binaryfunc_r;Mark Dickinson2010-09-231-0/+4
* #9808. Implement os.getlogin for Windows, completed by Jon Anglin.Brian Curtin2010-09-231-0/+2
* Issue #9928: Properly initialize the types exported by the bz2 module.Antoine Pitrou2010-09-231-0/+2
* Issue #1675951: Allow GzipFile to work with unseekable file objects.Antoine Pitrou2010-09-232-0/+4
* logging: added QueueListener and documentation.Vinay Sajip2010-09-231-0/+3
* Issue 9916: Add some missing errno symbols.Barry Warsaw2010-09-221-2/+4
* fix newsBenjamin Peterson2010-09-211-0/+8
* Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows)Hirokazu Yamamoto2010-09-211-0/+2
* Issue #9908: Fix os.stat() on bytes paths under Windows 7.Antoine Pitrou2010-09-211-0/+2
* Issue #9899: Fix test_tkinter.test_font on various platforms. Patch byAntoine Pitrou2010-09-211-0/+3
* Issue #2643: msync() is not called anymore when deallocating an open mmapAntoine Pitrou2010-09-211-0/+3
* Revert r84902 before committing better solution.Hirokazu Yamamoto2010-09-211-2/+0
* Issue #1633863: Don't ignore $CC under AIX.Antoine Pitrou2010-09-211-0/+2
* Add an entry for the concurrent.futures packageBrian Quinlan2010-09-211-0/+2
* logging: Updated LoggerAdapter implementation.Vinay Sajip2010-09-211-0/+3
* Added some methods to LoggerAdapter, and updated documentation.Vinay Sajip2010-09-211-0/+4
* add column offset to all syntax errorsBenjamin Peterson2010-09-201-7/+2
* add news noteBenjamin Peterson2010-09-201-0/+2
* Issue #9901: Destroying the GIL in Py_Finalize() can fail if some otherAntoine Pitrou2010-09-201-0/+4
* Issue 9877: expose sysconfig.get_makefile_filename() in the public API.Barry Warsaw2010-09-201-0/+2