]> granicus.if.org Git - python/shortlog
python
2012-02-12 Antoine PitrouIssue #10287: nntplib now queries the server's CAPABILI...
2012-02-12 Antoine PitrouIssue #10287: nntplib now queries the server's CAPABILI...
2012-02-12 Ross LagerwallMerge with remote.
2012-02-12 Ross LagerwallFix a typo.
2012-02-12 Ross LagerwallAttempt to speed up some subprocess tests (and hopefull...
2012-02-12 Éric AraujoPort the fix for #13193 to packaging
2012-02-12 Éric AraujoMerge fixes for #13193 and FAQ from 3.2
2012-02-12 Éric AraujoFix distutils.filelist.FileList under Windows (#13193).
2012-02-12 Éric AraujoUpdate mention of Subversion in the FAQ.
2012-02-12 Antoine PitrouWhat's new typo
2012-02-11 Nadeem VawdaFix seekable() in BZ2File and LZMAFile to check whether...
2012-02-11 Nadeem VawdaAdd section on bz2 module to whatsnew/3.3.
2012-02-11 Nadeem VawdaFix typo in whatsnew/3.3.
2012-02-11 Nadeem VawdaClean up GzipFile mode string handling code.
2012-02-11 Nadeem VawdaMerge: #13989: Document that GzipFile does not support...
2012-02-11 Nadeem VawdaIssue #13989: Document that GzipFile does not support...
2012-02-11 Florent XiclunaIssue #13988: move the python bootstrap code to cElemen...
2012-02-11 Eli Benderskyfix Doc/extending/extending.rst typo
2012-02-11 Eli Benderskyfix Sphinx error in os.rst
2012-02-10 Philip Jenveysimplify
2012-02-10 Benjamin Petersonmerge 3.2
2012-02-10 Benjamin Petersonthis is only a borrowed ref in Brett's branch
2012-02-10 Ned DeilyIssue #13590: merge
2012-02-10 Ned DeilyIssue #13590: On OS X 10.7 and 10.6 with Xcode 4.2...
2012-02-10 Ezio Melotti#13960: merge with 3.2.
2012-02-10 Ezio Melotti#13960: HTMLParser is now able to handle broken comment...
2012-02-10 Éric AraujoUse sys.version_info instead of sys.version in packaging.
2012-02-10 Éric AraujoBranch merge
2012-02-09 Éric AraujoStart improving 2to3 code in packaging (#13462).
2012-02-09 Éric AraujoSynchronize packaging.tests.support with distutils2
2012-02-09 Éric AraujoMore boolean tests for packaging metadata environment...
2012-02-09 Éric AraujoRemove unneeded import
2012-02-09 Petri LehtinenUndocument and clean up sqlite3.OptimizedUnicode
2012-02-09 Éric AraujoGroup commands by topic in “pysetup run --list-commands...
2012-02-09 Senthil Kumaranmerge from 3.2
2012-02-09 Senthil KumaranIssue #9021 - Introduce copy module better. Doc changes...
2012-02-09 Senthil Kumaranmerged from 3.2
2012-02-09 Senthil KumaranFix Issue #6005: Examples in the socket library documen...
2012-02-09 Brett CannonUndo a bad mq management thingy.
2012-02-08 Brett CannonWhitespace normalization.
2012-02-08 Brett CannonClarify a NEWS entry.
2012-02-08 Brett CannonUse the cwd when the empty string is found in sys.path...
2012-02-08 Brett CannonMove setup code from importlib.__init__ to
2012-02-08 Brett CannonDon't fail in the face of a lacking attribute when...
2012-02-08 Antoine Pitrouget_terminal_size() can also fail with ENOTTY if the...
2012-02-08 Antoine PitrouRelax tests to fix buildbot failure
2012-02-08 Antoine PitrouIssue #13609: Add two functions to query the terminal...
2012-02-08 Victor StinnerBackout f8409b3d6449: the PEP 410 is not accepted yet
2012-02-08 Victor StinnerIssue #13845: Fix NEWS entry, the change is specific...
2012-02-08 Charles-François... Skip test_threading.test_reinit_tls_after_fork() on...
2012-02-08 Victor StinnerPEP 410
2012-02-08 Charles-François... Skip test_threading.test_reinit_tls_after_fork() on...
2012-02-08 Charles-François... Issue #8184: multiprocessing: On Windows, don't set...
2012-02-08 Victor StinnerIssue #13964: Skip os.*utime*() tests if os.stat()...
2012-02-08 Victor StinnerIssue #13964: Split os.*utime*() subsecond tests into...
2012-02-08 Victor StinnerIssue #13964: Test also os.futimesat()
2012-02-08 Victor StinnerIssue #13964: Write tests for new os.*utime*() functions
2012-02-08 Victor StinnerWhat's New in 3.3: reorder modules
2012-02-08 Victor StinnerWhat's New in 3.3: Fix time module doc
2012-02-07 Victor StinnerIssue #13845: time.time() now uses GetSystemTimeAsFileT...
2012-02-07 Victor StinnerIssue #13846: Add time.monotonic(), monotonic clock.
2012-02-07 Victor StinnerBackout d2c1521ad0a1: _Py_IDENTIFIER() uses UTF-8 again
2012-02-07 Brett CannonRe-order importlib benchmarks to be consistent. Also...
2012-02-07 Brett CannonMerge
2012-02-07 Brett CannonHave importlib.test.benchmark test with tabnanny as...
2012-02-06 Vinay SajipNull merge for reverted fix for #13807.
2012-02-06 Vinay SajipNull merge for reverted fix for #13807.
2012-02-06 Petri LehtinenMerge branch '3.2'
2012-02-06 Petri LehtinenIssue #10811: Fix recursive usage of cursors. Instead...
2012-02-06 Charles-François... Following Nick's suggestion, rename posix.fdlistdir...
2012-02-06 Benjamin Petersonmerge 3.2
2012-02-06 Benjamin Petersonmerge heads
2012-02-06 Benjamin Petersonbltinmod is borrowed, so it shouldn't be decrefed
2012-02-06 Éric AraujoFix typos in comments.
2012-02-06 Ned DeilyIssue #10881: merge
2012-02-05 Ned DeilyIssue #10881: Fix test_site failure with OS X framework...
2012-02-05 Terry Jan ReedyMerge with 3.2 #964437
2012-02-05 Terry Jan ReedyIssue 964437 Make IDLE help window non-modal.
2012-02-05 Terry Jan ReedyMerge with 3.2
2012-02-05 Terry Jan Reedy#13933 refine patch using 'new' builtin
2012-02-05 Charles-François... Issue #13734: Add os.fwalk(), a directory walking funct...
2012-02-05 Nadeem VawdaMake lzma docs consistent with other compression module...
2012-02-05 Éric AraujoMerge edits from 3.2 (#13716, #1040439, #2945, #13770...
2012-02-05 Éric AraujoBranch merge
2012-02-05 Éric AraujoReally make bztar support in shutil conditional.
2012-02-05 Nadeem VawdaNull merge.
2012-02-05 Nadeem VawdaClarify note in BZ2File docs about lack of multi-stream...
2012-02-05 Éric AraujoBranch merge
2012-02-05 Éric AraujoStop converting package_data to extra_files in pysetup...
2012-02-05 Georg Brandlmerge with 3.2
2012-02-05 Georg BrandlCloses #13944: fix capitalization of class name.
2012-02-05 Meador IngeIssue #12142: Fixed reference cycle when importing...
2012-02-05 Meador IngeIssue #12142: Fixed reference cycle when importing...
2012-02-05 Victor Stinner_Py_Identifier are always ASCII strings
2012-02-04 Nadeem VawdaNull merge.
2012-02-04 Nadeem VawdaIssue #1625: Document BZ2File's lack of support for...
2012-02-04 Éric AraujoAllow multiple values for package_data in setup.cfg...
2012-02-04 Éric AraujoImprove one packaging test, remove a setuptoolism in...
2012-02-04 Ned DeilyIssue #13933: merge
2012-02-04 Ned DeilyIssue #13933: IDLE auto-complete did not work with...
next