]> granicus.if.org Git - python/shortlog
python
2012-02-15 Antoine PitrouIssue #13020: Fix a reference leak when allocating...
2012-02-15 Antoine PitrouIssue #13015: Fix a possible reference leak in defaultd...
2012-02-14 Meador IngeIssue #13979: Fix ctypes.util.find_library ldconfig...
2012-02-14 Gregory P.... re.escape os.sep so that \ is interpreted properly...
2012-02-14 Gregory P.... Issue #13930: fix a / to use os.sep so that the test...
2012-02-13 Nadeem VawdaIssue #13193: Fix distutils.filelist tests to always...
2012-02-13 Ezio MelottiFix an index, add more tests, avoid raising errors...
2012-02-13 Senthil Kumaranshutil copy module reference doc fix.
2012-02-13 Ezio Melotti#13993: HTMLParser is now able to handle broken end...
2012-02-13 Ezio Melotti#13960: HTMLParser is now able to handle broken comments.
2012-02-12 Gregory P.... fix whitespace normalization before pushing.
2012-02-12 Gregory P.... Issue #13930: Adds ability for 2to3 to write its output...
2012-02-12 Petri LehtinenAdd myself to Misc/ACKS
2012-02-12 Petri LehtinenFix sqlite3.Connection.iterdump on tables/fields with...
2012-02-12 Florent XiclunaTypo in Misc/NEWS.
2012-02-12 Éric AraujoUpdate mention of Subversion repo in the FAQ
2012-02-12 Éric AraujoFix distutils.filelist.FileList under Windows (#13193).
2012-02-11 Ned DeilyIssue #13994: Earler partial revert of Distutils enhanc...
2012-02-10 Benjamin Petersonthis is only a borrowed ref in Brett's branch
2012-02-10 Ned DeilyIssue #13590: On OS X 10.7 and 10.6 with Xcode 4.2...
2012-02-10 Éric Araujodistutils 2.7’s Extension does not support optional...
2012-02-09 Senthil KumaranIssue #9021: Add an introduction to the copy module...
2012-02-09 Senthil KumaranFix Issue #6005: Examples in the socket library documen...
2012-02-08 Charles-François... Skip test_threading.test_reinit_tls_after_fork() on...
2012-02-06 Petri LehtinenIssue #10811: Fix recursive usage of cursors. Instead...
2012-02-06 Benjamin Petersonbltinmod is borrowed, so it shouldn't be decrefed
2012-02-05 Ned DeilyIssue #10881: Fix test_site failures with OS X framewor...
2012-02-05 Terry Jan ReedyIssue 964437 Make IDLE help window non-modal.
2012-02-05 Terry Jan Reedy#13933 refine patch using 'new' builtin
2012-02-05 Nadeem VawdaClarify note in BZ2File docs about lack of multi-stream...
2012-02-05 Georg BrandlCloses #13944: fix capitalization of class name.
2012-02-05 Meador IngeIssue #12142: Fixed reference cycle when importing...
2012-02-04 Nadeem VawdaIssue #1625: Document BZ2File's lack of support for...
2012-02-04 Ned DeilyIssue #13933: IDLE auto-complete did not work with...
2012-02-04 Antoine PitrouFix failing test on big-endian machines (issue #13806).
2012-02-04 Charles-François... Issue #8184: Fix a potential file descriptor leak when a
2012-02-04 Benjamin Petersonput returns on their own lines
2012-02-04 Benjamin Petersonremove unused import
2012-02-03 Ned DeilyIssue #13861: Prevent test_apropos* test case failures...
2012-02-03 Ned DeilyIssue #13901: Prevent test_distutils failures on OS...
2012-02-02 Charles-François... Merge.
2012-02-02 Petri LehtinenDocument absoluteness of sys.executable
2012-02-02 Charles-François... Issue #13817: After fork(), reinit the ad-hoc TLS imple...
2012-02-02 Stefan KrahIssue #1813: backport changeset that reverts a glibc...
2012-02-02 Raymond HettingerClean-up docs for input()
2012-02-02 Raymond HettingerAdd pure python equivalent code for reduce().
2012-02-02 Raymond HettingerClarify the note for UserList
2012-02-01 Raymond HettingerUse validate SQL in the example (this was confusing...
2012-02-01 Raymond HettingerShow the import in the sqlite3 example
2012-02-01 Brian Curtinmerge.
2012-02-01 Brian Curtinmerge from fb225c289bf0
2012-02-01 Petri Lehtinensqlite3: Handle strings with embedded zeros correctly
2012-02-01 Raymond HettingerUse xrange in the example
2012-02-01 Raymond Hettingerfix whitespace
2012-02-01 Raymond HettingerAdd a usage note
2012-01-31 Terry Jan Reedywhitespace3
2012-01-31 Terry Jan Reedy#13506 Add '' to path for interactive interpreter by...
2012-01-29 Georg BrandlFix #13900: resolve self-referential description of...
2012-01-29 Benjamin Petersonremove tests from really old regex module
2012-01-28 Antoine PitrouIssue #13806: The size check in audioop decompression...
2012-01-27 Mark DickinsonIssue #13889: Add missing _Py_SET_53BIT_PRECISION_...
2012-01-27 Antoine PitrouFix intermittent test_ssl failure.
2012-01-27 Benjamin Petersonnote that get() is not affected by default_factory...
2012-01-27 Antoine PitrouIssue #13885: CVE-2011-3389: the _ssl module would...
2012-01-27 Antoine PitrouIssue #13885: CVE-2011-3389: the _ssl module would...
2012-01-26 Brett CannonIssue #13883: Document all platforms PYTHONCASEOK works on.
2012-01-25 Benjamin Petersonmerge heads
2012-01-25 Benjamin Petersonforgot to resolve this conflict...
2012-01-25 Georg Brandl#13852: some small doc fixes.
2012-01-25 Benjamin Petersonkill extra word
2012-01-25 Benjamin Petersonsay bitwise (because I have no idea what a bit-string is)
2012-01-25 Antoine PitrouRemove debug output, fix assert (hopefully) and exercis...
2012-01-25 Antoine PitrouFix temporary debug output (so, time_t is 8 bytes on...
2012-01-25 Antoine PitrouTemporary debug for Windows buildbots.
2012-01-25 Antoine PitrouMake guard more dynamic (apparently the size of a files...
2012-01-25 Antoine PitrouSkip test failure under OpenIndiana
2012-01-25 Antoine PitrouMake test work under 32-bit systems, and when invoked...
2012-01-24 Florent XiclunaIssue #12501: merge the discordant NEWS entries.
2012-01-24 Antoine PitrouIssue #11235: Fix OverflowError when trying to import...
2012-01-23 Georg Brandl#13816: fix two minor style issues. Thanks to Justin...
2012-01-23 Łukasz LangaFixes #4686. Reverts redundant picklability code from...
2012-01-21 Antoine PitrouIssue #12922: fix the TextIOBase documentation to inclu...
2012-01-21 Ezio MelottiMove a space.
2012-01-21 Sandro Tosifix typo; thanks to Justin Watt from docs@
2012-01-21 Georg BrandlFix conf.py for Sphinx 1.0.
2012-01-21 Terry Jan Reedywhitespace
2012-01-21 Terry Jan ReedyIssue13820 as and with really became keywords in 2.6.
2012-01-21 Senthil KumaranNEWS entry for Issue6631
2012-01-21 Senthil KumaranFix Issue6631 - Disallow relative files paths in urllib...
2012-01-20 Łukasz LangaFixes #13760: picklability of ConfigParser exceptions
2012-01-20 Vinay SajipCloses #13807: Now checks for sys.stderr being there...
2012-01-19 Sandro TosiIssue #13605: more meaningful example + fixes
2012-01-19 Sandro TosiIssue #13605: add documentation for nargs=argparse...
2012-01-19 Sandro TosiIssue #11948: clarify modules search path
2012-01-19 Meador IngeIssue #2134: Clarify token.OP handling rationale in...
2012-01-18 Nadeem VawdaIssue #13781: Fix GzipFile to work with os.fdopen(...
2012-01-18 Antoine PitrouRevert part of 13f56cd8dec1 (issue #1785) to avoid...
2012-01-18 Jesus CeaYet another emergency fix for #13803 bootstrap issue...
2012-01-18 Jesus CeaEmergency fix for #13803 bootstrap issue: Under Solaris...
2012-01-18 Jesus CeaCloses #13803: Under Solaris, distutils doesn't include...
next