]> granicus.if.org Git - python/shortlog
python
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...
2012-01-17 Sandro Tosifile.next() doc refers to itself
2012-01-17 Sandro Tosirevert part of cefe4f38fa0e, as agreed with Éric
2012-01-17 Antoine PitrouIssue #13589: Fix some serialization primitives in...
2012-01-16 Jesus CeaBerkeley DB: Erratic behaviour of "DBEnv->rep_elect...
2012-01-16 Jesus CeaBerkeley DB: Erratic behaviour of "DBEnv->rep_elect...
2012-01-16 Sandro TosiIssue: #12409: remove obsolete susp-entries
2012-01-16 Ezio Melotti#13715: fix typo in unicodedata doc. Patch by Eli...
2012-01-16 Ezio Melotti#13695: fix a couple of typos in the doc.
2012-01-16 Benjamin Petersonexplain why we need this grammar file (closes #13766)
2012-01-16 Terry Jan Reedy#13039 allow proper deletion of '>>> ' in IDLE editor...
2012-01-15 Sandro Tosifix typo; thanks to Jan Heidbrink from docs@
2012-01-14 Sandro Tosiremove 'Documenting Python' and its references, it...
2012-01-14 Georg BrandlFix label names.
2012-01-14 Sandro Tosihow could I have missed :cmember: in import.rst?
2012-01-14 Sandro TosiNone is not a keyword, link file.next() to functions...
2012-01-14 Sandro Tosiupdate part of sphinxext
2012-01-14 Sandro Tosiupdate to new C roles and directives
2012-01-14 Sandro Tosiupdate Sphinx reference from 0.6.7 to 1.0.7
2012-01-14 Terry Jan Reedy#11633 about buffering of print
2012-01-14 Terry Jan Reedycloses #13730
2012-01-13 Amaury Forgeot... Issue #13774: json: Fix a SystemError when a bogus...
2012-01-13 Antoine PitrouIssue #13764: remove outdated script Misc/build.sh
2012-01-12 Antoine PitrouMerge
2012-01-12 Antoine PitrouIssue #13724: improve documentation for socket.create_c...
2012-01-11 Terry Jan ReedyMinor correction. Closes #11418
2012-01-11 Terry Jan ReedyCloses #13754 String returned if less than *or equal...
2012-01-10 Antoine PitrouRemove unused certificate from the test directory.
2012-01-10 Senthil Kumaranport to 2.7 - Issue9637 - Details that case of Proxy...
2012-01-10 Senthil Kumaran- Issue #13642: Unquote before b64encoding user:passwor...
2012-01-10 Raymond HettingerFix stock symbol for Microsoft
2012-01-10 Raymond HettingerUpdate the sorting howto to reflect the PEP 8 advisory...
2012-01-09 Terry Jan Reedy#11906 Make test_argparse work interactively by removin...
2012-01-09 Antoine PitrouIssue #13747: fix SSL compatibility table.
2012-01-09 Antoine PitrouIssue #13747: fix documentation error about the default...
2012-01-07 Sandro TosiPy_SetPythonHome() can be called before Py_Initialize...
2012-01-07 Sandro Tosiclarify recv* are blocking operations; thanks to Chris...
2012-01-06 Raymond HettingerClarify that vars() doesn't place extra restrictions...
2012-01-05 Sandro TosiIssue #12042: a queue is only used to retrive results...
2012-01-05 Sandro TosiIssue #11984: remove reference to parser, it's not...
2012-01-04 Sandro TosiIssue #10772: add count and help argparse action; patch...
2012-01-03 Benjamin Petersonfix this to not depend on dictionary order
2012-01-03 Antoine PitrouIssue #13636: Weak ciphers are now disabled by default...
2012-01-03 Sandro TosiIssue #6031: improve serve_forever() description
2012-01-03 Sandro TosiIssue #9349: add argparse.SUPPRESS to help doc
2012-01-02 Charles-François... Issue #9975: socket: Fix incorrect use of flowinfo...
2012-01-01 Sandro TosiIssue #13302: backport part of 3ed28f28466f
2012-01-01 Sandro TosiIssue #13690: add re.DEBUG; patch by Filip Gruszczyński
2012-01-01 Ned DeilyUpdate copyright dates in Mac plists.
2012-01-01 Benjamin Petersonadd another year to glorious PSF IP
2011-12-31 Sandro Tosifix some broken URLs
2011-12-31 Eli BenderskySome formatting & grammar fixes for the multiprocessing doc
2011-12-30 Benjamin Petersonuse booleans
2011-12-28 Jason R. CoombsLimit test scope to those platforms that can save the...
2011-12-27 Benjamin Petersonpropgate error in other conditions
2011-12-26 Jason R. CoombsIssue #11638: Adding test to ensure .tar.gz files can...
2011-12-25 Georg BrandlI do not think we will ever have auto-indent at the...
next