2011-02-05 |
Antoine Pitrou | Mention asyncore and Twisted in the library FAQ. |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Antoine Pitrou | Mention concurrent.futures and update answers about... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Antoine Pitrou | Update test of "why is Python installed" FAQ. |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Antoine Pitrou | Mention Cython and remove obsolete alternatives |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Antoine Pitrou | Update info in the GUI FAQ |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Brett Cannon | There was a possibility that the initialization of... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Antoine Pitrou | Mention that seek and tell over a TextIOWrapper can... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Martin v. Löwis | Issue #11118: Fix bogus export of None in python3.dll. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Brett Cannon | use 3-space indents. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Brett Cannon | Add a HOWTO on how to port from Python 2 to Python 3. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Georg Brandl | Remove lots of spaces within exception message. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Georg Brandl | Punctuation typos. |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Raymond Hettinger | Punctuation typo. |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Raymond Hettinger | Get command-line doctest of Lib/decimal.py to work... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Antoine Pitrou | Add a svn:ignore for PC/python3dll.obj |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Eric Smith | Wording fix. |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Antoine Pitrou | Issue #8275: Fix passing of callback arguments with... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Brian Curtin | #11083 typo: RuntimeException -> RuntimeError |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Alexander Belopolsky | Issue #11081: Fixed struct.__all__. Reviewed by Georg... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Georg Brandl | Post-release updates. |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Raymond Hettinger | Recommend use of the tracker during the RC phase or... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Raymond Hettinger | Fix minor grammar nits. |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Eli Bendersky | Mention new parameter and attributes of the difflib... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Eli Bendersky | Fix PEP-8 violation in argparse usage example (similar... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Eli Bendersky | Fix some grammar and typos |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Georg Brandl | Tagging release 3.2 rc 2. |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Georg Brandl | Bump version. v3.2rc2 |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Georg Brandl | Update suspicious ignore file. |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Georg Brandl | Update pydoc topics. |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Georg Brandl | #10680: fix mutually exclusive arguments in argument... |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Georg Brandl | #10961: fix exception handling in new pydoc server... |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Raymond Hettinger | Clarify the status of get_string() and recommend using... |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Georg Brandl | #11069: fix the IDLE Stack Viewer, by not using "list... |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Raymond Hettinger | Add entry for the mailbox fixups. |
commit | commitdiff | tree | snapshot |
2011-01-30 |
R. David Murray | #9124: mailbox now accepts binary input and uses binary... |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Raymond Hettinger | List known build/install problems for OS X. |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Nick Coghlan | Issue #10845: Improve compatibility between multiproces... |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Raymond Hettinger | Markup nits. |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Raymond Hettinger | Add section for http.client. |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Raymond Hettinger | Typos. |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Éric Araujo | Protect logging call against None argument (fixes ... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Alexander Belopolsky | Issue #10939: Make Internaldate2tuple test more robust. |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Ned Deily | Issue 11052: Correct IDLE menu accelerators on Mac... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Ned Deily | Issue #11054: Allow Mac OS X installer builds to again... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Ned Deily | Issue #11053: Fix IDLE "Syntax Error" windows to behave... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Ned Deily | Issue #10940: Workaround an IDLE hang on Mac OS X 10... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Alexander Belopolsky | Issue #10939: Fixed imaplib.Internaldate2tuple(). Thank... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Giampaolo Rodolà | fix reference to issue where the addition of select... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Victor Stinner | Issue #10989: Fix a crash on SSLContext.load_verify_loc... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Eric Smith | Issue #11302: missing type check on _string.formatter_f... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Raymond Hettinger | Add entry for str.format_map(). |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Eric Smith | Added a placeholder for str.format_map, as discussed... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Michael Foord | Issue 10573: revert unittest docs to first / second |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Łukasz Langa | #11027: documented how to override SECTCRE |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Raymond Hettinger | More source links |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Vinay Sajip | Issue 11008: docs updated to show versionadded for... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Raymond Hettinger | More typical sample invocation of tarfile. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Raymond Hettinger | Add missing attributions. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Raymond Hettinger | Update todo list. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Raymond Hettinger | Add an entry for tarfile. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Raymond Hettinger | More source links. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Raymond Hettinger | Issue #11020: Command-line pyclbr was broken because... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Antoine Pitrou | Issue #11018: fix a test to not be a no-op in test_bz2. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
R. David Murray | #11019: Make BytesGenerator handle Message with None... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Raymond Hettinger | Issue #11014: Make 'filter' argument in tarfile.Tarfile... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Raymond Hettinger | Markup nits. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
R. David Murray | Revert r88197. I'll refix correctly once there is... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Raymond Hettinger | Add a few imports to examples. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Victor Stinner | Fix BytesGenerator._handle_text() if the message has... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Victor Stinner | fix import in email.message_from_binary_file() |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Raymond Hettinger | Issue #11004: Repair edge case in deque.count(). |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Brett Cannon | Tighten the restrictions on the test_sys test which... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Antoine Pitrou | Fix the description of PIPE_BUF |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Antoine Pitrou | Fix the doc for PIPE_BUF |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Raymond Hettinger | Typo. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Raymond Hettinger | Add entries for select and site. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Raymond Hettinger | Add math.erfc and turtledemo. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Raymond Hettinger | Typo. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Raymond Hettinger | Nits. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Raymond Hettinger | Add entry for the math module. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Brett Cannon | Ignore the gdb.py file under OS X. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Benjamin Peterson | another pretty crasher served up by pypy |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Raymond Hettinger | Add entry for io.BytesIO.getbuffer(). |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Ned Deily | #10974: IDLE no longer crashes if its recent files... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Terry Reedy | Issue #11000 ast.parse parses source, not just expressions. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Steven Bethard | Issue #9509: make argarse properly handle IOErrors... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Terry Reedy | Update last tix code example for 3.x, as already done... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Georg Brandl | Fix label syntax. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Georg Brandl | Typo fix. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
R. David Murray | #10960: fix 'stat' links, link to lstat from stat,... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Raymond Hettinger | Typos. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Raymond Hettinger | Missing source links. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Raymond Hettinger | Fix markup and add todo. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Raymond Hettinger | Add entry for hash_info(). |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Raymond Hettinger | Add section for urllib.parse. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Raymond Hettinger | Add entry for the html module. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Raymond Hettinger | Add entry for hashlib and expand the GC entry. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Raymond Hettinger | Make the type consistent for hashlib algorithm constant... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Raymond Hettinger | Add entries for dis, dbm, and ctypes. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Raymond Hettinger | Add entries for array, asyncore, csv, compileall, and... |
commit | commitdiff | tree | snapshot |
next |