summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed microsecond rounding in python version of utcfromtimestampAlexander Belopolsky2010-09-212-9/+14
* Issue #9899: Fix test_tkinter.test_font on various platforms. Patch byAntoine Pitrou2010-09-212-2/+13
* Issue #2643: msync() is not called anymore when deallocating an open mmapAntoine Pitrou2010-09-212-1/+3
* Revert r84902 before committing better solution.Hirokazu Yamamoto2010-09-214-15/+13
* Issue #1633863: Don't ignore $CC under AIX.Antoine Pitrou2010-09-213-4/+5
* #9911: doc copyedits.Georg Brandl2010-09-2131-38/+38
* Add an entry for the concurrent.futures packageBrian Quinlan2010-09-211-0/+2
* Add missing word.Marc-André Lemburg2010-09-211-2/+2
* Add OpenSSL license to the Python license documenation page.Marc-André Lemburg2010-09-211-1/+137
* logging: Updated LoggerAdapter implementation.Vinay Sajip2010-09-212-26/+29
* Added some methods to LoggerAdapter, and updated documentation.Vinay Sajip2010-09-215-9/+32
* Document HTTPReponse.fileno() methodSenthil Kumaran2010-09-211-0/+3
* add column offset to all syntax errorsBenjamin Peterson2010-09-206-40/+60
* add news noteBenjamin Peterson2010-09-201-0/+2
* add PyErr_SyntaxLocationEx, to support adding a column offsetBenjamin Peterson2010-09-203-1/+32
* rewrite nocaret test to not rely on a specific SyntaxErrorBenjamin Peterson2010-09-202-13/+4
* Issue #9901: Destroying the GIL in Py_Finalize() can fail if some otherAntoine Pitrou2010-09-202-5/+12
* test_get_makefile_filename() is not compatible with Windows.Barry Warsaw2010-09-201-0/+2
* Issue 9877: expose sysconfig.get_makefile_filename() in the public API.Barry Warsaw2010-09-204-5/+25
* Revert previous commit.Hirokazu Yamamoto2010-09-201-16/+1
* logging: hasHandlers additions documented.Vinay Sajip2010-09-202-0/+14
* Reverted changes which were inadvertently committed.Vinay Sajip2010-09-202-17/+12
* logging: added hasHandlers() to LoggerAdapter.Vinay Sajip2010-09-203-12/+23
* Windows7 buildbot debug trial. (Probably impossible)Hirokazu Yamamoto2010-09-201-1/+16
* logging: Add hasHandlers() method to Logger.Vinay Sajip2010-09-202-5/+28
* Mention % as string formatting.Georg Brandl2010-09-201-0/+3
* Fix typo.Georg Brandl2010-09-201-1/+1
* issue 9786 Native TLS support for pthreadsKristján Valur Jónsson2010-09-203-1/+49
* Try a more robust implementation of _kill_processAntoine Pitrou2010-09-201-20/+14
* Try to fix buildbot failure (#9902)Antoine Pitrou2010-09-201-0/+4
* Make error more explicit in test_finalize_with_traceAntoine Pitrou2010-09-191-3/+8
* Try to make signal-sending tests in test_subprocess more robust on slow machinesAntoine Pitrou2010-09-191-2/+4
* Try to fix test_subprocess on "x86 debian parallel 3.x" buildbotAntoine Pitrou2010-09-191-4/+4
* PyImport_Import was using the old import hack of sticking a dummy value intoBrett Cannon2010-09-192-3/+16
* Be more precise as to what operations are supportedAntoine Pitrou2010-09-191-5/+21
* Remove references to read() and write() methods, which are useless synonyms ofAntoine Pitrou2010-09-191-28/+14
* Mention that SSL sockets provide the basic socket API.Antoine Pitrou2010-09-191-0/+6
* Edit concurrent docs, add versionadded and see also reference to the PEP.Georg Brandl2010-09-191-145/+152
* Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows)Hirokazu Yamamoto2010-09-194-13/+15
* Add "concurrent" subdir to Makefile.Georg Brandl2010-09-191-1/+1
* Set svn:ignore to folders.Hirokazu Yamamoto2010-09-190-0/+0
* edit concurrent.future docsBenjamin Peterson2010-09-191-62/+55
* set svn:eol-style on concurrent package filesBenjamin Peterson2010-09-190-0/+0
* set svn:eol-style on tracedmodulesBenjamin Peterson2010-09-190-0/+0
* Update the test_distutils mode test to test with umask value properly.Senthil Kumaran2010-09-191-2/+7
* Issue #1686: Fix string.Template when overriding the pattern attribute.Florent Xicluna2010-09-183-9/+39
* Issue #9854: SocketIO objects now observe the RawIOBase interface inAntoine Pitrou2010-09-183-8/+86
* Issue #9895: speed up test_subprocessAntoine Pitrou2010-09-181-13/+32
* Initial implementation of PEP 3148Brian Quinlan2010-09-188-0/+2217
* Issue #9894: Do not hardcode ENOENT in test_subprocess.Antoine Pitrou2010-09-182-1/+3