2010-05-22 |
Georg Brandl | NEWS rewrap and punctuation consistency. |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Benjamin Peterson | Merged revisions 80937,81478 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Victor Stinner | Fix my last commit (r81471) about codecs |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Victor Stinner | Issue #6268: More bugfixes about BOM, UTF-16 and UTF-32 |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Georg Brandl | #8635: document enumerate() start parameter in docstring. |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Georg Brandl | Underscore the name of an internal utility function. |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Georg Brandl | Issue #3924: Ignore cookies with invalid "version"... |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Georg Brandl | #8785: less confusing description of regex.find*. |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Victor Stinner | Issue #6268: Fix seek() method of codecs.open(), don... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Victor Stinner | Issue #5640: Fix Shift-JIS incremental encoder for... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Georg Brandl | #8709: mention Windows support for os.devnull. |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Georg Brandl | typo |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Georg Brandl | Correct info for Semaphore.acquire() semantics under... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Benjamin Peterson | simplify and modernize updatecache() |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Benjamin Peterson | remove debugging rubish |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Benjamin Peterson | ensure the last line has a trailing newline #8782 |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Georg Brandl | #8707: remove duplicate paragraph part. |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Benjamin Peterson | fix name |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Benjamin Peterson | use addCleanup |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Georg Brandl | Add missing parameter in SimpleXMLRPCServer signature. |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Georg Brandl | typo |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Benjamin Peterson | return NotImplemented from Mapping when comparing to... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Georg Brandl | #8783: replace link to now dead hash collision FAQ. |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Vinay Sajip | Updated logging documentation with more dictConfig... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Antoine Pitrou | Issue #5753: A new C API function, :cfunc:`PySys_SetArg... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Benjamin Peterson | fix extra 't' #8778 |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Brett Cannon | Turned out that if you used explicit relative import... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Victor Stinner | libpython.py: fix support of non-BMP unicode characters |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Tarek Ziadé | #8759: Fixed user paths in sysconfig for posix and... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Stefan Krah | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Stefan Krah | Fix typos in docstrings. |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Ezio Melotti | Fix typo in argparse doc. |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Giampaolo Rodolà | Fix issue #8573 (asyncore._strerror bug): fixed os... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Senthil Kumaran | Doc Fix. Correct link to Zephyr ASDL Abstract page. |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Vinay Sajip | Fixed minor typo in ReST markup. |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Senthil Kumaran | Fix minor typo. |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Antoine Pitrou | Issue #7079: Fix a possible crash when closing a file... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Florent Xicluna | Issue #1285086: Speed up urllib.quote and urllib.unquot... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Tarek Ziadé | upgraded distutils docs w.r.t. the manifest regeneration |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Florent Xicluna | Slight style cleanup. |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Tarek Ziadé | Fixed #8688: Distutils now recalculates MANIFEST everytime. |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Andrew M. Kuchling | Add cross-reference to later section |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Antoine Pitrou | Clear the OpenSSL error queue each time an error is... |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Antoine Pitrou | Document that SSL v2 is insecure. |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Victor Stinner | Use with open() as fo: ... instead of try: fo = open... |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Victor Stinner | Use 4-spaces for indentation (instead of tabs) in pgen... |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Victor Stinner | reindent _cursesmodule.c |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Amaury Forgeot... | Remove unused variable, and fix a compilation warning... |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Victor Stinner | NEWS: strip trailing spaces |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Benjamin Peterson | use TestCase skip method |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Stefan Krah | If the timeout is exceeded, count the tests as skipped... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Victor Stinner | Fix regression introduced by r81154 (Issue #5099, subpr... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Victor Stinner | Issue #8711: add paragraph titles to c-api/unicode.rst |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Victor Stinner | Doc: replace PEP xxx by :pep:`xxx` to create a link... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Brett Cannon | subprocess.Popen.__del__ referenced global objects... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Brett Cannon | test_site was failing under darwin for non-framework... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Florent Xicluna | Revert changeset r81150 which helped diagnose issue... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Florent Xicluna | Improve test feedback to troubleshoot issue #8423 on... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Florent Xicluna | Better test skipping, with message in the log. |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Benjamin Peterson | rip out mention of types.ListType #8703 |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Florent Xicluna | Revert the additional OS X information (r81140). Keep... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Florent Xicluna | Add sensible information about the OS X platform to... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Victor Stinner | Fix verb tense in skip message. |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Victor Stinner | Issue #8422, test_genericpath: skip the creation of... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Senthil Kumaran | Fix Issue8657 - adding git and git+ssh as know schemes. |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Mark Dickinson | Fix unused variable in test_factorial. |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Andrew M. Kuchling | #8696: add documentation for logging.config.dictConfig... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Antoine Pitrou | Improve _ssl.c formatting |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Andrew M. Kuchling | Grammar fix |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Fred Drake | - clarify Attr.name comment on the presence of colons... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Fred Drake | fix error introduced in previous commit, and the adjace... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Andrew M. Kuchling | Let's call this done |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Andrew M. Kuchling | Revision pass: lots of edits, typo fixes, rearrangements |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Giampaolo Rodolà | Removed the assertion that dispatcher.connected attribu... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Antoine Pitrou | Issue #8681: Make the zlib module's error messages... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Antoine Pitrou | Issue #8672: Add a zlib test ensuring that an incomplet... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Brian Curtin | #8575 - Update and reorganize some _winreg contents. |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Fred Drake | fix typo |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Mark Dickinson | Issue #8674: fix another bogus overflow check in audioo... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Mark Dickinson | Issue #8510: Remove nested 'main' functions (causing... |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Andrew M. Kuchling | Use ';' after initialization macros to avoid confusing... |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Andrew M. Kuchling | Break long line in macros |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Andrew M. Kuchling | Fix typo |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Georg Brandl | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Georg Brandl | Consolidate deprecation messages. |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Georg Brandl | Fix reference direction. |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Georg Brandl | #8642: fix wrong function name. |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Michael Foord | Improving help message for python -m unittest. Issue... |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Florent Xicluna | Add a link on maketrans(). |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Andrew M. Kuchling | Move { out of #if...#else block; this confuses Emacs... |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Mark Dickinson | Issue #8674: Fix incorrect and UB-inducing overflow... |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Giampaolo Rodolà | Issue #8490: adds a more solid test suite for asyncore |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Andrew M. Kuchling | Link to unittest2 article |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Andrew M. Kuchling | Use title case |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Andrew M. Kuchling | Markup fix; re-word a sentence |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Benjamin Peterson | finish clause |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Mark Dickinson | Wrap multiline macros in a 'do {} while(0)', for safety. |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Mark Dickinson | Post-detabification cleanup: whitespace fixes and... |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Antoine Pitrou | Remove spurious newlines, and add version number. |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Antoine Pitrou | Fixup indentation of PC/_msi.c |
commit | commitdiff | tree | snapshot |
next |