2011-03-06 |
Antoine Pitrou | Merge fix for issue #11391 |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Antoine Pitrou | Merge fix for issue #11391 |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Antoine Pitrou | Fix buildbot failure following 97a5590b9291 |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Antoine Pitrou | Issue #11391: Writing to a mmap object created with |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Antoine Pitrou | Lib/email/test/data/msg_26.txt had its line endings... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Georg Brandl | Merge tags from 3.2. |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Georg Brandl | Merge tags from 3.1. |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Georg Brandl | More tag fixups. |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Antoine Pitrou | Add the map of SVN revision numbers to changeset ids. |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Georg Brandl | Dummy-merge 3.2 branch into default branch. |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Georg Brandl | Dummy-merge 3.1 branch into 3.2 branch. |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Georg Brandl | Fix tag references in default branch. |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Georg Brandl | Add updated .hgeol file and fix newlines in the 3.2... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Georg Brandl | Fix tag references in 3.2 branch. |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Georg Brandl | Add updated .hgeol file and fix newlines in the 3.1... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Georg Brandl | Fix tag references in 3.1 branch. |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Victor Stinner | Issue #3080: Add PyImport_AddModuleObject() and PyImpor... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Victor Stinner | Issue #3080: Add PyModule_NewObject() function |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Giampaolo Rodolà | Update Misc/NEWS to include issue #9795 (nntplib contex... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Giampaolo Rodolà | Include Марк Коренберг and Steffen Daode Nurpmeso in... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Eli Bendersky | Mentioned new clear() method of MutableSequence in... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Eli Bendersky | Issue #11388: Added a clear() method to MutableSequence |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Eli Bendersky | Merged revisions 88735 via svnmerge from |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Eli Bendersky | Issue #11386: Fixed the exception thrown by bytearray... |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Giampaolo Rodolà | Issue 9795: adds context manager protocol to nntplib... |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Eli Bendersky | Issue #10516: added copy() and clear() methods to bytea... |
commit | commitdiff | tree | snapshot |
2011-03-03 |
R. David Murray | Merged revisions 88730 via svnmerge from |
commit | commitdiff | tree | snapshot |
2011-03-03 |
R. David Murray | #11306: Treat EROFS like EACCES when making a 'file... |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Giampaolo Rodolà | Issue 11351 - apply patch by Steffen Daode Nurpmeso... |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Giampaolo Rodolà | Merged revisions 88726 via svnmerge from |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Giampaolo Rodolà | fix attribute error |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Giampaolo Rodolà | Merged revisions 88722 via svnmerge from |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Victor Stinner | Issue #11377: Fix quoting on Windows in test_platform |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Giampaolo Rodolà | Merged revisions 88722 via svnmerge from |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Giampaolo Rodolà | Fix issue 11265: asyncore now correctly handles EPIPE... |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Victor Stinner | Issue #11377: Deprecate platform.popen() and reimplemen... |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Victor Stinner | Issue #8513: On UNIX, subprocess supports bytes command... |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Nick Coghlan | Update compiler recursion crasher to more reliably... |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Fred Drake | Merged revisions 88717 via svnmerge from |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Fred Drake | issue 11372: use range instead of xrange |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Benjamin Peterson | add tests for xml.pulldom #9373 |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Daniel Stutzbach | #11335: Fix memory leak when a sort key function throws... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Victor Stinner | Fix my previous commit (r88709) for str.encode(errors... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Victor Stinner | Issue #8923: cache str.encode() result |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Victor Stinner | Remove useless argument of _PyUnicode_AsDefaultEncodedS... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Éric Araujo | Remove last use of distutils.sysconfig from the stdlib... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Antoine Pitrou | assertEquals is deprecated |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Victor Stinner | Issue #10831: Document the new formats (%li, %lli,... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Victor Stinner | Issue #10831: PyUnicode_FromFormat() supports %li,... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Victor Stinner | Fix my previous commit (r88702): initialize size_tflag... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Victor Stinner | Issue #10829: Refactor PyUnicode_FromFormat() |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Victor Stinner | Merged revisions 88700 via svnmerge from |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Victor Stinner | Issue #10911: Add tests on CGI with non-ASCII characters |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Antoine Pitrou | Followup to issue #11140 and r88682: also patch _dummy_... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Victor Stinner | Merged revisions 88697 via svnmerge from |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Victor Stinner | Issue #11246: Fix PyUnicode_FromFormat("%V") |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Éric Araujo | Remove outdated pointer to optparse (fixes #11360). |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Antoine Pitrou | Merged revisions 88691 via svnmerge from |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Antoine Pitrou | Endly, fix UnboundLocalError in telnetlib |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Antoine Pitrou | Apparently, skipUnless() doesn't prevent the execution of |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Antoine Pitrou | Merged revisions 88460,88464,88466,88486,88511,88652... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Antoine Pitrou | Merged revisions 88686 via svnmerge from |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Antoine Pitrou | Recommend inspecting the errno attribute of socket... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Antoine Pitrou | Issue #10866: Add socket.sethostname(). Initial patch... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Antoine Pitrou | Add credit for r88682. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Antoine Pitrou | No need to put this at top |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Antoine Pitrou | Issue #11140: Lock.release() now raises a RuntimeError... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Giampaolo Rodolà | Issue 11348: skip os.setpriority() test if current... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Giampaolo Rodolà | Fix issue 8594: adds a source_address parameter to... |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Antoine Pitrou | Merged revisions 88671 via svnmerge from |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Antoine Pitrou | Follow up to r88664: non-blocking connect-ex() can... |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Benjamin Peterson | Merged revisions 88668 via svnmerge from |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Benjamin Peterson | make this a link #11345 |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Antoine Pitrou | Merged revisions 88664 via svnmerge from |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Antoine Pitrou | Issue #11326: Add the missing connect_ex() implementati... |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Benjamin Peterson | Merged revisions 88661 via svnmerge from |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Benjamin Peterson | revert accidental formatting change |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Benjamin Peterson | Merged revisions 88658 via svnmerge from |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Benjamin Peterson | this isn't true anymore |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Antoine Pitrou | Make sendfile tests more robust |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Antoine Pitrou | Merged revisions 88652 via svnmerge from |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Vinay Sajip | Issue #11330: Updated tests for correct asctime handling. |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Vinay Sajip | Issue #11330: Updated tests for correct asctime handling. |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Vinay Sajip | Issue #11330: Added regression test. |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Antoine Pitrou | Issue #9931: Fix hangs in GUI tests under Windows in... |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Vinay Sajip | Issue #9941: Fixed TimedRotatingHandler test issues. |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Éric Araujo | Replace links to the old dev doc with links to the... |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Éric Araujo | Typos |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Antoine Pitrou | Issue #11323: fix sendfile tests under 64-bit Solaris. |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Vinay Sajip | Removed typo. |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Vinay Sajip | Removed typo. |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Vinay Sajip | Issue #11331: fixed documentation in logging cookbook. |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Vinay Sajip | Issue #11331: fixed documentation in logging cookbook. |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Vinay Sajip | Issue #11330: asctime format bug fixed. |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Vinay Sajip | Issue #11330: asctime format bug fixed. |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Antoine Pitrou | Check error return from _parse_off_t(), and remove... |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Éric Araujo | Final update and deprecation of maintainers.rst. |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Antoine Pitrou | Revert r88639 (the optimization changes behaviour and... |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Antoine Pitrou | Issue #11258: Speed up ctypes.util.find_library() under... |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Vinay Sajip | test_logging: Changed TimedRotatingFileHandler tests... |
commit | commitdiff | tree | snapshot |
next |