]> granicus.if.org Git - python/shortlog
python
2012-02-21 Ezio MelottiHTMLParser is now able to handle slashes in the start...
2012-02-20 Georg BrandlDisable an inspect test: it depends on dict ordering...
2012-02-20 Antoine PitrouDelete the iterator, which could accidentally keep...
2012-02-20 Antoine PitrouMerge
2012-02-20 Georg BrandlDummy-merge with 3.1
2012-02-20 Georg BrandlFix typo in conditional.
2012-02-20 Antoine PitrouMake "regrtest -j" "-R"-aware
2012-02-20 Georg BrandlFix obscure failures of datetime-related tests due...
2012-02-20 Georg BrandlFix typo.
2012-02-20 Georg BrandlFix dbm_gnu test relying on set order.
2012-02-20 Georg BrandlFix use of deprecated assertRegexpMatches method.
2012-02-20 Georg BrandlRemove setting hash seed to regrtest's random seed...
2012-02-20 Georg BrandlFix dbm_gnu test relying on set order.
2012-02-20 Georg BrandlFix typo.
2012-02-20 Georg BrandlFix typo in conditional.
2012-02-20 Georg BrandlRemove setting hash seed to regrtest's random seed...
2012-02-20 Georg BrandlAnother test_dis dict order dependency.
2012-02-20 Georg BrandlMerge with 3.1.
2012-02-20 Georg BrandlFix test_dis dependency on dict order.
2012-02-20 Georg BrandlFix use of deprecated assert_ method.
2012-02-20 Georg BrandlFix "sys.path modified" warning in test_strlit, by...
2012-02-20 Georg BrandlFix bad inheritance in test_subprocess that led to...
2012-02-20 Georg BrandlRun tests with -R on "make test" and the buildbots.
2012-02-20 Georg BrandlMerge from 3.1: Issue #13703: add a way to randomize...
2012-02-20 Benjamin Petersondon't rely on the order of module clearing
2012-02-20 Georg BrandlIssue #13703: add a way to randomize the hash values...
2012-02-20 Vinay Sajiplogging: clarified documentation for Handler.handleError.
2012-02-20 Éric AraujoAdd missing “::” markup.
2012-02-19 Sandro TosiIssue #13605: use print() in argparse nargs example
2012-02-19 Sandro Tosidon't split 'Hye-Shik Chang' name; thanks to Sergey...
2012-02-19 Sandro TosiIndent 'File' in memoryview example, so it is correctly...
2012-02-19 Benjamin Petersonuse Py_CLEAR
2012-02-19 Jesus CeaTest for issue #13500
2012-02-18 Sandro Tosifix error in memoryview example; thanks to kan lianlian...
2012-02-18 Charles-François... Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless...
2012-02-18 Charles-François... Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless...
2012-02-18 Terry Jan ReedyIssue 14023 Revert edit to 2.7 version. (I suspect...
2012-02-18 Ezio Melotti#14020: improve HTMLParser documentation.
2012-02-17 Petri LehtinenFix a variable scoping error in an sqlite3 test
2012-02-16 Petri Lehtinensqlite3: Fix documentation errors concerning Cursor...
2012-02-16 Charles-François... Issue #13878: Fix random test_sched failures.
2012-02-16 Gregory P.... don't use assertSameElements.
2012-02-16 Gregory P.... NEWS entry for previous commit.
2012-02-16 Gregory P.... Issue #2489: Fix bug in _copy loop that could consume...
2012-02-15 Victor StinnerIssue #13913: Another fix test_pep3120 for the UTF...
2012-02-15 Sandro TosiIssue #11836: document multiprocessing.queues.SimpleQueue
2012-02-15 Antoine PitrouMerge
2012-02-15 Antoine PitrouIssue #13014: Fix a possible reference leak in SSLSocke...
2012-02-15 Victor StinnerIssue #13913: Fix test_pep3120 for the UTF-8 codec...
2012-02-15 Petri LehtinenIssue #13491: Fix many errors in sqlite3 documentation
2012-02-15 Antoine PitrouIssue #7644: Add tests for the file argument of NNTP...
2012-02-15 Éric AraujoFix test failure for shared builds caused by #1326113 fix
2012-02-15 Éric AraujoImprove doc for atexit.register and unregister (#12297)
2012-02-15 Éric AraujoFix parsing of build_ext --libraries option (#1326113)
2012-02-15 Antoine PitrouFix indentation
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 Antoine PitrouIssue #10287: nntplib now queries the server's CAPABILI...
2012-02-14 Meador IngeIssue #13979: Fix ctypes.util.find_library ldconfig...
2012-02-14 Gregory P.... import re for the previous commit.
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-14 Victor StinnerIssue #13913: normalize utf-8 codec name in UTF-8 decoder
2012-02-13 Ezio MelottiFix an index and clean up comments.
2012-02-13 Senthil Kumaranshutil copy module reference doc fix.
2012-02-13 Ezio MelottiImprove handling of declarations in HTMLParser.
2012-02-13 Ezio MelottiFix htmlparser tests to always use the right collector.
2012-02-13 Ezio Melotti#13993: HTMLParser is now able to handle broken end...
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 LehtinenFix sqlite3.Connection.iterdump on tables/fields with...
2012-02-12 Antoine PitrouIssue #10287: nntplib now queries the server's CAPABILI...
2012-02-12 Éric AraujoFix distutils.filelist.FileList under Windows (#13193).
2012-02-12 Éric AraujoUpdate mention of Subversion in the FAQ.
2012-02-11 Nadeem VawdaIssue #13989: Document that GzipFile does not support...
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 Ezio Melotti#13960: HTMLParser is now able to handle broken comment...
2012-02-09 Senthil KumaranIssue #9021 - Introduce copy module better. Doc changes...
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 Vinay SajipNull merge for reverted fix for #13807.
2012-02-06 Petri LehtinenIssue #10811: Fix recursive usage of cursors. Instead...
2012-02-06 Benjamin Petersonmerge heads
2012-02-06 Benjamin Petersonbltinmod is borrowed, so it shouldn't be decrefed
2012-02-05 Ned DeilyIssue #10881: Fix test_site failure with OS X framework...
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 Éric AraujoBranch merge
2012-02-05 Éric AraujoReally make bztar support in shutil conditional.
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 Benjamin Petersonthreading primitives now have timeouts
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
next