]> granicus.if.org Git - python/shortlog
python
2012-11-03 Chris JerdonekBackport from 3.2: link to mapping glossary entry in...
2012-11-03 Ezio Melotti#12759: sre_parse now raises a proper error when the...
2012-11-03 Ezio Melotti#4711: break long words in the docs sidebar to avoid...
2012-11-03 Ezio MelottiRemove trailing whitespace.
2012-11-03 Ezio Melotti#16152: fix tokenize to ignore whitespace at the end...
2012-11-02 Georg BrandlGrammar touchup.
2012-11-01 Andrew SvetlovIssue #1207589: Add Cut/Copy/Paste items to IDLE right...
2012-11-01 Andrew SvetlovReword set docs to use *proper subset/superset* termino...
2012-11-01 Antoine PitrouIssue #16230: Fix a crash in select.select() when one...
2012-11-01 Antoine PitrouIssue #16228: Fix a crash in the json module where...
2012-10-31 Mark DickinsonIssue #16377: fix missed test due to incorrect indentat...
2012-10-31 Andrew SvetlovIssue #14900: document added sort keys for profile...
2012-10-31 Mark DickinsonIssue #16348: Fix incorrect documentation for Decimal...
2012-10-31 Benjamin Petersonavoid a function call with redundant checks for dict...
2012-10-31 Benjamin Petersonfix spelling
2012-10-31 Benjamin Petersononly fast-path fromkeys() when the constructor returns...
2012-10-31 Jesus CeaCloses #16369: Global PyTypeObjects not initialized...
2012-10-31 R David Murray#16371: fix up the English.
2012-10-31 Andrew SvetlovIssue #16370: Mention Py_SetProgramName in example...
2012-10-31 Andrew SvetlovFix docstring for deque ctor to mark iterable parameter...
2012-10-31 Benjamin Petersoninitialize more global type objects (closes #16369)
2012-10-30 Andrew SvetlovIssue #16341: convert examples to use except ... as...
2012-10-29 Petri Lehtinen#14897: Enhance error messages of struct.pack and struc...
2012-10-28 Chris JerdonekBackport from 3.2: remove "Release" and "Date" markers...
2012-10-28 Nadeem VawdaAdd test for BZ2Decompressor.decompress("") after end...
2012-10-28 Andrew SvetlovIssue #14570: Document json sort_keys parameter properly.
2012-10-28 Georg BrandlRemove confusing "Release" and "Date" markers from...
2012-10-28 Mark DickinsonIssue #14700: Fix buggy overflow checks for large preci...
2012-10-28 Georg Brandlchangeset: 80007:49e4541f2aef
2012-10-28 Andrew SvetlovIssue #14616: Document pipes.quote and mention this...
2012-10-28 Georg BrandlUpdate current version of the "dailybuild" script.
2012-10-28 Georg BrandlUpdate current version of the "dailybuild" script.
2012-10-28 Georg BrandlAdd a autobuild-quick target that only rebuilds HTML.
2012-10-28 Georg Brandlmerge with 2.6
2012-10-28 Georg Brandl#8040: port versionswitcher patch to 2.6.
2012-10-27 Ezio Melotti#8040: fix the version.
2012-10-27 Ezio Melotti#8040: enable the versionswitcher for the autobuild...
2012-10-27 Ezio Melotti#8040: add a version switcher to the documentation...
2012-10-27 R David Murray#12890: don't emit <p> tags in text mode when logdir...
2012-10-27 R David Murray#15043: Improve test_gdb support of gdb >= 7.4.
2012-10-27 Senthil KumaranAdd some tests in 2.7 for Issue #16250
2012-10-27 Trent NelsonIssue #16274: Fix test_asyncore on Solaris.
2012-10-26 Ezio Melotti#16332: use "except OSError as e" in subprocess docs...
2012-10-26 Ezio Melotti#16206: Improve examples about dict construction.
2012-10-26 Chris JerdonekBackport from 3.2: fix formatting of syntax description...
2012-10-24 Ezio Melotti#16303: remove extra quotes from exception and add...
2012-10-24 Ezio Melotti#16210: combine the two type() docs. Patch by Pete...
2012-10-23 Petri Lehtinen#15040: Close files in mailbox tests for PyPy compatibility
2012-10-22 Ned DeilyIssue #15853: Prevent IDLE crash on OS X when opening...
2012-10-22 Jesus CeaCloses #16294: 8 space indent in tutorial
2012-10-21 Nadeem VawdaIssue #14398: Fix size truncation and overflow bugs...
2012-10-21 Nadeem VawdaIssue #5148: Ignore 'U' in mode given to gzip.open...
2012-10-21 Antoine PitrouFix whacky spacing in test_wsgiref
2012-10-21 Antoine PitrouIssue #16220: wsgiref now always calls close() on an...
2012-10-20 Ned DeilyIssue #10405: Document IDLE context menus in Standard...
2012-10-19 Nick CoghlanNo reason to use a generator here
2012-10-19 Nick CoghlanIssue #6074: Actually delete the source file in the...
2012-10-19 Nick CoghlanIssue #6074: Restore the long-broken support for runnin...
2012-10-18 Trent NelsonIssue #16274: revert r79813:90a46f8943d0 changes to...
2012-10-18 Trent NelsonIssue #16274: backport of 3.2's asyncore/test_asyncore...
2012-10-18 Trent NelsonIssue #16257: make test_create_connection() handle...
2012-10-17 Trent NelsonDon't add -OPT:Olimit to CFLAGS on AIX, SunOS, HP-UX...
2012-10-17 Andrew SvetlovIssue #9583: Document startup option/environment intera...
2012-10-17 Trent NelsonIssue #15819: use standard autoconf preset output varia...
2012-10-16 Antoine PitrouAlso add tests for TextIOWrapper.writelines() (issue...
2012-10-16 Antoine PitrouAdd tests for the writelines() method of file objects.
2012-10-16 Trent NelsonMerge heads.
2012-10-16 Trent NelsonIssue #15819: tweak logic in previous commit (e0a2b14a3...
2012-10-16 Benjamin Petersonmerge heads
2012-10-16 Benjamin Petersononly run doctests when __doc__ is around
2012-10-16 Trent NelsonIssue #15819: additional fixes for out-of-tree builds...
2012-10-16 Andrew SvetlovIssue #15936: Reformat text for os.random to follow...
2012-10-16 Andrew SvetlovIssue #15936: Add link from os.urandom to random.System...
2012-10-16 Vinay SajipIssue #16244: Remove file mode overrides.
2012-10-16 Chris JerdonekIssue #16225: Backport from 3.2: Add additional note...
2012-10-16 Benjamin Petersonfix typo
2012-10-16 Benjamin Petersondon't expect warnings from doctests if they can't run
2012-10-16 Chris JerdonekIssue #16227: Add to 2.x Unicode HOWTO a link to the...
2012-10-13 Chris JerdonekIssue #16206: Backport dict documentation improvements...
2012-10-13 Raymond HettingerString exceptions aren't just deprecated, they are...
2012-10-12 Gregory P.... Fixes Issue #12268 for the io module - File readline...
2012-10-11 Chris JerdonekIssue #16199: Backport 2to3 typo fix from 3.2.
2012-10-11 Brian CurtinFix #16176. Properly identify Windows 8 via platform...
2012-10-11 Chris JerdonekBackport from 3.2: Fix placement of shell=True warning...
2012-10-11 Chris JerdonekIssue #16115: Backport subprocess.Popen() documentation...
2012-10-10 Chris JerdonekIssue #12947: Backport doctest documentation change...
2012-10-10 Georg BrandlMissed one instance of code-block:: text highlighting...
2012-10-10 Georg BrandlIssue #12947: revert earlier workaround and use a monke...
2012-10-10 Chris JerdonekIssue #12947: Backport doctest documentation improvemen...
2012-10-09 Senthil KumaranFix Issue 15922: make howto/urllib2.rst doctests pass.
2012-10-09 Vinay SajipIssue #16168: Use specified socket type for domain...
2012-10-09 Chris JerdonekIssue #16115: Backport subprocess.Popen() documentation...
2012-10-08 Chris JerdonekIssue #14783: Backport changes from 3.2.
2012-10-07 Andrew SvetlovIssue #14900: Add aliases for sorting params for pstat...
2012-10-07 Andrew SvetlovIssue #14900: Distuguish call count and primitive call...
2012-10-07 Mark DickinsonClean up a test turd.
2012-10-06 R David Murray#9957: document that SpooledTemporaryFile.truncate...
2012-10-06 Andrew SvetlovIssue #16025: Minor corrections to the zipfile document...
2012-10-05 Jesus Cea#16112: platform.architecture does not correctly escape...
2012-10-05 Jesus Cea#16112: platform.architecture does not correctly escape...
next