2010-09-19 |
Antoine Pitrou | Be more precise as to what operations are supported |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Antoine Pitrou | Remove references to read() and write() methods, which... |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Antoine Pitrou | Mention that SSL sockets provide the basic socket API. |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Georg Brandl | Edit concurrent docs, add versionadded and see also... |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Hirokazu Yamamoto | Issue #9552: Avoid unnecessary rebuild of OpenSSL.... |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Georg Brandl | Add "concurrent" subdir to Makefile. |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Hirokazu Yamamoto | Set svn:ignore to folders. |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Benjamin Peterson | edit concurrent.future docs |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Benjamin Peterson | set svn:eol-style on concurrent package files |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Benjamin Peterson | set svn:eol-style on tracedmodules |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Senthil Kumaran | Update the test_distutils mode test to test with umask... |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Florent Xicluna | Issue #1686: Fix string.Template when overriding the... |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Antoine Pitrou | Issue #9854: SocketIO objects now observe the RawIOBase... |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Antoine Pitrou | Issue #9895: speed up test_subprocess |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Brian Quinlan | Initial implementation of PEP 3148 |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Antoine Pitrou | Issue #9894: Do not hardcode ENOENT in test_subprocess. |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Hirokazu Yamamoto | In Python3000, Tkinter was renamed to tkinter. And... |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Hirokazu Yamamoto | Applied r84870 to older compilers. |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Hirokazu Yamamoto | Added missing BaseTest.tearDown(self). Fixed refleak. |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Senthil Kumaran | Skip the distutils mode test on Windows OS. |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Hirokazu Yamamoto | regrtest.py now runs python in build/test_python_xxx... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Amaury Forgeot... | Remove unused code in posixmodule.c |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Vinay Sajip | Temporarily commented out test which succeeds locally... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Victor Stinner | Issue #767645: Set os.path.supports_unicode_filenames... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Amaury Forgeot... | #1730136: Fix comparison between a tk Font object and... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Vinay Sajip | Issue #9441: logging: Improved test coverage for rotati... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Senthil Kumaran | Fix Issue2236: Distutils' mkpath implementation ignorin... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Vinay Sajip | Improved Filter documentation. |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Vinay Sajip | Improved basicConfig and custom level documentation. |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Hirokazu Yamamoto | Let's see if tcl/tk test runs on windows buildbot with... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Raymond Hettinger | Fix typo in example regular expression. |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Raymond Hettinger | Issue 9865: add __sizeof__ to OrderedDict. |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Hirokazu Yamamoto | Issue #9810: Compile bzip2 source files in python's... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Antoine Pitrou | Relax test condition (fix failures on FreeBSD buildbots) |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Raymond Hettinger | Add tokenizer example to regex docs. |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Raymond Hettinger | Remove unneeded exception chaining. |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Raymond Hettinger | Improve comment |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Giampaolo Rodolà | rename DISCONNECTED global constant in _DISCONNECTED |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Giampaolo Rodolà | Store all errors signaling a disconnection into a globa... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Antoine Pitrou | Move library changes to the right section |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Antoine Pitrou | Add entries to whatsnew |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Matthias Klose | Try harder on issue #7356: ctypes.util: Make parsing... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Antoine Pitrou | Reverted unwanted change in r84826 |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Antoine Pitrou | Add cross-references to the glossary entry for file... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Antoine Pitrou | Update file-related information in the FAQ. |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Antoine Pitrou | Add a glossary entry for file objects. |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Antoine Pitrou | Improve docs for socket.makefile() and SocketIO |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Antoine Pitrou | Add a comment explaining why SocketIO is needed |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Raymond Hettinger | Clarify where support for negative indices fall in... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Raymond Hettinger | Issue 9802: Document min()/max() sort stability |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Raymond Hettinger | Future proof total_ordering against changes in methods... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Antoine Pitrou | Make testDefaults in test.test_socket.BasicSocketPairTe... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Brett Cannon | setup.py was trying to build _weakref which is redundan... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Raymond Hettinger | Improve iteration speed by only proxying back links. |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Antoine Pitrou | Issue #9854: The default read() implementation in io... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Antoine Pitrou | Issue #1552: socket.socketpair() now returns regular... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Daniel Stutzbach | Remove pointers to a FAQ entry that no longer exists... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Antoine Pitrou | Issue #9853: Fix the signature of SSLSocket.recvfrom... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Alexander Belopolsky | Issue 9315: Added test/tracedmodules to LIBSUBDIRS |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Antoine Pitrou | Remove C++-style comments |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Antoine Pitrou | Do not print additional shutdown message when gc.DEBUG_... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Vinay Sajip | Tidied example script. |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Vinay Sajip | Added test for QueueHandler. |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Vinay Sajip | Tidied example script. |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Alexander Belopolsky | Added files missed in r84780. Thanks, Florent. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Raymond Hettinger | Issue 9840: Add reprlib.recursive_repr(), a decorator... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Daniel Stutzbach | Issue #9213: Add index and count methods to range objec... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Eric Smith | Issue 7994: Make object.__format__() raise a PendingDep... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Vinay Sajip | logging: enhanced HTTPHandler |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Vinay Sajip | Enhanced HTTPHandler documentation. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Vinay Sajip | Removed unused, commented-out code. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Vinay Sajip | Expanded QueueHandler documentation. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Victor Stinner | Issue #767645: Set os.path.supports_unicode_filenames... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Alexander Belopolsky | Removed debugging setting |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Alexander Belopolsky | Issue #9315: Fix for the trace module to record correct... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Florent Xicluna | Make test.regrtest.__file__ absolute, this was not... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Antoine Pitrou | Issue #9828: Destroy the GIL in Py_Finalize(), so that... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Hirokazu Yamamoto | get_build_version() is needed even where sys.platform... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Hirokazu Yamamoto | Cosmetic fix to project files. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Hirokazu Yamamoto | Updated PC/VS8.0 with PCBuild/vs9to8.py. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Hirokazu Yamamoto | Issue #9313: Use unittest.skipUnless to skip old MSVC. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Florent Xicluna | Reenable test_ucs4 and remove some duplicated lines. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Benjamin Peterson | add spaces |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Benjamin Peterson | remove less complete of duplicate docs |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Benjamin Peterson | remove duplicate statement |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Hirokazu Yamamoto | Issue #9313: Skips test_remove_visual_c_ref on old... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Amaury Forgeot... | #9210: remove --with-wctype-functions configure option. |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Georg Brandl | Get rid of tabs. |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Victor Stinner | Document changes on mbcs encoding |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Raymond Hettinger | Put tests in more logical order. |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Raymond Hettinger | Use weakrefs for both forward and backward links. |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Georg Brandl | 9806: add --extension-suffix option to python-config. |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Benjamin Peterson | use return NULL; it's just as correct |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Matthias Klose | - Issue #9817: Add expat COPYING file; add expat, libff... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Hirokazu Yamamoto | Fixed refcount bug. I placed Py_INCREF in create_comerr... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Antoine Pitrou | Issue #9837: The read() method of ZipExtFile objects... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Benjamin Peterson | reenable test_nis on solaris #3402 |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Victor Stinner | Isse #8589: Decode PYTHONWARNINGS from utf-8 on Mac... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Victor Stinner | Issue #9738, #9836: Fix refleak introduced by r84704 |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Raymond Hettinger | Issue #9826: Handle recursive repr in collections... |
commit | commitdiff | tree | snapshot |
next |